Age | Commit message (Collapse) | Author | Files | Lines |
|
This version has support for ocaml 4.06, and includes several other
minor bugfixes and improvements.
|
|
0.14:
* Fixed I201 error raising for cryptography style.
* Added I202 error when there is an additional newline in a section of
imports.
* Added ``ntpath`` and ``os2emxpath`` to stdlib list.
|
|
Changes 1.7.1:
Prominently note via warning message that the tool is no longer released as pep8 and will only be fixed in the pycodestyle package
|
|
Changelog:
Changes with APR-util 1.6.1
*) Win32: Add function exports from new apr_crypto API's missing in 1.6.0.
*) Win32: Introduce XML_PARSER build-time variable to select the expat
library name to be linked to libaprutil-1.dll. See Makefile.win
*) Win32: Removed lingering xml/xml.dsp project forked from the expat
Project in the 1.9x era. Use expat's maintained build schema instead,
prior to building apr-util.
*) apr_crypto: Fix compatibility with LibreSSL. 61596.
[Bernard Spil <brnrd freebsd.org>, Yann Ylavic]
*) sdbm: better database/page validation to fail cleanly when corrupted.
[Yann Ylavic]
|
|
Changelog:
Changes for APR 1.6.3
*) apr_file_trunc: Truncating a buffered file could add unexpected
data after the truncate position. 51017.
[Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
*) apr_file_trunc: Fix an issue where reading from a buffered file
after truncate could return stale data from the buffer.
[Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
*) apr_ipsubnet_create() now fails for an empty input string.
[Joe Orton]
|
|
|
|
Go interface for isatty (is a tty)
|
|
Go functions to parse line as shell words
|
|
Go functions to get fixed width of the character or string
|
|
Git v2.14.3 Release Notes
Fixes since v2.14.2
* A helper function to read a single whole line into strbuf
mistakenly triggered OOM error at EOF under certain conditions,
which has been fixed.
* In addition to "cc: <a@dd.re.ss> # cruft", "cc: a@dd.re.ss # cruft"
was taught to "git send-email" as a valid way to tell it that it
needs to also send a carbon copy to <a@dd.re.ss> in the trailer
section.
* Fix regression to "gitk --bisect" by a recent update.
* Unlike "git commit-tree < file", "git commit-tree -F file" did not
pass the contents of the file verbatim and instead completed an
incomplete line at the end, if exists. The latter has been updated
to match the behaviour of the former.
* "git archive", especially when used with pathspec, stored an empty
directory in its output, even though Git itself never does so.
This has been fixed.
* API error-proofing which happens to also squelch warnings from GCC.
* "git gc" tries to avoid running two instances at the same time by
reading and writing pid/host from and to a lock file; it used to
use an incorrect fscanf() format when reading, which has been
corrected.
* The test linter has been taught that we do not like "echo -e".
* Code cmp.std.c nitpick.
* "git describe --match" learned to take multiple patterns in v2.13
series, but the feature ignored the patterns after the first one
and did not work at all. This has been fixed.
* "git cat-file --textconv" started segfaulting recently, which
has been corrected.
* The built-in pattern to detect the "function header" for HTML did
not match <H1>..<H6> elements without any attributes, which has
been fixed.
* "git mailinfo" was loose in decoding quoted printable and produced
garbage when the two letters after the equal sign are not
hexadecimal. This has been fixed.
* The documentation for '-X<option>' for merges was misleadingly
written to suggest that "-s theirs" exists, which is not the case.
* Spell the name of our system as "Git" in the output from
request-pull script.
* Fixes for a handful memory access issues identified by valgrind.
* Backports a moral equivalent of 2015 fix to the poll emulation from
the upstream gnulib to fix occasional breakages on HPE NonStop.
* In the "--format=..." option of the "git for-each-ref" command (and
its friends, i.e. the listing mode of "git branch/tag"), "%(atom:)"
(e.g. "%(refname:)", "%(body:)" used to error out. Instead, treat
them as if the colon and an empty string that follows it were not
there.
* Users with "color.ui = always" in their configuration were broken
by a recent change that made plumbing commands to pay attention to
them as the patch created internally by "git add -p" were colored
(heh) and made unusable. This has been fixed.
* "git branch -M a b" while on a branch that is completely unrelated
to either branch a or branch b misbehaved when multiple worktree
was in use. This has been fixed.
* "git fast-export" with -M/-C option issued "copy" instruction on a
path that is simultaneously modified, which was incorrect.
* The checkpoint command "git fast-import" did not flush updates to
refs and marks unless at least one object was created since the
last checkpoint, which has been corrected, as these things can
happen without any new object getting created.
* The scripts to drive TravisCI has been reorganized and then an
optimization to avoid spending cycles on a branch whose tip is
tagged has been implemented.
* "git fetch <there> <src>:<dst>" allows an object name on the <src>
side when the other side accepts such a request since Git v2.5, but
the documentation was left stale.
* A regression in 2.11 that made the code to read the list of
alternate object stores overrun the end of the string has been
fixed.
Also contains various documentation updates and code clean-ups.
|
|
0.3.2:
The LICENSE is now included in the sdist.
|
|
2.0.7:
General:
* Added audio stream conversion functions:
SDL_NewAudioStream
SDL_AudioStreamPut
SDL_AudioStreamGet
SDL_AudioStreamAvailable
SDL_AudioStreamFlush
SDL_AudioStreamClear
SDL_FreeAudioStream
* Added functions to query and set the SDL memory allocation functions:
SDL_GetMemoryFunctions()
SDL_SetMemoryFunctions()
SDL_GetNumAllocations()
* Added locking functions for multi-threaded access to the joystick and game controller APIs:
SDL_LockJoysticks()
SDL_UnlockJoysticks()
* The following functions are now thread-safe:
SDL_SetEventFilter()
SDL_GetEventFilter()
SDL_AddEventWatch()
SDL_DelEventWatch()
|
|
0.27.2:
Bugs fixed
----------
* Comprehensions could incorrectly be optimised away when they appeared in boolean
test contexts.
* The special methods ``__eq__``, ``__lt__`` etc. in extension types did not type
their first argument as the type of the class but ``object``.
* Crash on first lookup of "cline_in_traceback" option during exception handling.
* Some nested module level comprehensions failed to compile.
* Compiler crash on some complex type declarations in pure mode.
* ``std::unordered_map.erase()`` was declared with an incorrect ``void`` return
type in ``libcpp.unordered_map``.
* Invalid use of C++ ``fallthrough`` attribute before C++11 and similar issue in clang.
* Compiler crash on misnamed properties.
|
|
3.5.0:
New Dependency Information
* Allow for PyFlakes 1.6.0
* Start using new PyCodestyle checks for bare excepts and ambiguous identifier
Features
* Print out information about configuring VCS hooks
* Allow users to develop plugins “local” to a repository without using setuptools. See our documentation on local plugins for more information.
Bugs Fixed
* Catch and helpfully report UnicodeDecodeErrors when parsing configuration files.
|
|
A tiny library to facilitate visitor implementation in Python (which are
slightly peculiar due to dynamic typing). In fact, it is so small, you may just
be better off copy and pasting the source straight into your project.
|
|
Changes include compatibility with safe-string (needed for ocaml 4.06
compatibility), installation fixes and some bugfixes and enhancements.
|
|
1.3.3:
Bug fixes.
|
|
0.000082 2017-10-20 07:11:08-07:00 America/Los_Angeles
- No Changes since last trial
0.000081 2017-10-19 09:09:14-07:00 America/Los_Angeles (TRIAL RELEASE)
- Add Test2::Compare::Float to handle floating point comparison issues with
representation error.
- Add float() to Test2::Utils::Compare and import Test2::Compare::Float
- Import and Export Test2::Utils::Compare::float in Test2::V0
- Documentation fixes
- Better 5.10.0/utf8 fix
- VSTRING comparisons
- Bag compare now handles duplicates better
|
|
0.12 Sat Oct 21 18:12:51 BST 2017
- Fix tests on 5.26 without '.' in @INC (kentfredric)
|
|
|
|
They are just applications, so don't need to be versioned - see glib2-tools.
|
|
NFCI but can avoid some headaches if USE_TOOLS will be adjusted in the future.
|
|
By default orc is configured with `--disable-gtk-doc'. However, despite that,
it will checks several `gtkdoc-*' tools anyway, ending in a failure during the
installation phase because only a couple of them are available.
Add a kludge via CONFIGURE_ENV to avoid picking up gtkdoc-* tools.
Pointed out by <martin> via PR pkg/52632.
|
|
- Rename \box_use_clear:N to \box_use_drop:N as this command has
non-standard grouping behaviour
- New \inteval command in xfp
- New \c_catcode_active_space_tl
- Fix bug with color code when \current at color is not a simple
string
- Fix behaviour of \sys_rand_seed: in engines without the
underlying random number primitives
- Allow only integer powers for negative bases in floating point
expressions
- Various documentation improvements
|
|
1.5.0
-----
- support shell escaping in python pathnames of popen.
Eugene Ciurana discovered that execnet breaks if you use
pathnames with spaces in a "python=" part of a spec.
We now use shlex.split to split the string. There is a
potential for regressions if you used quote or escape
sequences as part of your python command.
- Only insert importdir into sys.path if it is not already in the path.
This prevents a bug when using enum34 with python 3.6 and
pytest-xdist.
The issue is that enum34 installs an 'enum' module in site-packages
which is normally shadowed by the stdlib version of enum, however in
gateway_bootstrap.py site-packages is added at the front the the
search path. This means on the workers enum34 is hit for import enum
which in turn causes import re to fail (as it makes use of the new
enum features in 3.6).
- fix 49 - use inspect.getfullargspec if possible to avoid deprecationwarnings
- fix 56 - use partials in safe_terminate to avoid a bad carried binding
- fix spec parsing on Windows due to path containing '\' characters.
|
|
Upstream changes:
version 3.40 at 2017-10-20 22:14:11 +0000
-----------------------------------------
Change: daff9aedd0530e83e49b6e0445260747884ed31b
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2017-10-20 23:14:11 +0000
Updated for v5.27.5
|
|
Upstream changes:
5.20171020
- Updated for v5.27.5
|
|
Upstream changes:
1.302106 2017-10-20 20:42:43-07:00 America/Los_Angeles
- Make version number in HashBase sane.
1.302105 2017-10-20 07:09:45-07:00 America/Los_Angeles
- No changes since last trial
1.302104 2017-10-19 11:39:01-07:00 America/Los_Angeles (TRIAL RELEASE)
- Combine multiple diags into one event
|
|
Changelog:
Support more devices
|
|
python 3 is strict about file encodings. After glib-mkenums was
translated from perl to python, build failures occur due to e.g.,
ISO-8859-1 characters in authors' names as reported by martin@ in
PR pkg/52631 for xfce4-gtk2-engines, but also causing build failures
for at least libgnome and libgnomeui.
Chritoph Reiter produced an elegant workaround, making use of the
open() function's error decoding "replace" option:
'replace' causes a replacement marker (such as '?') to be inserted
where there is malformed data.
which is applied here.
https://bugzilla.gnome.org/show_bug.cgi?id=785113#c27
|
|
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.9/NEWS)
== Ruby-GNOME2 3.1.9: 2017-10-16
This is a release that includes GObject Introspection migrated Ruby/Poppler.
=== Changes
==== All
* Improvements
* Added (({Makefile})) existence check before running (({make})).
[GitHub#1065][Patch by HIGUCHI Daisuke]
* Fixes
* Fixed shebang paths.
[GitHub#1066][Patch by HIGUCHI Daisuke]
==== Ruby/GLib
* Improvements
* Windows: Updated required cairo gem dependency.
==== Ruby/GObjectIntrospection
* Improvements
* (({GObjectIntrospection::Loader.register_object_class_converter})):
Added.
* Added (({gboolean *})) output support.
* Added (({[GBoxed]})) output support.
* Added (({[gboolean]})) input support.
==== Ruby/GDK3
* Improvements
* (({Gdk::Window#origin})): Ignored garbage return value.
==== Ruby/GTK3
* Improvements
* Added more demos.
[GitHub#1096][GitHub#1098][GitHub#1099][GitHub#1103]
[Patch by cedlemo]
* (({Gtk::Container#add_child})): Added.
[GitHub#1101][Reported by Robert A. Heiler]
* (({Gtk::Container#remove_child})): Added.
[GitHub#1101][Reported by Robert A. Heiler]
==== Ruby/Poppler
* Improvements
* Migrated to GObject Introspection bindings.
[Patch by cedlemo]
==== Ruby/WebKit2GTK
* Improvements
* Reduced fragile test failure.
[GitHub#1067][Patch by HIGUCHI Daisuke]
* Followed upstream fix for
(({webkit_web_view_new_with_related_view})).
[GitHub#1095][Reported by Jeremy Bicha]
* Relaxed test to support the latest WebKit2GTK+.
[GitHub#1095][Reported by Jeremy Bicha]
==== Ruby/Rsvg2
* Improvements
* Added document how to install on Heroku.
[GitHub#1071][Patch by Ciocanel Razvan]
==== Ruby/VTE3
* Improvements
* (({Vte::Regex})): Added.
[GitHub#1087][Patch by cedlemo]
=== Thanks
* HIGUCHI Daisuke
* cedlemo
* Ciocanel Razvan
* Jeremy Bicha
* Robert A. Heiler
|
|
Notable changes:
* C++
- Proto3 messages are now able to preserve unknown fields.
- Packable proto3 fields are now packed by default in serialization.
* Python
- SerializeToString API is changed to SerializeToString(self, **kwargs).
- Added sort_keys parameter in json format to make the output
deterministic.
|
|
|
|
See https://github.com/westes/flex/issues/241
The problem is fixed in master branch and the workaround could be removed
in the next version update.
|
|
This solves a compile error, glib-mkenums expects all files to be UTF8.
Patch lifted from:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870729
|
|
|
|
Patch taken from MacPorts.
|
|
so it will show a stack dump of all threads running at the time. This is useful
when running tests under a continuous integration server or simply if you don't
know why the test suite hangs.
Note that while by default on POSIX systems py.test will continue to execute
the tests after a test has timed, out this is not always possible. Often the
only sure way to interrupt a hanging test is by terminating the entire process.
As this is a hard termination (os._exit()) it will result in no teardown, JUnit
XML output etc. But the plugin will ensure you will have the debugging output
on stderr nevertheless, which is the most important part at this stage.
|
|
|
|
Changes not found.
|
|
Fixes test. Ride update.
|
|
0.000080 2017-10-15 10:13:30-07:00 America/Los_Angeles
- No changes since last trial
0.000079 2017-10-14 20:18:51-07:00 America/Los_Angeles (TRIAL RELEASE)
- (Colin Newell) Fix UTF8 issue with perl 5.10.0
0.000078 2017-10-14 20:15:21-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix for TODO + new ok style
|
|
1.302103 2017-10-15 10:11:29-07:00 America/Los_Angeles
- No changes since last TRIAL
1.302102 2017-10-14 20:05:45-07:00 America/Los_Angeles (TRIAL RELEASE)
- Fix some TODO edge cases that were not previously accounted for
|
|
version 0.016; 2017-10-17
* port t/taint.t to Perl 5.27.5, where re-requiring an already-loaded
module doesn't trigger tainting
* skip t/taint.t if the perl empirically doesn't perform taint checks
but the script got run anyway (which happens with an unsupported
configuration of the Perl core which some people are using in the
absence of a supported no-taint configuration)
* in t/taint.t, use $^X rather than $ENV{PATH} as the primordial
tainted value to taint a string being tested
* in documentation, use four-column indentation for all verbatim
material
* in META.{yml,json}, point to public bug tracker
* in META.json, specify type of public repository
|
|
2.018000 16.10.17
* Fix fetch URL (Mickey, GH#92)
* Removed critic author test (Mickey)
|
|
Add some dependencies.
Release 1.29 - 15 October 2017
- Lock using read and append mode (Stephan Loyd) (github 196)
- Clean up lock files when running cover command
|
|
make the dependency visible. It also helps bulk builds on platforms
without native bzcat.
|
|
- Fix crash in __iv_event_run_pending_events().
- Hold a reference on the main loop for each registered iv_event.
|
|
Noteworthy critical bug fixes
- Fix OpenSSL instability on Windows (fix thread id callback) - the
bug resulted in SSL connections being torn down for no apparent
reason.
- Fetch response fix: read all MessageSets, not just the first one.
Enhancements
- Add api.version.request.timeout.ms
- Point users to documentation when attempting to use Java security
properties
Fixes:
- Adjust log level for partial message reads when debug is enabled
- Allow app metadata() requests regardless of outstanding metadata
requests
- Proper size calculation from flags2str to include nul
- Thread-safe rd_strerror()
- Proper re-sends of ProduceRequests in-transit on connection down
- Producer: invalid offsets reported back when
produce.offset.report=false
- Consumer: Message Null Key/Value were messed up
- Fix metadata querying for topics with LEADER_UNAVAIL set
- Treat request __TIMED_OUT as a retryable error
- Let timed out ProduceRequests result in MSG_TIMED_OUT error code for
messages
- Fix crash on leader rejoin when outstanding assignor metadata
- sasl_cyrus: Fix dangling stack ptr to sasl_callback_t
|
|
|