summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some corrections for the Doc/extending documentation. Closes #14129Eli Bendersky2012-02-273-45/+23
|
* Null merge (fix is already in 3.3).Stefan Krah2012-02-270-0/+0
|\
| * Issue #14125: backport refleak fix (d4adbf908983).Stefan Krah2012-02-271-2/+3
| |
* | typoBenjamin Peterson2012-02-271-1/+1
| |
* | Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointingStefan Krah2012-02-271-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 Krah2012-02-271-1/+4
| |
* | Merged cookbook update for LogRecord customisation.Vinay Sajip2012-02-271-0/+82
|\ \ | |/
| * Updated cookbook with information on customising LogRecords.Vinay Sajip2012-02-271-0/+82
| |
* | Merged upstream changes.Vinay Sajip2012-02-273-11/+25
|\ \
| * | Fix comparison bug with 'rc' versions in packaging.version (#11841).Éric Araujo2012-02-273-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 Sajip2012-02-271-4/+132
|\ \ \ | |/ / |/| / | |/
| * Updated logging cookbook with info on alternative format styles.Vinay Sajip2012-02-271-4/+132
| |
* | Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL.Stefan Krah2012-02-271-1/+2
| |
* | MergeAntoine Pitrou2012-02-270-0/+0
|\ \
| * \ Null merge.Nadeem Vawda2012-02-260-0/+0
| |\ \
* | \ \ MergeAntoine Pitrou2012-02-270-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | MergeAntoine Pitrou2012-02-271-18/+5
| |\ \ \ | | | |/ | | |/|
| | * | Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs.Nadeem Vawda2012-02-261-18/+5
| | | |
* | | | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵Antoine Pitrou2012-02-263-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 Pitrou2012-02-263-42/+93
| |/ | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński.
* | Remove duplicate label.Georg Brandl2012-02-261-2/+0
| |
* | the days of pre-standard C compilers are goneBenjamin Peterson2012-02-261-10/+0
| |
* | Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah.Antoine Pitrou2012-02-261-0/+1
| |
* | Issue #14107: test: Fix a deadlock involving the memory watchdog thread.Charles-François Natali2012-02-261-0/+10
| |
* | Issue #14123: Explicitly mention that old style % string formatting has ↵Gregory P. Smith2012-02-261-2/+7
|\ \ | |/ | | | | caveats but is not going away any time soon.
| * Issue #14123: Explicitly mention that old style % string formatting has caveatsGregory P. Smith2012-02-261-2/+7
| | | | | | | | but is not going away any time soon.
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-2615-41/+262
| |
* | #14081: The sep and maxsplit parameter to str.split, bytes.split, and ↵Ezio Melotti2012-02-267-27/+80
| | | | | | | | bytearray.split may now be passed as keyword arguments.
* | Merge 3.2Éric Araujo2012-02-264-4/+5
|\ \ | |/
| * Branch mergeÉric Araujo2012-02-266-4/+47
| |\
| | * Set archive format explicitly in one distutils testÉric Araujo2012-02-261-1/+2
| | |
| | * Fix typo in “seperat{or,ion}”Éric Araujo2012-02-262-2/+2
| | |
| | * Use const markup instead of a misleading string literalÉric Araujo2012-02-261-1/+1
| | |
* | | Branch mergeÉric Araujo2012-02-261-1/+1
|\ \ \
| * \ \ #14114: merge with 3.2.Ezio Melotti2012-02-251-1/+1
| |\ \ \ | | |/ /
| | * | #14114: don't include copybutton.js in the htmlhelp output.Ezio Melotti2012-02-251-1/+1
| | | |
* | | | Port the #6884 fix to packagingÉric Araujo2012-02-263-44/+118
| | | |
* | | | Merge from 3.2Éric Araujo2012-02-252-0/+42
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Add news entry for previous commitÉric Araujo2012-02-251-0/+3
| | |
| * | Add test file for scripts in Tools (#13447).Éric Araujo2012-02-251-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 Araujo2012-02-254-48/+134
|\ \ | |/
| * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-254-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 Vawda2012-02-251-9/+6
| |
* | - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-2524-1004/+9844
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and lifetime issues of dynamically allocated Py_buffer members (#9990) as well as crashes (#8305, #7433). Many new features have been added (See whatsnew/3.3), and the documentation has been updated extensively. The ndarray test object from _testbuffer.c implements all aspects of PEP-3118, so further development towards the complete implementation of the PEP can proceed in a test-driven manner. Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review and many ideas. - Issue #12834: Fix incorrect results of memoryview.tobytes() for non-contiguous arrays. - Issue #5231: Introduce memoryview.cast() method that allows changing format and shape without making a copy of the underlying memory.
* | Merge with 3.2Martin v. Löwis2012-02-250-0/+0
|\ \ | |/
| * Package mime.typesMartin v. Löwis2012-02-251-0/+1
| |
* | unused imports, pep8Philip Jenvey2012-02-252-12/+12
| |
* | Close #14095: type.__new__() doesn't remove __qualname__ key from the classVictor Stinner2012-02-252-88/+83
| | | | | | | | | | dict anymore if the key is present. Reject also non-string qualified names. And fix reference leaks in type.__new__().
* | Oops, revert unwanted changesVictor Stinner2012-02-241-18/+6
| |
* | Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() andVictor Stinner2012-02-242-12/+57
| | | | | | | | | | str.title(). Compute correctly how much memory is required for the test (memuse).