Age | Commit message (Collapse) | Author | Files | Lines |
|
2019.06.08:
Unknown changes
|
|
Version 1.2:
* Simplified JSON representation for __reduce__ values.
* Improved Pandas support with new handlers for more Pandas data types.
* Prevent stack overflows caused by bugs in user-defined __getstate__
functions which cause infinite recursion.
* Improved support for objects that contain dicts with Integer keys.
Previously, jsonpickle could not restore objects that contained
dicts with integer keys and provided getstate only.
These objects are now handled robustly.
* Support for encoding binary data in base85_ instead of base64 has been
added on Python 3. Base85 produces payloads about 10% smaller than base64,
albeit at the cost of lower throughput. For performance and backwards
compatibility with Python 2 the pickler uses base64 by default, but it can
be configured to use base85 with the new use_base85 argument.
* Dynamic SQLAlchemy tables in SQLAlchemy >= 1.3 are now supported.
|
|
0.13.0:
- Added new validator: es_doi, es_nif, es_cif, es_nie
|
|
On legacy toolchains e.g Tiger, it results in a hard error as it's not recognised.
|
|
unidecode 1.1.1
* Fix tests failing on PyPy 7.1.1
|
|
Upstream changes:
0.007 2019-05-31 T. R. Wyant
Prohibit interpolation inside \N{...}.
Fix error message in eg/pqldump
Allow PPIx::QuoteLike::Utils::__variables() to take a PPI::Element
(rather than PPI::Node), PPIx::Regexp::Element, PPIx::QuoteLike, or
PPIx::QuoteLike::Token.
Add eg/variables
|
|
I'm going to assume they have a good reason.
|
|
|
|
|
|
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
|
For a security fix.
Release 2.2.7 Wed June 19 2019
Security fixes:
#186 #262 Fix extraction of namespace prefixes from XML names;
XML names with multiple colons could end up in the
wrong namespace, and take a high amount of RAM and CPU
resources while processing, opening the door to
use for denial-of-service attacks
Other changes:
#195 #197 Autotools/CMake: Utilize -fvisibility=hidden to stop
exporting non-API symbols
#227 Autotools: Add --without-examples and --without-tests
#228 Autotools: Modernize configure.ac
#245 #246 Autotools: Fix check for -fvisibility=hidden for Clang
#247 #248 Autotools: Fix compilation for lack of docbook2x-man
#236 #258 Autotools: Produce .tar.{gz,lz,xz} release archives
#212 CMake: Make libdir of pkgconfig expat.pc support multilib
#158 #263 CMake: Build man page in PROJECT_BINARY_DIR not _SOURCE_DIR
#219 Remove fallback to bcopy, assume that memmove(3) exists
#257 Use portable "/usr/bin/env bash" shebang (e.g. for OpenBSD)
#243 Windows: Fix syntax of .def module definition files
Version info bumped from 7:8:6 to 7:9:6
Special thanks to:
Benjamin Peterson
Caolán McNamara
Hanno Böck
KangLin
Kishore Kunche
Marco Maggi
Rhodri James
Sebastian Dröge
userwithuid
Yury Gribov
|
|
Version 5.6.2 (24 June 2019)
* Bug-fix the SQL-backed dictionary.
* Add missing public symbol to shlib export list.
* English dict: additions of paraphrasing verbs.
|
|
|
|
Changes not documented.
|
|
|
|
Upstream changelog (from CHANGELOG.md):
## 1.10.3 / 2019-04-22
### Security Notes
[MRI] Pulled in upstream patch from libxslt that addresses CVE-2019-11068. Full details are available in [#1892](https://github.com/sparklemotion/nokogiri/issues/1892). Note that this patch is not yet (as of 2019-04-22) in an upstream release of libxslt.
## 1.10.2 / 2019-03-24
### Security
* [MRI] Remove support from vendored libxml2 for future script macros. [#1871]
* [MRI] Remove support from vendored libxml2 for server-side includes within attributes. [#1877]
### Bug fixes
* [JRuby] Fix node ownership in duplicated documents. [#1060]
* [JRuby] Rethrow exceptions caught by Java SAX handler. [#1847, #1872] (Thanks, @adjam!)
|
|
Release notes:
- Added support for adding VBA macros to workbooks. These macros can
be extracted from existing xlsm files, created in Excel, and added to
new xlsm files.
- Added support for ZIP64 extensions when writing very large xlsx
files to allow the zip container, or individual XML files within it,
to be greater than 4 GB.
- Added extra validity checks on worksheet names.
|
|
- added negation `~` to test state indicators
(https://gitlab.com/saalen/highlight/issues/122)
- added support for Hugo
(https://gitlab.com/saalen/highlight/merge_requests/113)
- added 5 duotone themes
(https://gitlab.com/saalen/highlight/merge_requests/115)
- CLI: fixed segfault with `--force`
(https://gitlab.com/saalen/highlight/issues/125)
- GUI: limited font selection to monospace fonts
(https://gitlab.com/saalen/highlight/issues/124)
|
|
unidecode 1.1.0
* Add more Latin letter variants in U+1F1xx page.
* Make it possible to use the Unidecode command-line utility via
"python -m unidecode"
* General clean up of code and documentation
|
|
3.0.4:
- screen_size property 540p was added.
- Fix audio_channel detection for 6.0
- Fix common words being detected as language
- streaming_service is now configurable in advanced options
- Add DC Universe to streaming_service
- Improve detection when release name in between brackets
- Improve language detection
- Fix wrong 3D detection
- Fix to keep separators for single characters. E.g.: S.W.A.T.
- Fix Show Name/Season SS/Ep. EE - Title
- Added This is Us to default expected titles
- Added suggested_expected to the api to support apps that uses guessit as a library
- Added Extras detection as other property
- Add more streaming sites
|
|
numpydoc 0.9.1
Updating minimum sphinx version in setup.py
numpydoc 0.9.0
Implemented enhancements:
MAINT: Add CircleCI
ENH: accept autoclass member options
Clarify location of certain invalid docstrings.
ENH: Xref param type
Make parameter a namedtuple
ENH: Added support for multiple functions+description in a See Also block
DOC: Added example of multi-line code in Examples section.
switch the test suite to pytest
Report object name upon mangle_docstrings exception
Add option to use member listing for attributes
Require that sphinx issue no warnings in CI
Command-line tool to help debug NumpyDocString
Support Receives section for generator.send(...) params
Fixed bugs:
References messed up
BUG?: References always have an errant second link
BUG: turn member descriptor attributes into links
FIX: Fix collections.abc imports
FIX: Escape chars in re
Fix markup in format.rst.
Move setup of autosummary earlier in setup().
Only print the index if it is necessary.
FIX pedantic handling of whitespace in reference regex
FIX remove duplicated citation back-references
Use DEDUPLICATION_TAG to determine whether a citation node is in a docstring
FIX parsing of type-only return params
pip --use-wheel no longer exists
DOC: Add missing backslash to omega for inline math example.
DOC: remove links to numpy repo file
Escape the * in *args and **kwargs
Closed issues:
autosummary fails with numpydoc where napoleon succeeds
NumpyDocString doesn't roundtrip well
Generating a docstring from a numpydoc object
make parameters and attributes anchors in docstrings
BUG: Plot(s) not rendered if docstring ends with normal text after show command
Location reporting returns useless information
Anonymous return values have their types populated in the name slot of the tuple.
support for coroutine
multiple entries in a See Also section
|
|
Switch to meson build system. Based on wip/json-glib.
Overview of changes for 1.4
==============================
• Use Meson as the only build system
• #773504 - Avoid extra allocations [Garrett Regier]
• #780550 - meson error looking for python3 [Daniele Forghieri]
• #769206 - docs: Clarify when NULL might be returned [Matthew Leeds]
• #766281 - utils/json_from_string: Don't reset user-provided error
argument [Heinrich Fink]
• #758580 - json_reader_is_value returns TRUE for null type but
json_reader_get_value throws an error [Robert Ancell]
• #768788 - Incorrect account of jsonPath syntax in doc [Allin Cottrell]
• #774688 - json_from_string() could be optimized to avoid copying the
root node [Ole André Vadla Ravnås]
|
|
|
|
C++11 support is needed only for a test but causing the build to fail
on older but still suported OSes like RHEL 6. A patch has been
submitted upstream to simply skip the test if C++11 support is lacking,
but until then, use GCC_REQD.
|
|
Bugfixes.
|
|
___ ____ __
__ __/ _ \ | ___| / /_
\ \ / / | | ||___ \| '_ \ The D-Day release, 75th anniversary.
\ V /| |_| | ___) | (_) |
\_/ \___(_)____/ \___/ (released 2019-06-06)
AsciiDoc:
* Introduce option tablecells to process cells in tables. (GitHub's #166)
* widen accepted characters in the term part of definition list
(GitHub's #169)
po4a tool:
* Don't use single quotes to protect command line arguments, as it
fails on Windows (GitHub's #141)
Translations:
* New translation: Arabic, thanks mohammadA.
* Updated: Dutch, thanks Frans Spiesschaert.
* Updated: French, thanks Jean-Baptiste Holcroft.
* Updated: Italian, thanks Marco Ciampa.
* Updated: Japanese, thanks Victory.
* Updated: Norwegian Bokmål, thanks Petter Reinholdtsen and Allan Nordhøy.
* Updated: Portuguese (Brazil), thanks Rafael Fontenelle and Silvério
Santos.
* Updated: Ukrainian, thanks Yuri Chornoivan (українська).
|
|
Remove pointless patch-src_Makefile.am. Bump PKGREVISION.
|
|
|
|
0.94.1:
Update urllib3 and Jinja2 dependencies in requirements.txt
Fix "reportlab is not defined" error when using ReportLab 3.5.20+
|
|
- make a test program to examine pandoc header elements
- if __mkd_trim_line trims the entire line, manually set the string to \0
- add in a handful of test to verify that empty pandoc headers are not
auto-populated with %
- messed up the definition for missing attributes; should be /**/
instead of '', because AC_DEFINE will convert an empty string into a 1
- move flags.o down to the last line in OBJS= to work around a plan9
makefile bug
- have peek() return an int instead of an unsigned int (netbsd 8; ctype
functions explode with unsigned int arguments?)
- fix all places where I pass flags to be DWORDs
- include config.h before any other headers
- make all instances of 'main()' be integer functions (sigh)
- clean up all references to flags; define them EVERYWHERE as mkd_flag_t
- shuffle around some of the definitions to make everything happily(?)
compile with all instances of flags being mkd_flag_t
- when checking that the C compiler works, compile the test program as
two modules with a function declared with differing pointer types
(char ptr vs void ptr) so if the C compiler generates type signatures
and doesn't think a void pointer is the universal solvent it will fail
right there
- set the Plan9 CFLAGS to the two extensions (instead of having them be
part of the CC macro) and wipe out any CFLAGS (like -T, which tells
the Plan9 posix C compiler to be stupid) that already exists
- tweak the Makefile macros a bit so people can wedge in their own
compilers (BUILD) and linkers (LINK) during a build
- add a list item for testing the build
- patch the cmakefile so that has an option to only generate a library
- push the fencedcode block handler up to the toplevel scanner so it
will handle blank lines inside the fence
- add a fenced code block with embedded html
- don't give a code block class if it's just an empty string
- add a test case for a piece of fenced code with trailing spaces after
the opening ~~~
- deal with cached text before handling fenced code blocks
- yank the repeated inline uncaches out and stuff them into a local function
- add two more tests (unfinished fenced code block, paragraph then
fenced code block) to codeblock.t
- don't publish mkd_string_to_anchor
- add an anchor format callback, plus add the -x option to the markdown
program to squash toc anchors to (close to) github compatability
- add some dle sanity checking into onlyifset()
- when dumping the parse tree, say which header is being dumped --
h1..h6 vs just header
- tweak configure to (a) use the modern standard uintXX_t types for
DWORD, WORD, BYTE if possible and (b) if a program is defined via an
environment variable (like CC) try to use that variable instead of
doing a path search in AC_PROG
- tweak how scalar headers are include in .in files
- support external code formatters
- add an external code block formatter to the markdown program
- mkd2html wasn't passing pgm to hoptusage()
- mkd2html wasn't properly handling two arguments for input & output
files. While I was at it, add the -G option to use gfm_in() to read
the input file in (and preserve newlines)
|
|
5.1.1:
* Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8
|
|
4.3.4:
* Rebuilt with Cython 0.29.10 to support Python 3.8.
|
|
|
|
Version 5.6.1 (27 May 2019)
* Performance improvement (approx 20%) in expressions #882.
* Performance improvement (approx 10%) by disjunct/connectors pools #896.
* Performance improvement (4-10% for English) by faster power-pruning #903.
* Fix a bug in trailing connectors encoding (may cause bad linkages).
* Fix inability to form linkage when first word is disconnected.
* English dict: fix use of quotations with paraphrasing verbs.
* English dict: fix broken usage of "have not".
* Performance improvement (approx 16%) for long sentences. #931
* Performance improvement (approx 20%) for long sentences. #939
Version 5.6.0 (4 January 2019)
* Improve Windows support.
* Fix dict cost reading under user locales with comma decimal separator.
* Support using the pcre2 regex package (configured by default if available).
* Add "-with-regexlib=pcre2|tre|regex|c" to "configure".
* Fix and document building on FreeBSD.
* Major documentation update for building with Cygwin.
* Revise the manpage.
* Remove the experimental Viterbi code.
* Revise the SAT parser cost model to align it with the classic parser.
* Implement a strict check on connector name.
* Major revision of the SWIG interface file; wrap all the library functions.
* Fix linkage_get_disjunct_*() when parse-option display_morphology is true.
* Change library and python-bindings default for display_morphology to true.
* Drastic speedup for long sentences (hash encoding of trailing connectors).
* English dict: Support locative replies/declarations.
* English dict: broaden support for misc paraphrasing verbs.
* English dict: fix relativized paraphrasing.
* English dict: fix comparative-style conjunctions.
|
|
endless loop in exctags launched from configure
|
|
This patch was removed from the distinfo in the 2.3.8 update
|
|
|
|
for ElementTree to find. Pointed out by adam@
|
|
https://bugs.python.org/issue13988
|
|
python-markdown2 2.3.8
- Temporary fix to issue 150
- Stop XML escaping the body of a link
- Don't auto link patterns surrounded by triple quotes
- Add class configurability to the enclosing tag
- Accept [X] as marked task
|
|
What's new in 8.10.8
Making the application of alternate formats when finding phone numbers in text in strict-grouping and exact-match mode depend on the leading digits for each rule. This was always assumed but never actually done. This means that the false positive rate will decrease but also that more valid numbers are skipped. A subsequent CL will update patterns to increase recall.
|
|
|
|
Based on wip version packaged by leot, Hiramatsu Yoshifumi,
Kamel Ibn Aziz Derouiche, and myself.
NLTK - the Natural Language Toolkit - is a suite of open source
Python modules, data and documentation for research and development
in natural language processing. NLTK contains code supporting dozens
of NLP tasks, along with 30 popular Corpora and extensive documentation
including a 360-page online book.
|
|
|
|
|
|
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
|
|
- SVG output: added `white-space: pre` in styles
- HTML output: replaced ' by ' (https://bugs.debian.org/927410)
- HTML output: fixed index file format (missing close tags)
- CLI: moved syntax recognition functions to DataDir class
- CLI: added regular expressions and default false values to --verbose output
- CLI: fixed `--list-cat` without `--list-scripts` (https://gitlab.com/saalen/highlight/issues/107)
- CLI: added optional argument to `--base16` (https://gitlab.com/saalen/highlight/issues/113)
- CLI: added default base16 themes (https://gitlab.com/saalen/highlight/issues/113)
- CLI: added `--isolate` option (https://gitlab.com/saalen/highlight/issues/118)
- GUI: improved UTF16 input path handling on Windows
|
|
add doc/SYNTAX.md into distribution file
Update Unicode version 12.1.0
NEW: Unicode Text Segment mode option (?y{g}) (?y{w})
|
|
Soup builder: Fix empty tags being output a <tag></tag> when using bs4
Fix compiler warning
|
|
AsciiDoc:
* Fix Asciidoc unindented lists (GitHub's #149)
* Make Asciidoc Tables nowrap and support current format (GitHub's #63)
* Do not include table fences in pot file (GitHub's #163)
* Add option to prevent translation of target of image blocks (GitHub's #164)
Markdown:
* Improve markdown ruler parsing, and add test.
* Add markdown fenced code block parsing, and add test.
Sgml:
* Avoid deprecated unescaped left brace in regex to get ready for Perl 5.32.
(Debian's #903735)
TransTractor:
* Ensure to split lines before addendum operation without loss or addition of
newline. With this change, addendum behavior is more intuitive.
(Debian's #518218, Github's #147, #153)
Wml:
* Fix longstanding error regarding comments at the beginning of a file.
(Github's #138)
Xml, Docbook:
* Document XML tag behavior customization with example to help use case
specific customization. (Debian's #515763)
* Debug output enhancement to help people understand what exactly happening
inside po4a.
* Extensive POD and code comment additions and updates.
po4a tool:
* Add pot_in feature to support the secondary master file for the base of
POT/PO file generation.
Test:
* Add XML test cases with po4a including addendum, tag customization, and
pot_in feature.
Translations:
* New translation to Chinese and Chinese Simplified, thanks Liu Guang.
* Updated: Dutch, thanks Frans Spiesschaert.
* Updated: Estonian, thanks Kristjan Räts.
* Updated: French, thanks Brandelune and ButterflyOfFire.
* Updated: German, thanks Helge Kreutzmann.
* Updated: Italian, thanks Marco Ciampa.
* Updated: Norwegian Bokmål, thanks Petter Reinholdtsen.
* Updated: Portuguese (Brazil), thanks Rafael Fontenelle and Luiz
Fernando Ranghetti.
* Updated: Russian: thanks Igor.
* Updated: Spanish, thanks emma peel and Omar Campagne.
* Updated: Swedish, thanks Anders Jonsson.
* Updated: Ukrainian, thanks Yuri Chornoivan (українська).
* Updated: Vietnamese, thanks Trần Ngọc Quân.
|