summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged upstream change.Vinay Sajip2012-03-131-0/+5
|\
| * Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
| |
* | Closes #14267: Corrected computation of rollover filename.Vinay Sajip2012-03-131-6/+15
|/
* merge headsSenthil Kumaran2012-03-132-0/+11
|\
| * #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-122-0/+11
| |
* | closes issue14257 - Grammatical fixSenthil Kumaran2012-03-121-3/+3
|/
* closes issue14257 minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
|
* Fix closes issue14258 - added clarification to \W and \S flagsSenthil Kumaran2012-03-121-8/+12
|
* #14161: fix test failures on Windows.Ezio Melotti2012-03-121-2/+2
|
* #14161: fix compile error under Windows.Ezio Melotti2012-03-111-1/+2
|
* #14161: fix the __repr__ of file objects to escape the file name.Ezio Melotti2012-03-113-4/+19
|
* Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under ↵Antoine Pitrou2012-03-114-1/+82
| | | | Windows when the child process has already exited.
* Closes #9574: Note that complex constructor doesn't allow whitespace around ↵Mark Dickinson2012-03-101-0/+7
| | | | central operator.
* Moved symlink support into its own module. Ported can_symlink from Python ↵Jason R. Coombs2012-03-082-76/+105
| | | | 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present).
* Improve the test case to avoid spurious errors about already existing symlinks.Jason R. Coombs2012-03-081-4/+14
|
* Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now ↵Jason R. Coombs2012-03-081-1/+1
| | | | #ifdef again.
* Adding regression test for issue6727Jason R. Coombs2012-01-151-2/+116
|
* Fix indentationJason R. Coombs2012-01-131-16/+16
|
* Extracted Windows directory detection from NullImporter.__init__. This ↵Jason R. Coombs2012-01-131-47/+24
| | | | greatly simplifies the code and fixes issue6727.
* Moved directory detection into an isdir functionJason R. Coombs2012-01-131-28/+14
|
* move notes for 2.7.4 to the right placeBenjamin Peterson2012-03-081-19/+31
|
* allow cycles throught the __dict__ slot to be cleared (closes #1469629)Benjamin Peterson2012-03-083-4/+27
| | | | Patch from Armin, test from me.
* Backout buggy patch for #13719Éric Araujo2012-03-073-12/+1
|
* Use PEP-8 style in logging exampleJason R. Coombs2012-03-071-1/+1
|
* Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox ↵Vinay Sajip2012-03-062-7/+20
| | | | uses shutil.rmtree for simpler code.
* Fix NameErrorÉric Araujo2012-03-051-0/+1
|
* Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-053-6/+16
| | | | Patch by Ralf Schmitt.
* Move xml.etree higher and xml.parsers.expat lower in the markup ToC.Éric Araujo2012-03-051-3/+2
| | | | | I assume that most users looking at this page are looking for a library to process XML, not a low-level parser. First proposed in #11379.
* Use source reST role instead of file where it makes sense.Éric Araujo2012-03-052-4/+4
| | | | source generates a nifty link to the Mercurial web viewer.
* Remove mention of defunct file.Éric Araujo2012-03-051-2/+1
| | | | | Misc/COPYRIGHT was renamed twelve years ago to LICENSE and later copied to the main docs, to which there is already a link.
* Use raw string for a docstring that uses a backslashÉric Araujo2012-03-051-1/+1
|
* Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-053-17/+33
|
* Fix some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-042-33/+30
|
* Fix sporadic failure in test_weaksetAntoine Pitrou2012-03-041-5/+2
|
* Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)";Armin Rigo2012-03-041-0/+44
|
* Fix link to global module index.Georg Brandl2012-03-031-1/+1
|
* Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some ↵Eli Bendersky2012-03-021-0/+8
| | | | cases
* sqlite3: Port relevant documentation changes from 3.2Petri Lehtinen2012-03-018-47/+35
| | | | Initial patch by Johannes Vogel. Issue #13491.
* Issue #14159: Fix the len() of weak sets to return a better approximation ↵Antoine Pitrou2012-03-014-1/+112
| | | | | | | when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting.
* Issue #14152: backport fix.Stefan Krah2012-02-291-1/+1
|
* #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-02-291-1/+19
|
* #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
|
* #10713: Improve documentation for \b and \B and add a few tests. Initial ↵Ezio Melotti2012-02-292-5/+36
| | | | patch and tests by Martin Pool.
* Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0".Larry Hastings2012-02-281-33/+40
|
* Give better failure messages in test_strptime (cf. issue #14113).Nadeem Vawda2012-02-281-17/+14
|
* null-merge v2.6.8rc1 tagMartin v. Löwis2012-02-280-0/+0
|\
| * Added tag v2.6.8rc1 for changeset 5356b6c7fd66Barry Warsaw2012-02-231-0/+1
| |
* | Issue #13521: dict.setdefault() now does only one lookup for the given key, ↵Antoine Pitrou2012-02-263-44/+92
| | | | | | | | | | | | making it "atomic" for many purposes. Patch by Filip Gruszczyński.
* | Branch mergeÉric Araujo2012-02-2631-104/+118
|\ \
| * | Add versionadded for sys.flags.hash_randomization variableÉric Araujo2012-02-261-1/+2
| | |