- 01 Jan, 2018 1 commit
-
-
Serhiy Storchaka authored
Move other test to more proper place.
-
- 31 Dec, 2017 2 commits
-
-
Antoine Pitrou authored
bpo-32468: Better frame repr()
-
Benjamin Peterson authored
-
- 30 Dec, 2017 9 commits
-
-
Zachary Ware authored
-
Michael Felt authored
Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) This patch provides the changes needed for this integration with the OS. On AIX the base function is uuid_create() rather than uuid_generate_time() The AIX uuid_t typedef is more aligned to the UUID field based definition while the Linux typedef that is more aligned with UUID bytes (or perhaps UUID bytes_le) definitions.
-
Yury Selivanov authored
-
Barry Warsaw authored
Port importlib_resources to importlib.resources
-
Andrew Svetlov authored
-
* Add abstract get_loop() method to Server, AbstractServer classes. * Add test cases for get_loop() method in Server, AbstractServer classes * Add documentation for get_loop() method
-
Andrew Svetlov authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
- 29 Dec, 2017 4 commits
-
-
Benjamin Peterson authored
-
Eric V. Smith authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 28 Dec, 2017 2 commits
- 26 Dec, 2017 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Andrew Svetlov authored
* Fix typos * Change warning text * Add test
-
- 25 Dec, 2017 5 commits
-
-
Yury Selivanov authored
-
INADA Naoki authored
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 24 Dec, 2017 2 commits
-
-
Andrew Svetlov authored
-
INADA Naoki authored
_PyUnicode_FromId() may return NULL. Reported by coverity scan: CID 1426868, 1426867.
-
- 23 Dec, 2017 8 commits
-
-
Yury Selivanov authored
-
Andrew Svetlov authored
-
Yury Selivanov authored
-
Andrew Svetlov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Mariatta authored
-
Benjamin Peterson authored
-
- 22 Dec, 2017 2 commits
-
-
Benjamin Peterson authored
This is more complicated than it should be because we need to preserve the useful mtime-based regeneration feature that lib2to3.pgen2.driver.load_grammar has. We only look for the pickled grammar file with pkgutil.get_data and only if the source file does not exist.
-
Benjamin Peterson authored
-
- 21 Dec, 2017 2 commits
-
-
Victor Stinner authored
Skip the test which fails on FreeBSD with POSIX locale. Skip the test to fix FreeBSD buildbots, until a fix can be found, so the buildbots can catch other regressions.
-
Victor Stinner authored
Skip the test failing randomly because of known race condition. Skip the test to fix macOS buildbots until a decision is made on the proper fix for the race condition.
-