summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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 Wi...Antoine Pitrou2012-03-114-1/+82
* | | Closes #9574: Note that complex constructor doesn't allow whitespace around c...Mark Dickinson2012-03-101-0/+7
* | | Moved symlink support into its own module. Ported can_symlink from Python 3.2...Jason R. Coombs2012-03-082-76/+105
* | | 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 #ifd...Jason R. Coombs2012-03-081-1/+1
* | | 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 greatl...Jason R. Coombs2012-01-131-47/+24
* | | 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
* | | 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 use...Vinay Sajip2012-03-062-7/+20
* | | Fix NameErrorÉric Araujo2012-03-051-0/+1
* | | Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-053-6/+16
* | | Move xml.etree higher and xml.parsers.expat lower in the markup ToC.Éric Araujo2012-03-051-3/+2
* | | Use source reST role instead of file where it makes sense.Éric Araujo2012-03-052-4/+4
* | | Remove mention of defunct file.Éric Araujo2012-03-051-2/+1
* | | 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 c...Eli Bendersky2012-03-021-0/+8
* | | sqlite3: Port relevant documentation changes from 3.2Petri Lehtinen2012-03-018-47/+35
* | | Issue #14159: Fix the len() of weak sets to return a better approximation whe...Antoine Pitrou2012-03-014-1/+112
* | | 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 pat...Ezio Melotti2012-02-292-5/+36
* | | 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, m...Antoine Pitrou2012-02-263-44/+92
* | | Branch mergeÉric Araujo2012-02-2631-104/+118
|\ \ \
| * | | Add versionadded for sys.flags.hash_randomization variableÉric Araujo2012-02-261-1/+2
| * | | Fix markup errorsÉric Araujo2012-02-261-2/+2