- 23 Nov, 2016 1 commit
-
-
Steve Dower authored
-
- 21 Nov, 2016 7 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 *".
-
Gregory P. Smith authored
-
Martin Panter authored
-
Guido van Rossum authored
-
- 20 Nov, 2016 11 commits
-
-
Martin Panter authored
Based on suggestion by Eryk Sun.
-
Martin Panter authored
The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner.
-
Gregory P. Smith authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
unreadable directories on Windows too.
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Serhiy Storchaka authored
unreadable directories.
-
Serhiy Storchaka authored
C API functions.
-
Serhiy Storchaka authored
-
Steve Dower authored
-
Steve Dower authored
Prevents crashes in some other posixmodule.c functions
-
- 19 Nov, 2016 1 commit
-
-
Guido van Rossum authored
-
- 17 Nov, 2016 1 commit
-
-
Steve Dower authored
-
- 16 Nov, 2016 5 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
The latter function is more readable, faster and doesn't raise exceptions. Based on patch by Xiang Zhang.
-
Serhiy Storchaka authored
The latter function is more readable, faster and doesn't raise exceptions.
-
Donald Stufft authored
-
Donald Stufft authored
-
- 15 Nov, 2016 4 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Guido van Rossum authored
-
Xavier de Gaye authored
would raise ImportError
-
- 14 Nov, 2016 5 commits
-
-
Serhiy Storchaka authored
non-integer numbers. Django tests depend on this.
-
Serhiy Storchaka authored
non-integer numbers. Django tests depend on this.
-
Serhiy Storchaka authored
non-integer numbers. Django tests depend on this.
-
Martin Panter authored
Patch by Matthieu S.
-
Martin Panter authored
-
- 13 Nov, 2016 2 commits
-
-
Martin Panter authored
-
Xavier de Gaye authored
-
- 12 Nov, 2016 3 commits
-
-
Ned Deily authored
Patch by Gareth Rees.
-
Serhiy Storchaka authored
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
Serhiy Storchaka authored
when decode astral characters.
-