summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #13988: move the python bootstrap code to cElementTree.py, and remove o...Florent Xicluna2012-02-111-232/+2
* Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-096-35/+18
* Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-081-0/+130
* Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-082-291/+135
* PEP 410Victor Stinner2012-02-082-135/+291
* Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-081-0/+1
* Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestampVictor Stinner2012-02-081-1/+0
* Issue #13964: Split os.*utime*() subsecond tests into multiple tests to helpVictor Stinner2012-02-081-77/+45
* Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-071-15/+67
* Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-061-5/+5
* MergeBrett Cannon2012-02-032-0/+117
|\
| * Issue #13777: Add PF_SYSTEM sockets on OS X.Martin v. Löwis2012-02-032-0/+117
* | Check for errors in creating sub-interpreters when testing the C API.Brett Cannon2012-02-031-0/+8
|/
* Merge.Charles-François Natali2012-02-021-1/+3
|\
| * Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fixCharles-François Natali2012-02-021-1/+3
* | Merge branch 3.2Petri Lehtinen2012-02-012-8/+9
|\ \ | |/
| * sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-012-8/+9
* | Fix zipimport.c's read_directory() to use appropriate types for the valuesGregory P. Smith2012-01-301-4/+5
|\ \ | |/
| * Fix zip_import.c's read_directory() to use appropriate types for the valuesGregory P. Smith2012-01-301-4/+5
* | Issue #8828: Add new function os.replace(), for cross-platform renaming with ...Antoine Pitrou2012-01-301-13/+34
* | Issue #13874: read_null() of faulthandler uses volatile to avoid optimisationVictor Stinner2012-01-291-1/+4
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-291-21/+9
|\ \ | |/
| * Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-291-22/+11
* | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-3/+3
|\ \ | |/
| * Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-3/+3
* | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-2/+4
|\ \ | |/
| * Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-2/+4
| |\
| | * Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-1/+2
* | | Issue #13847: time.clock() now raises a RuntimeError if the processor time usedVictor Stinner2012-01-261-11/+27
* | | Issue #13847: time.localtime() and time.gmtime() now raise an OSError insteadVictor Stinner2012-01-261-52/+62
* | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-1/+1
|\ \ \ | |/ /
| * | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-1/+1
| * | merge headsBenjamin Peterson2012-01-241-11/+0
| |\ \
* | \ \ merge headsBenjamin Peterson2012-01-241-11/+0
|\ \ \ \
| * \ \ \ Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-11/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-11/+0
* | | | | merge 3.2Benjamin Peterson2012-01-231-24/+31
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | fix declaration styleBenjamin Peterson2012-01-231-24/+31
| |/ /
* | | use the static identifier api for looking up special methodsBenjamin Peterson2012-01-221-6/+6
* | | Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.Gregory P. Smith2012-01-221-9/+47
|\ \ \ | |/ /
| * | Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.Gregory P. Smith2012-01-221-9/+47
* | | bugfix for *BSD platforms. (oops messed up #define)Gregory P. Smith2012-01-211-4/+2
|\ \ \ | |/ /
| * | Another issue #8052 bugfix (related to previous commit).Gregory P. Smith2012-01-211-4/+2
* | | bugfix for issue 8052 fixes on *BSD platforms.Gregory P. Smith2012-01-211-9/+13
|\ \ \ | |/ /
| * | Bugfix for issue #8052 fix on *BSD variants.Gregory P. Smith2012-01-211-9/+13
* | | Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-211-35/+258
|\ \ \ | |/ /
| * | Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-211-35/+258
* | | Avoid the compiler warning about the unused return value.Gregory P. Smith2012-01-211-6/+9
|\ \ \ | |/ /
| * | Avoid the compiler warning about the unused return value.Gregory P. Smith2012-01-211-6/+9
* | | Merge refleak fixes from 3.2Antoine Pitrou2012-01-181-54/+41
|\ \ \ | |/ /