- 16 Dec, 2016 2 commits
-
-
Serhiy Storchaka authored
Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules.
-
Victor Stinner authored
-
- 15 Dec, 2016 1 commit
-
-
Berker Peksag authored
-
- 14 Dec, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 13 Dec, 2016 1 commit
-
-
Steve Dower authored
-
- 11 Dec, 2016 4 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
-
Martin Panter authored
Patch by Julien Palard.
-
Martin Panter authored
* In Python 3, the specifier is 0o * There is no special case for leading zeros * Remove duplicate tests * Clarify other existing tests and comments
-
- 10 Dec, 2016 6 commits
-
-
Brett Cannon authored
Thanks to Douglas Greiman for the patch.
-
Antoine Pitrou authored
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 08 Dec, 2016 1 commit
-
-
Ned Deily authored
-
- 07 Dec, 2016 1 commit
-
-
Serhiy Storchaka authored
This makes tests passing after changes by issue #5322.
-
- 02 Dec, 2016 1 commit
-
-
Serhiy Storchaka authored
Original patch by Andreas Stührk.
-
- 07 Dec, 2016 1 commit
-
-
Serhiy Storchaka authored
writes the index file when it is not changed.
-
- 06 Dec, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
- 05 Dec, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 04 Dec, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 03 Dec, 2016 2 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
- 02 Dec, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
names.
-
- 01 Dec, 2016 1 commit
-
-
doko@ubuntu.com authored
-
- 29 Nov, 2016 1 commit
-
-
Guido van Rossum authored
-
- 26 Nov, 2016 2 commits
-
-
Łukasz Langa authored
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
-
Serhiy Storchaka authored
in the documentation.
-
- 25 Nov, 2016 2 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Wojtek Ruszczewski.
-
- 24 Nov, 2016 1 commit
-
-
Guido van Rossum authored
-
- 23 Nov, 2016 1 commit
-
-
Steve Dower authored
-
- 21 Nov, 2016 4 commits
-
-
Yury Selivanov authored
Allow AF_UNIX in create_server & create_connection
-
Victor Stinner authored
Reloading the warnings module duplicates filters in warnings.filters. Fixing the issue is tricky. It was decided to simply remove the check from Python 3.5, since the bug only impacts Python unit tests, not real applications. The check is kept in Python 3.6 and newer.
-
Martin Panter authored
-
Serhiy Storchaka authored
The fields ml_name and ml_doc are of type "const char *" rather of "char *".
-