summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Synchronize some distutils tests with 3.2.Éric Araujo2012-02-263-31/+38
| * | Fix typo “seperator”Éric Araujo2012-02-263-3/+3
| * | State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -BÉric Araujo2012-02-261-1/+2
| * | Update docstring with more useful text (from the PEP)Éric Araujo2012-02-261-1/+1
| * | Avoid relying on the default reST role in logging library docÉric Araujo2012-02-261-3/+2
| * | Document that shutil.make_archive does not typecheck its logger argumentÉric Araujo2012-02-261-1/+2
| * | Use raw strings for docstrings with backslashes in ASCII diagramsÉric Araujo2012-02-262-2/+2
| * | Fix typo (#13467)Éric Araujo2012-02-261-1/+1
| * | Update lingering references to ex-parrot. I mean ex-devguide.Éric Araujo2012-02-262-3/+2
| * | Fix instructions on how to rebuild some modulesÉric Araujo2012-02-263-3/+3
| * | Mark up constants in socket doc as suchÉric Araujo2012-02-261-7/+7
| * | Hide or remove user-visible XXX notes from distutils doc (#13716).Éric Araujo2012-02-261-27/+11
| * | Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-02-264-0/+24
| * | Improve interlinking of archiving/compression modules docs.Éric Araujo2012-02-267-18/+16
* | | Issue #13999: refer to multiprocessing.Queue when neededSandro Tosi2012-02-251-10/+10
* | | #14114: don't include copybutton.js in the htmlhelp output.Ezio Melotti2012-02-251-1/+1
|/ /
* | Add test file for scripts in Tools (#13447).Éric Araujo2012-02-252-0/+42
* | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-254-54/+98
* | Add 2.7.3 and 2.7.4 UUIDsMartin v. Löwis2012-02-251-0/+4
* | Merged upstream changes.Vinay Sajip2012-02-231-83/+77
|\ \
| * \ merge headsBenjamin Peterson2012-02-232-27/+33
| |\ \
| * \ \ merge 2.7 releaseBenjamin Peterson2012-02-231-83/+77
| |\ \ \
| | * | | update pydoc-topicsBenjamin Peterson2012-02-231-83/+77
* | | | | Fix added for recent changes in non-threading environments.Vinay Sajip2012-02-232-7/+28
| |_|/ / |/| | |
* | | | Updated comments.Vinay Sajip2012-02-232-5/+4
* | | | logging: Added locking in flush() and close() handler methods. Thanks to Faya...Vinay Sajip2012-02-232-22/+29
|/ / /