summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #14181: Improve clarity in the documentation for the multi-purposeStefan Krah2012-03-062-23/+45
| * | MergeAntoine Pitrou2012-03-061-5/+67
| |\ \
| | * | Add some simple examples to the PEP 380 section of What's NewNick Coghlan2012-03-061-0/+47
| | * | Add PEP 414 to What's New, consolidate memoryview entriesNick Coghlan2012-03-061-5/+20
| * | | Remove a couple of local imports.Antoine Pitrou2012-03-061-5/+4
| * | | Reap processes at test end to avoid false positives in reference leak detection.Antoine Pitrou2012-03-061-0/+2
| |/ /
| * | Issue #14200: Add benchmark results to text flow.Martin v. Löwis2012-03-061-13/+10
| * | Fix a comment: PySequence_Fast() creates a list, not a tuple.Larry Hastings2012-03-061-1/+1
| * | Remove an unused variableVictor Stinner2012-03-061-1/+0
| * | test_pty: fix ResourceWarning warningsVictor Stinner2012-03-061-5/+14
| * | Close #14205: dict lookup raises a RuntimeError if the dict is modified duringVictor Stinner2012-03-065-352/+31
| * | Move entry to right section. Mention minidom.Martin v. Löwis2012-03-051-2/+3
| * | Added delay before record creation.Vinay Sajip2012-03-051-1/+1
| * | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.Antoine Pitrou2012-03-057-153/+582
| * | Merge.Stefan Krah2012-03-0513-31/+72
| |\ \
| | * \ Merge 3.2Éric Araujo2012-03-051-0/+1
| | |\ \ | | | |/
| | | * Fix NameError from #13719 fixÉric Araujo2012-03-051-0/+1
| | * | Make packaging’ upload command work with bdist_msi products (#13719)Éric Araujo2012-03-053-4/+14
| | * | Branch mergeÉric Araujo2012-03-051-1/+0
| | |\ \
| | | * | remove f_yieldfrom access from Python (closes #13970)Benjamin Peterson2012-03-051-1/+0
| | * | | Merge 3.2Éric Araujo2012-03-058-15/+24
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Backport minidom attribute tests from default (73c76466cf44).Éric Araujo2012-03-051-4/+22
| | | * | 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-2/+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
| | * | | Improve packaging.database documentationÉric Araujo2012-03-052-12/+34
| | | |/ | | |/|
| * | | Issue #14181: Preserve backwards compatibility for getbufferprocs that a) doStefan Krah2012-03-053-15/+22
| |/ /
| * | Issue #14181: Test creating memoryviews from a static exporter with bothStefan Krah2012-03-052-1/+219
| * | Issue #12151: Added more info to diagnostics.Vinay Sajip2012-03-051-4/+5
| * | xml.dom.minidom: add more __slots__ to limit resource usage.Florent Xicluna2012-03-052-6/+8
| * | xml.dom: fix typo, drop unused imports.Florent Xicluna2012-03-052-5/+1
| * | Flatten nested try ... finally, try ... except.Florent Xicluna2012-03-051-6/+5
| * | Merge.Stefan Krah2012-03-055-110/+149
| |\ \
| | * \ Merged upstream changes.Vinay Sajip2012-03-054-110/+147
| | |\ \
| | | * | Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/c...Florent Xicluna2012-03-053-87/+147
| | | * | Issue #14007: drop unused TreeBuilder().xml.Florent Xicluna2012-03-051-23/+0
| | * | | Added more diagnostics for diagnosing #12151.Vinay Sajip2012-03-051-0/+2
| | |/ /
| * | | Issue #10181: The decision was to raise a buffer error in memory_exit()Stefan Krah2012-03-051-5/+6
| |/ /
| * | Issue #14181: Allow memoryview construction from an object that uses theStefan Krah2012-03-053-13/+105
| * | 3.3.0a1 is done.Georg Brandl2012-03-052-1/+13
| * | Issue #14168: Check for presence of _attrs before accessing it.Martin v. Löwis2012-03-053-3/+18
| * | Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-053-17/+33
| |\ \ | | |/
| | * 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 some set algebra methods of WeakSet objects.Antoine Pitrou2012-03-042-33/+30
| * | Issue #14171: Add valgrind suppressions for OpenSSL issue.Martin v. Löwis2012-03-041-0/+32
| * | MergeAntoine Pitrou2012-03-043-14/+17
| |\ \
| | * | Fix spelling.Georg Brandl2012-03-041-0/+0