- 06 Haz, 2017 1 kayıt (commit)
-
-
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 7 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.
-
csabella yazdı
-
- 31 May, 2017 2 kayıt (commit)
-
-
Hiro Asari yazdı
-
Albert-Jan Nijburg yazdı
* add test to check if were modifying token * copy list so import tokenize doesnt have side effects on token * shorten line * add tokenize tokens to token.h to get them to show up in token * move ERRORTOKEN back to its previous location, and fix nitpick * copy comments from token.h automatically * fix whitespace and make more pythonic * change to fix comments from @haypo * update token.rst and Misc/NEWS * change wording * some more wording changes
-
- 30 May, 2017 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Mariatta yazdı
-
Gregory P. Smith yazdı
Bugfix: This test wasn't being run because it was skipping based on the presence of Py_ENABLE_SHARED rather than its value. It is always present on POSIX systems but defaults to 0. Refactoring: Move the environment variables that can be ignored into a function. Parse the list from the child process and filter out the ones to exclude in the parent before checking that the rest is empty. Feature: Adds always present environment variables to ignore when running in a Gentoo sandbox so that the test can pass there.
-
kms70847 yazdı
Replace `an ModuleNotFoundError` with `a ModuleNotFoundError`. Replace `an path` with `a path`.
-
- 29 May, 2017 5 kayıt (commit)
-
-
gfyoung yazdı
-
Jim Fasarakis-Hilliard yazdı
-
Gregory P. Smith yazdı
Instead use keyword only arguments to os.register_at_fork for each of the scenarios. Updates the documentation for clarity.
-
Antoine Pitrou yazdı
-
Amit Kumar yazdı
-
- 28 May, 2017 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Rather than saving the Python object and calling PyObject_IsTrue() every time when the boolean argument is used, call it only once and save C boolean value.
-
Antoine Pitrou yazdı
* bpo-16500: Use register_at_fork() in the threading module * Update comment at top of _after_fork()
-
csabella yazdı
Patch by Cheryl Sabella.
-
Antoine Pitrou yazdı
* Doc nits for bpo-16500 * Fix more references
-
terryjreedy yazdı
Coverage is now 100%
-
- 27 May, 2017 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
* bpo-30492: Allow make clinic to work out of tree. * Use os.curdir instead of "." as the default value.
-