Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge with 3.2. | Georg Brandl | 2012-02-28 | 1 | -4/+2 | |
|\ \ | |/ | ||||||
| * | Fix markup errors. | Georg Brandl | 2012-02-28 | 1 | -4/+2 | |
| | | ||||||
* | | Update importlib.invalidate_caches() to be more general. | Brett Cannon | 2012-02-27 | 5 | -38/+62 | |
| | | ||||||
* | | More debug output | Antoine Pitrou | 2012-02-27 | 1 | -2/+2 | |
| | | ||||||
* | | Improve debugging output for test failure | Antoine Pitrou | 2012-02-27 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. | Antoine Pitrou | 2012-02-27 | 3 | -3/+14 | |
|\ \ | |/ | | | | | Patch by Mikhail Novikov. | |||||
| * | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. | Antoine Pitrou | 2012-02-27 | 3 | -3/+14 | |
| | | | | | | | | Patch by Mikhail Novikov. | |||||
* | | Some corrections for the Doc/extending documentation. Closes #14129 | Eli Bendersky | 2012-02-27 | 3 | -45/+23 | |
| | | ||||||
* | | Null merge (fix is already in 3.3). | Stefan Krah | 2012-02-27 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Issue #14125: backport refleak fix (d4adbf908983). | Stefan Krah | 2012-02-27 | 1 | -2/+3 | |
| | | ||||||
* | | typo | Benjamin Peterson | 2012-02-27 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing | Stefan Krah | 2012-02-27 | 1 | -2/+3 | |
| | | | | | | | | | | out the location of the problem. MS_WINDOWS currently implies !HAVE_WCSFTIME, so the addition of !defined(HAVE_WCSFTIME) is for readability. | |||||
* | | Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. | Stefan Krah | 2012-02-27 | 1 | -1/+4 | |
| | | ||||||
* | | Merged cookbook update for LogRecord customisation. | Vinay Sajip | 2012-02-27 | 1 | -0/+82 | |
|\ \ | |/ | ||||||
| * | Updated cookbook with information on customising LogRecords. | Vinay Sajip | 2012-02-27 | 1 | -0/+82 | |
| | | ||||||
* | | Merged upstream changes. | Vinay Sajip | 2012-02-27 | 3 | -11/+25 | |
|\ \ | ||||||
| * | | Fix comparison bug with 'rc' versions in packaging.version (#11841). | Éric Araujo | 2012-02-27 | 3 | -11/+25 | |
| | | | | | | | | | | | | | | | | | | | | | I added some tests in 2105ab8553b7 and found no bug, but it turns out that the doctest is not actually run. While converting the doctest to unittest style, I stumbled upon this bug again and this time applied the code patch provided by Filip Gruszczyński. | |||||
* | | | Merged cookbook update from 3.2. | Vinay Sajip | 2012-02-27 | 1 | -4/+132 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Updated logging cookbook with info on alternative format styles. | Vinay Sajip | 2012-02-27 | 1 | -4/+132 | |
| | | ||||||
* | | Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. | Stefan Krah | 2012-02-27 | 1 | -1/+2 | |
| | | ||||||
* | | Merge | Antoine Pitrou | 2012-02-27 | 0 | -0/+0 | |
|\ \ | ||||||
| * \ | Null merge. | Nadeem Vawda | 2012-02-26 | 0 | -0/+0 | |
| |\ \ | ||||||
* | \ \ | Merge | Antoine Pitrou | 2012-02-27 | 0 | -0/+0 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Merge | Antoine Pitrou | 2012-02-27 | 1 | -18/+5 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. | Nadeem Vawda | 2012-02-26 | 1 | -18/+5 | |
| | | | | ||||||
* | | | | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵ | Antoine Pitrou | 2012-02-26 | 3 | -42/+93 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński. | |||||
| * | | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵ | Antoine Pitrou | 2012-02-26 | 3 | -42/+93 | |
| |/ | | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński. | |||||
* | | Remove duplicate label. | Georg Brandl | 2012-02-26 | 1 | -2/+0 | |
| | | ||||||
* | | the days of pre-standard C compilers are gone | Benjamin Peterson | 2012-02-26 | 1 | -10/+0 | |
| | | ||||||
* | | Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah. | Antoine Pitrou | 2012-02-26 | 1 | -0/+1 | |
| | | ||||||
* | | Issue #14107: test: Fix a deadlock involving the memory watchdog thread. | Charles-François Natali | 2012-02-26 | 1 | -0/+10 | |
| | | ||||||
* | | Issue #14123: Explicitly mention that old style % string formatting has ↵ | Gregory P. Smith | 2012-02-26 | 1 | -2/+7 | |
|\ \ | |/ | | | | | caveats but is not going away any time soon. | |||||
| * | Issue #14123: Explicitly mention that old style % string formatting has caveats | Gregory P. Smith | 2012-02-26 | 1 | -2/+7 | |
| | | | | | | | | but is not going away any time soon. | |||||
* | | Close issue #6210: Implement PEP 409 | Nick Coghlan | 2012-02-26 | 15 | -41/+262 | |
| | | ||||||
* | | #14081: The sep and maxsplit parameter to str.split, bytes.split, and ↵ | Ezio Melotti | 2012-02-26 | 7 | -27/+80 | |
| | | | | | | | | bytearray.split may now be passed as keyword arguments. | |||||
* | | Merge 3.2 | Éric Araujo | 2012-02-26 | 4 | -4/+5 | |
|\ \ | |/ | ||||||
| * | Branch merge | Éric Araujo | 2012-02-26 | 6 | -4/+47 | |
| |\ | ||||||
| | * | Set archive format explicitly in one distutils test | Éric Araujo | 2012-02-26 | 1 | -1/+2 | |
| | | | ||||||
| | * | Fix typo in “seperat{or,ion}” | Éric Araujo | 2012-02-26 | 2 | -2/+2 | |
| | | | ||||||
| | * | Use const markup instead of a misleading string literal | Éric Araujo | 2012-02-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Branch merge | Éric Araujo | 2012-02-26 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | #14114: merge with 3.2. | Ezio Melotti | 2012-02-25 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | #14114: don't include copybutton.js in the htmlhelp output. | Ezio Melotti | 2012-02-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Port the #6884 fix to packaging | Éric Araujo | 2012-02-26 | 3 | -44/+118 | |
| | | | | ||||||
* | | | | Merge from 3.2 | Éric Araujo | 2012-02-25 | 2 | -0/+42 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Add news entry for previous commit | Éric Araujo | 2012-02-25 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add test file for scripts in Tools (#13447). | Éric Araujo | 2012-02-25 | 1 | -0/+39 | |
| |/ | | | | | | | | | | | | | | | When people find bugs in scripts such as reindent.py, msgfmt.py or pygettext.py, we have to try to reproduce the bug manually, apply a fix and test manually again. The alternative is to only read the code and trust that it works. This test file is a way to stop that unsatisfactory state of things and write proper unit tests instead. | |||||
* | | Merge 3.2 | Éric Araujo | 2012-02-25 | 4 | -48/+134 | |
|\ \ | |/ | ||||||
| * | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). | Éric Araujo | 2012-02-25 | 4 | -48/+134 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These regex changes fix a number of issues for distutils on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_filelist failures This commit replaces the incorrect changes done in 0a94e2f807c7 and 90b30d62caf2 to fix #13193; we were too eager to fix the test failures and I did not study the code enough before greenlighting patches. This time we have unit tests from the problems reported by users to be sure we have the right fix. Thanks to Nadeem Vawda for his help. | |||||
* | | Use assertEqual in test_strptime for better failure messages (cf. issue #14113). | Nadeem Vawda | 2012-02-25 | 1 | -9/+6 | |
| | |