- 02 Nov, 2014 8 commits
-
-
Antoine Pitrou authored
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ezio Melotti authored
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
-
Zachary Ware authored
-
Ned Deily authored
When running tests in subprocesses with the regrtest -j option, a bug in Cocoa Tk can result in a Tcl segfault. Avoid the problem by forcing Tk to fully initialize as an OS X gui process before destroying the Tcl instance and creating another. (Original patch by Serhiy Storchaka)
-
- 01 Nov, 2014 3 commits
-
-
Zachary Ware authored
-
Vinay Sajip authored
-
Berker Peksag authored
-
- 31 Oct, 2014 12 commits
-
-
Georg Brandl authored
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Oct, 2014 16 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
locale-dependent regular expressions taking into account the locale.
-
Antoine Pitrou authored
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
This allows use with special filesystems such as VirtualBox shared folders.
-
Victor Stinner authored
PyFile_GetLine() failed. Patch written by Xavier de Gaye.
-
- 29 Oct, 2014 1 commit
-
-
Zachary Ware authored
-