- 09 Apr, 2018 6 commits
-
-
Aaron Ang authored
-
Serhiy Storchaka authored
Based on patch by Oleg Krasnikov.
-
Serhiy Storchaka authored
This code doesn't have effect on the final result, but causes GCC 8 warnings and can have an undefined behavior.
-
Antoine Pitrou authored
Large shared arrays allocated using multiprocessing would remain allocated until the process ends.
-
Serhiy Storchaka authored
The protocol parameter can be any protocol supported by the pickle module.
-
Wolfgang Maier authored
When bpo-12015 got resolved by increasing the length of the random string generated by _RandomNameSequence from six to eight characters, the docstring of the class was not adjusted accordingly.
-
- 08 Apr, 2018 2 commits
-
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
- 07 Apr, 2018 4 commits
-
-
Alex Gaynor authored
* bpo-29613: Added support for SameSite cookies Implemented as per draft https://tools.ietf.org/html/draft-west-first-party-cookies-07 * Documented SameSite And suggestions by members. * Missing space :( * Updated News and contributors * Added version changed details. * Fix in documentation * fix in documentation * Clubbed test cases for same attribute into single. * Updates * Style nits + expand tests * review feedback
-
Antoine Pitrou authored
* bpo-33201: Modernize "Extension types" doc * Split tutorial and other topics * Some small fixes * Address some review comments * Rename noddy* to custom* and shoddy to sublist * Fix markup
-
Ned Deily authored
-
Jay Crotts authored
-
- 06 Apr, 2018 4 commits
-
-
Brett Cannon authored
An entry of None in sys.path_importer_cache represents a negative/missing finder for a path, so clearing it out makes sense.
-
Marcel Plch authored
-
Alex Gaynor authored
-
INADA Naoki authored
-
- 05 Apr, 2018 6 commits
-
-
Raymond Hettinger authored
-
Skip Montanaro authored
Original patch by Alexander Belopolsky. Patch by Skip Montanaro.
-
Wolfgang Maier authored
-
Eric V. Smith authored
* Add a test for frozen with unhashable field value. * Improve a comment.
-
Brett Cannon authored
-
Ivan Levkivskyi authored
This removes a hack and replaces it with a proper mapping {'list': 'List', 'dict': 'Dict', ...}.
-
- 04 Apr, 2018 5 commits
-
-
Ivan Levkivskyi authored
-
Serhiy Storchaka authored
Different paths are executed for normal exit and for leaving the 'async with' block with 'break', 'continue' or 'return'.
-
Łukasz Langa authored
This makes performance better and produces shorter pickles. This change is backwards compatible up to the oldest currently supported version of Python (3.4).
-
INADA Naoki authored
Py_UNICODE is deprecated since Python 3.3. But the deprecation is missed in the c-api/arg document.
-
hui shang authored
-
- 03 Apr, 2018 4 commits
-
-
Serhiy Storchaka authored
-
INADA Naoki authored
-
Andrés Delfino authored
-
INADA Naoki authored
-
- 02 Apr, 2018 3 commits
-
-
Serhiy Storchaka authored
when __aenter__() or __aexit__() return non-awaitable object.
-
Terry Jan Reedy authored
Followup to primary PR for the issue, GH-6344.
-
Terry Jan Reedy authored
A 'u' string prefix cannot be paired with either 'r' or 'f'. Consistently color as much of the prefix, starting at the right, as is valid.
-
- 01 Apr, 2018 1 commit
-
-
Gregory P. Smith authored
-
- 31 Mar, 2018 2 commits
-
-
Serhiy Storchaka authored
-
Ivan Levkivskyi authored
-
- 30 Mar, 2018 2 commits
-
-
Mike DePalatis authored
-
Nick Coghlan authored
-
- 29 Mar, 2018 1 commit
-
-
Eric V. Smith authored
-