- 08 Haz, 2017 4 kayıt (commit)
-
-
Victor Stinner yazdı
Fix a reference in subinterpreters, like test_callbacks_leak() of test_atexit. warnoptions is a list used to pass options from the command line to the sys module constructor. Before this change, the list was shared by multiple interpreter which is not the expected behaviour. Each interpreter should have their own independent mutable world. This change duplicates the list in each interpreter. So each interpreter owns its own list, so each interpreter can clear its own list.
-
Stéphane Wirtel yazdı
Fix regressions introduced by: - bpo-22257: commits 1abcf670 and 6b4be195Co-Authored-By: Victor Stinner <victor.stinner@gmail.com> Co-Authored-By: Louie Lu <git@louie.lu>
-
Nathaniel J. Smith yazdı
If pass a server_hostname= that fails IDNA decoding to SSLContext.wrap_socket or SSLContext.wrap_bio, then the SSLContext object had a spurious Py_DECREF called on it, eventually leading to segfaults.
-
Will Roberts yazdı
* bpo-30537: use PyNumber in itertools instead of PyLong * bpo-30537: revert changes except to islice_new * bpo-30537: test itertools.islice and add entry to Misc/NEWS
-
- 07 Haz, 2017 5 kayıt (commit)
-
-
Jonathan Eunice yazdı
-
Matthias Klose yazdı
* Update config.{guess,sub} from gnu.org.
-
Erik Bray yazdı
-
Denis Osipov yazdı
* Fix bpo-30584 * Adding a comment mentionning the bpo and explaining what is the identifier * Add Denis Osipov to Misc/ACKS
-
Antoine Pietri yazdı
-
- 06 Haz, 2017 10 kayıt (commit)
-
-
Aaron Hall, MBA yazdı
-
gfyoung yazdı
Clarify that `two-pass` buffer can only be dumped once, and it prints out all text sent to it during all processing, even from Clinic blocks *after* the dumping point.
-
wim glenn yazdı
Replace `datetuil` into `dateutil`
-
Victor Stinner yazdı
On Windows 8, 8.1 and 10 at least, the exit code is the exception code (no bit is cleared).
-
Serhiy Storchaka yazdı
to functions implemented in C that don't support this. Also unified error messages for functions that don't take positional or keyword arguments.
-
Serhiy Storchaka yazdı
-
Vinay Sajip yazdı
Implemented pickling for loggers.
-
Alex Gaynor yazdı
* Simplify X.509 extension handling code The previous implementation had grown organically over time, as OpenSSL's API evolved. * Delete even more code
-
Oz N Tiram yazdı
Several class attributes have been added to calendar.HTMLCalendar that allow customization of the CSS classes used in the resulting HTML. This can be done by subclasses HTMLCalendar and overwriting those class attributes (Patch by Oz Tiram).
-
Zachary Ware yazdı
-
- 05 Haz, 2017 3 kayıt (commit)
-
-
Zachary Ware yazdı
Also weakens the 'should this be run?' regex to allow all builds when .travis.yml changes.
-
Steve Dower yazdı
* bpo-30557: faulthandler now correctly filters and displays exception codes on Windows * Adds test for non-fatal exceptions. * Adds bpo number to comment.
-
Mariano Anaya yazdı
Update the code example in Functions and Methods section Remove objtype argument in MethodType
-
- 04 Haz, 2017 5 kayıt (commit)
-
-
Zachary Ware yazdı
Also on the short-lived `buildbot-custom` branch.
-
Segev Finer yazdı
-
csabella yazdı
* bpo-30538: Update count() in Functional HOWTO * bpo-30538: Update enumerate() arguments in Functional HOWTO
-
Alex Gaynor yazdı
Metaprogramming a list of attributes was excessive, and made the code less readable and slower.
-
leodema yazdı
-
- 03 Haz, 2017 2 kayıt (commit)
-
-
Brett Cannon yazdı
Initially the macOS builds are allowed to fail until such time that they can be determined to be stable and not add an unacceptable amount of time to the overall Travis-passing process.
-
Antoine Pitrou yazdı
* Fix bpo-30526: Add TextIOWrapper.reconfigure() * Apply Nick's improved wording * Update Misc/NEWS
-
- 02 Haz, 2017 5 kayıt (commit)
-
-
Jamiel Almeida yazdı
-
Segev Finer yazdı
We get `ERROR_BAD_NETPATH` (53) on AppVeyor which is translated to ENOENT (2).
-
Segev Finer yazdı
* bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails * bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails
-
Nick Coghlan yazdı
* bpo-30052: Always regenerate cross-references The patch for bpo-30052 changed the preferred link target for :func:`bytes` and :func`bytearray` references to be the respective type definitions rather than the corresponding builtin function entries. This patch changes the daily documentation builds to disable the output caching in Sphinx, in order to ensure that cross-reference changes like this one are reliably picked up and applied automatically after merging.
-
Johan Liu yazdı
-
- 01 Haz, 2017 6 kayıt (commit)
-
-
Matthias Bussonnier yazdı
-
Albert-Jan Nijburg yazdı
-
Eric Snow yazdı
-
Julien yazdı
-
Xiang Zhang yazdı
-
Serhiy Storchaka yazdı
Also speed up slot_sq_item.
-