- 538343d Fix small grammatical inconsistency. by Georg Brandl · 14 years ago
- bcd8cfc Null merge. by Charles-François Natali · 14 years ago
- 3f32fc8 Merge. by Charles-François Natali · 14 years ago
- 227e377 Merge. by Charles-François Natali · 14 years ago
- 19c6bf8 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 14 years ago
- 6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 14 years ago
- 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 14 years ago
- 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
- f854799 Make sqlite3 tests editable with Emacs by Petri Lehtinen · 14 years ago
- c317a1c Issue #1813: merge changeset that reverts a glibc workaround for the by Stefan Krah · 14 years ago
- 03c29f9 Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. by Stefan Krah · 14 years ago
- 090ec3c merge. again. by Brian Curtin · 14 years ago
- 97e2008 merge updates by Brian Curtin · 14 years ago
- 8d132c8 merge from 3.2 by Brian Curtin · 14 years ago
- 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 14 years ago
- 8940f62 Merge branch 3.2 by Petri Lehtinen · 14 years ago
- 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 14 years ago
- 590463e merge by Raymond Hettinger · 14 years ago
- fc3ba6b Add usage note by Raymond Hettinger · 14 years ago
- ed27785 Issue #13706: Add assertions to detect bugs earlier by Victor Stinner · 14 years ago
- 5ea5b67 Fix a minor output typo as found by Terry Reedy. by Brett Cannon · 14 years ago
- cdf1121 Merge by Brett Cannon · 14 years ago
- 5d605c2 Merge with 3.2 whitespace by Terry Jan Reedy · 14 years ago
- 4d82ade whitespace by Terry Jan Reedy · 14 years ago
- f8672be Merge 3.2 by Terry Jan Reedy · 14 years ago
- da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
- e3a9ae5 Let importlib.test.benchmark take a specific benchmark name to run. by Brett Cannon · 14 years ago
- 190f33c Allow for the specification of a file to dump importlib benchmark by Brett Cannon · 14 years ago
- cc6abd5 Fix zipimport.c's read_directory() to use appropriate types for the values by Gregory P. Smith · 14 years ago
- ab32066 Fix zip_import.c's read_directory() to use appropriate types for the values by Gregory P. Smith · 14 years ago
- f3b2d88 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. by Antoine Pitrou · 14 years ago
- 8a89450 Issue #13890: Also fix for extension module tests for case-insensitivity. by Brett Cannon · 14 years ago
- 01ad325 Issue #13890: Fix importlib case-sensitivity tests to not run on Windows. by Brett Cannon · 14 years ago
- 2372bb0 merge 3.2 (closes #13908) by Benjamin Peterson · 14 years ago
- 2652d25 ready types returned from PyType_FromSpec by Benjamin Peterson · 14 years ago
- e28108c adjust declaration by Benjamin Peterson · 14 years ago
- 2d6251c Issue #13847: Fix test_time, time.gmtime() doesn't use localtime() by Victor Stinner · 14 years ago
- a247720 Issue #13874: read_null() of faulthandler uses volatile to avoid optimisation by Victor Stinner · 14 years ago
- 7ab4af0 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
- 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
- cdc878e Issue #6774: Back out c8b77efe8b56, which only brings confusion. by Charles-François Natali · 14 years ago
- 9e312da merge with 3.2 by Georg Brandl · 14 years ago
- c875d20 Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 14 years ago
- df13b5f merge 3.2 by Benjamin Peterson · 14 years ago
- 3cd4607 remove tests from really old regex module by Benjamin Peterson · 14 years ago
- 04d9dd0 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 14 years ago
- 75ff65e Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 14 years ago
- ce816a5 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 14 years ago
- eba63c4 Issue #13895: fix test_ssl hanging under Ubuntu by Antoine Pitrou · 14 years ago
- d770fe4 Fix typo in comment. by Nadeem Vawda · 14 years ago
- 9ab91c6 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 14 years ago
- 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 14 years ago
- 963816d Merge 3.2 -> default (issue 13889) by Mark Dickinson · 14 years ago
- 261896b Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. by Mark Dickinson · 14 years ago
- 6636887 Fix intermittent test_ssl failure. by Antoine Pitrou · 14 years ago
- eced82e Fix intermittent test_ssl failure. by Antoine Pitrou · 14 years ago
- bc9f1b5 merge heads (#13887) by Benjamin Peterson · 14 years ago
- 871b9d1 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 14 years ago
- b46d4b7 Fix error handling in examples of C API use. by Antoine Pitrou · 14 years ago
- 04707c0 Fix error handling in examples of C API use. by Antoine Pitrou · 14 years ago
- 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 14 years ago
- 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 14 years ago
- e10ae88 Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 14 years ago
- 9f6b02e Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. by Antoine Pitrou · 14 years ago
- 9e2e532 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
- 3f36631 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
- f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
- c9f7148 Merge by Brett Cannon · 14 years ago
- 51d14f8 Relocate importlib._case_ok to importlib._bootstrap. by Brett Cannon · 14 years ago
- 53d3645 Issue #13847: Make test_localtime_failure() more robust by Victor Stinner · 14 years ago
- 2cbae98 Issue #13847: Fix test_mktime(), time.localtime() now raises OSError by Victor Stinner · 14 years ago
- 85fdfa8 Issue #13847: time.clock() now raises a RuntimeError if the processor time used by Victor Stinner · 14 years ago
- 722db7b merge by Brett Cannon · 14 years ago
- e9cd900 Merge by Brett Cannon · 14 years ago
- fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 14 years ago
- 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 14 years ago
- c1b5d34 Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead by Victor Stinner · 14 years ago
- c9e7ef7 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 14 years ago
- 65992c1 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. by Meador Inge · 14 years ago
- 7f2b576 Merge by Brett Cannon · 14 years ago
- 4fd3f0c Merge by Raymond Hettinger · 14 years ago
- eaac4f0 Issue 13870: Fix out of date comment. by Raymond Hettinger · 14 years ago
- c264e3e Move some code from importlib.__init__ to importlib._bootstrap that by Brett Cannon · 14 years ago
- a3dd409 Remove now useless arbitrary limit of module name length by Victor Stinner · 14 years ago
- b0f30c9 merge with 3.2 by Georg Brandl · 14 years ago
- 6c89a79 #13852: some small doc fixes. by Georg Brandl · 14 years ago
- 4f99ce9 merge heads by Benjamin Peterson · 14 years ago
- a5f6d0e merge 3.2 by Benjamin Peterson · 14 years ago
- b4b0b35 kill extra word by Benjamin Peterson · 14 years ago
- e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 14 years ago
- 131c707 Issue #13862: Relax zlib version test to avoid spurious failures. by Nadeem Vawda · 14 years ago
- 9b727ec Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this and the patch. by Vinay Sajip · 14 years ago
- a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. by Vinay Sajip · 14 years ago
- 5816166 Port import fixes from 2.7. by Antoine Pitrou · 14 years ago
- 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 14 years ago
- 61baebd Issue #12804: Fix test failures on systems without internet access. by Nadeem Vawda · 14 years ago
- a58c01b Remove redundant resource check in test_socket. by Nadeem Vawda · 14 years ago
- 157c126 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 14 years ago
- dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 14 years ago
- 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 14 years ago