- 12 Dec, 2011 1 commit
-
-
Raymond Hettinger authored
-
- 10 Dec, 2011 2 commits
-
-
Benjamin Peterson authored
-
Charles-François Natali authored
-
- 09 Dec, 2011 2 commits
-
-
Florent Xicluna authored
-
Jason R. Coombs authored
-
- 08 Dec, 2011 1 commit
-
-
Stefan Krah authored
-
- 07 Dec, 2011 3 commits
-
-
Victor Stinner authored
Australian Eastern Standard Time (UTC+10) is called "EST" (as Eastern Standard Time, UTC-5) instead of "AEST" on some operating systems (e.g. FreeBSD), which is wrong. See for example this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93810
-
Ezio Melotti authored
-
Amaury Forgeot d'Arc authored
calling sys.setrecursionlimit((1<<31)-1). 2.7 only.
-
- 06 Dec, 2011 2 commits
-
-
Jesus Cea authored
-
Lars Gustäbel authored
-
- 04 Dec, 2011 1 commit
-
-
Antoine Pitrou authored
from the doc. These two projects appear dead.
-
- 03 Dec, 2011 1 commit
-
-
Meador Inge authored
-
- 07 Nov, 2011 1 commit
-
-
Jason R. Coombs authored
-
- 02 Dec, 2011 4 commits
-
-
Petri Lehtinen authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 28 Nov, 2011 1 commit
-
-
Victor Stinner authored
_testcapimodule.c is not "ssize_t" safe in Python 2.7: the length argument type is int, not Py_ssize_t.
-
- 27 Nov, 2011 2 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
- 26 Nov, 2011 3 commits
-
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
- 25 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. Patch by Brian Harring.
-
- 23 Nov, 2011 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. Patch by Robert Xiao.
-
- 22 Nov, 2011 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Charles-François Natali authored
POSIX semaphores (among which FreeBSD < 8).
-
Victor Stinner authored
Add tests for PyUnicode_EncodeDecimal()
-
- 21 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
raised when the wrapped raw file is non-blocking and the write would block. Previous code assumed that the raw write() would raise BlockingIOError, but RawIOBase.write() is defined to returned None when the call would block. Patch by sbt.
-
- 20 Nov, 2011 3 commits
-
-
Victor Stinner authored
Patch written by Arfrever Frehtes Taifersar Arahesis.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 19 Nov, 2011 1 commit
-
-
Mark Dickinson authored
-
- 18 Nov, 2011 1 commit
-
-
Ezio Melotti authored
-