- 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 14 years ago
- fb39063 Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8). by Nadeem Vawda · 14 years ago
- cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 14 years ago
- cd2a603 Branch merge by Éric Araujo · 14 years ago
- 89dfd5c Really make bztar support in shutil conditional. by Éric Araujo · 14 years ago
- be095b3 Null merge. by Nadeem Vawda · 14 years ago
- bd249c1 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 14 years ago
- 04410c0 Branch merge by Éric Araujo · 14 years ago
- dcfcb64 Stop converting package_data to extra_files in pysetup create (#13712). by Éric Araujo · 14 years ago
- 2cf0448 merge with 3.2 by Georg Brandl · 14 years ago
- 9701eb6 Closes #13944: fix capitalization of class name. by Georg Brandl · 14 years ago
- 5588804 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 14 years ago
- 8582bb1 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 14 years ago
- d446d8e _Py_Identifier are always ASCII strings by Victor Stinner · 14 years ago
- e15ad2f Null merge. by Nadeem Vawda · 14 years ago
- 8f50912 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 14 years ago
- 31aefde Allow multiple values for package_data in setup.cfg (#11805). by Éric Araujo · 14 years ago
- 591f6e8 Improve one packaging test, remove a setuptoolism in another by Éric Araujo · 14 years ago
- 08d052a Issue #13933: merge by Ned Deily · 14 years ago
- ed3b867 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 14 years ago
- 672b3ac Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 14 years ago
- f99f333 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 14 years ago
- 94015f1 merge 3.2 by Benjamin Peterson · 14 years ago
- f51ebf9 threading primitives now have timeouts by Benjamin Peterson · 14 years ago
- edc67fe Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 14 years ago
- 992ca52 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 14 years ago
- d85d0e7 Document that some of LZMAFile.__init__()'s args are keyword-only. by Nadeem Vawda · 14 years ago
- 54d8144 Make BZ2File.__init__()'s fileobj argument keyword-only. by Nadeem Vawda · 14 years ago
- cac8909 Update docstring for BZ2File.__init__(). by Nadeem Vawda · 14 years ago
- ff962c5 Small grammar fixes by Mark Summerfield. by Georg Brandl · 14 years ago
- 951138c merge 3.2 by Benjamin Peterson · 14 years ago
- 90b1358 put returns on their own lines by Benjamin Peterson · 14 years ago
- 7bbb6e8 merge 3.2 by Benjamin Peterson · 14 years ago
- 050a05a remove unused import by Benjamin Peterson · 14 years ago
- f16d677 Issue #13861: merge by Ned Deily · 14 years ago
- 3429491 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 14 years ago
- 1d06daa Merge by Brett Cannon · 14 years ago
- b685568 Check for errors in creating sub-interpreters when testing the C API. by Brett Cannon · 14 years ago
- 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 14 years ago
- 61c4e10 Issue #13901: Prevent test_packaging failures on OS X with --enable-shared. by Ned Deily · 14 years ago
- f9b0255 merge by Ned Deily · 14 years ago
- cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 14 years ago
- 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