summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling in examples of C API use.Antoine Pitrou2012-01-271-11/+25
|\
| * Fix error handling in examples of C API use.Antoine Pitrou2012-01-271-11/+25
* | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-274-5/+30
|\ \ | |/
| * Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-274-5/+30
* | Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.Antoine Pitrou2012-01-271-1/+2
|\ \ | |/
| * Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.Antoine Pitrou2012-01-271-1/+2
* | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-272-2/+7
|\ \ | |/
| * Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-272-2/+7
| |\
| | * Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-272-1/+5
| * | mergeBrett Cannon2012-01-262-1/+3
| |\ \
* | \ \ MergeBrett Cannon2012-01-273-23/+45
|\ \ \ \
| * | | | Issue #13847: Make test_localtime_failure() more robustVictor Stinner2012-01-271-10/+15
| * | | | Issue #13847: Fix test_mktime(), time.localtime() now raises OSErrorVictor Stinner2012-01-261-1/+1
| * | | | Issue #13847: time.clock() now raises a RuntimeError if the processor time usedVictor Stinner2012-01-262-12/+29
* | | | | Relocate importlib._case_ok to importlib._bootstrap.Brett Cannon2012-01-272-19/+27
|/ / / /
* | | | MergeBrett Cannon2012-01-267-64/+86
|\ \ \ \
| * | | | Issue #13847: time.localtime() and time.gmtime() now raise an OSError insteadVictor Stinner2012-01-263-52/+81
| * | | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-263-5/+4
| |\ \ \ \ | | |/ / /
| | * | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-263-5/+4
| * | | | MergeBrett Cannon2012-01-264-42/+52
| |\ \ \ \
| * \ \ \ \ MergeRaymond Hettinger2012-01-261-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Issue 13870: Fix out of date comment.Raymond Hettinger2012-01-261-1/+1
| * | | | | Remove now useless arbitrary limit of module name lengthVictor Stinner2012-01-251-6/+0
* | | | | | Issue #13883: PYTHONCASEOK also works with OS X.Brett Cannon2012-01-262-1/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Issue #13883: Document all platforms PYTHONCASEOK works on.Brett Cannon2012-01-262-1/+3
| | |/ / | |/| |
* | | | Move some code from importlib.__init__ to importlib._bootstrap thatBrett Cannon2012-01-254-42/+52
| |/ / |/| |
* | | merge with 3.2Georg Brandl2012-01-251-3/+3
|\ \ \ | |/ /
| * | #13852: some small doc fixes.Georg Brandl2012-01-251-3/+3
* | | merge headsBenjamin Peterson2012-01-252-6/+9
|\ \ \
| * | | Issue #13862: Relax zlib version test to avoid spurious failures.Nadeem Vawda2012-01-252-6/+9
* | | | merge 3.2Benjamin Peterson2012-01-251-6/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | kill extra wordBenjamin Peterson2012-01-251-3/+3
| * | say bitwise (because I have no idea what a bit-string is)Benjamin Peterson2012-01-251-6/+6
* | | Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this ...Vinay Sajip2012-01-251-2/+2
|\ \ \ | |/ /
| * | Closes #13859: Replaced reference to StandardError with reference to Exceptio...Vinay Sajip2012-01-251-1/+1
* | | Port import fixes from 2.7.Antoine Pitrou2012-01-253-12/+12
|\ \ \ | |/ /
| * | Port import fixes from 2.7.Antoine Pitrou2012-01-253-12/+12
* | | Issue #12804: Fix test failures on systems without internet access.Nadeem Vawda2012-01-253-6/+16
* | | Remove redundant resource check in test_socket.Nadeem Vawda2012-01-251-1/+0
* | | Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-252-9/+30
|\ \ \ | |/ /
| * | Port remaining test fixes, and fix test_importlib too.Antoine Pitrou2012-01-252-1/+14
| * | Make test work under 32-bit systems, and when invoked through Lib/test/regrte...Antoine Pitrou2012-01-251-8/+16
* | | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-244-7/+36
|\ \ \ | |/ /
| * | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-244-7/+36
* | | merge 3.2Benjamin Peterson2012-01-240-0/+0
|\ \ \ | |/ /
| * | merge headsBenjamin Peterson2012-01-246-21/+16
| |\ \
* | \ \ merge headsBenjamin Peterson2012-01-249-40/+36
|\ \ \ \
| * \ \ \ Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-244-19/+14
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-244-19/+14
| * | | | Sort functions in the doc of the time moduleVictor Stinner2012-01-241-13/+14