- 20 May, 2016 2 commits
-
-
Victor Stinner authored
Issue #27056: Optimize pickle.load() and pickle.loads(), up to 10% faster to deserialize a lot of small objects.
-
Victor Stinner authored
* Replace PyUnicode_RPartition() with PyUnicode_FindChar() and PyUnicode_Substring() to avoid the creation of a temporary tuple. * Use PyUnicode_FromFormat() to build a string and avoid the single_dot ('.') singleton Thanks Serhiy Storchaka for your review.
-
- 19 May, 2016 7 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
These added a path attribute to pathlib.Path objects, and docs. Instead, we're going to use PEP 519. (Starting in the 3.4 branch and merging forward from there since that's what I did originally.)
-
Steve Dower authored
-
Steve Dower authored
-
Victor Stinner authored
-
Victor Stinner authored
Issue #27057: Fix os.set_inheritable() on Android, ioctl() is blocked by SELinux and fails with EACCESS. The function now falls back to fcntl(). Patch written by Michał Bednarski.
-
- 18 May, 2016 16 commits
-
-
Steve Dower authored
-
Steve Dower authored
Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Berker Peksag authored
Documentation updates by Martin Panter.
-
Senthil Kumaran authored
issue27045 - Use backslash in windows path to script file.
-
Senthil Kumaran authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Ned Deily authored
-
Ned Deily authored
-
- 17 May, 2016 15 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
doko@ubuntu.com authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Ned Deily authored
-
Ned Deily authored
-
Steve Dower authored
-
Steve Dower authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-