summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Enable PGI/PGO builds for x64 python3.dllMartin v. Löwis2012-03-041-6/+6
| * Generate product code UUID from download URL.Martin v. Löwis2012-03-041-8/+11
* | Port 2.7 fix for sporadic failure in test_weakset.Antoine Pitrou2012-03-041-5/+2
|\ \ | |/ |/|
| * Port 2.7 fix for sporadic failure in test_weakset.Antoine Pitrou2012-03-041-5/+2
* | Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...Antoine Pitrou2012-03-047-15/+228
* | Added tag v3.3.0a1 for changeset f1a9a6505731Georg Brandl2012-03-041-0/+1
* | Update copyright years and version name.v3.3.0a1Georg Brandl2012-03-044-4/+4
* | Bump to 3.3.0a1.Georg Brandl2012-03-046-10/+10
* | Sort and clean up suspicious ignore file.Georg Brandl2012-03-041-173/+165
* | Fix invalid markup and update suspicious ignores.Georg Brandl2012-03-043-10/+20
* | Regenerate pydoc topics.Georg Brandl2012-03-041-24/+25
* | Fix encoding handling of the pydoc-topics writer.Georg Brandl2012-03-041-2/+3
* | Updated tokenize to support the inverse byte literals new in 3.3Armin Ronacher2012-03-042-6/+28
* | Basic documentation for PEP 414Armin Ronacher2012-03-041-1/+9
* | Basic support for PEP 414 without docs or tests.Armin Ronacher2012-03-043-11/+32
* | fix trailing whitespaceEli Bendersky2012-03-041-1/+0
* | Issue #14128: Exposing Element as an actual type from _elementtree, rather th...Eli Bendersky2012-03-044-91/+198
* | Close #14085: remove assertions from PyUnicode_WRITE macroVictor Stinner2012-03-042-4/+10
* | Fixed problem with diagnostic output.Vinay Sajip2012-03-031-1/+2
* | - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-035-6/+15
|\ \ | |/
| * Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-035-6/+15
* | Close #13550: Remove the debug machinery from the threading module: removeVictor Stinner2012-03-032-134/+21
* | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-027-20/+106
* | Simplify code in marshal.c.Antoine Pitrou2012-03-021-7/+1
* | Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-023-4/+30
|\ \ | |/
| * Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-023-4/+30
| * merge 3.2 headsEli Bendersky2012-03-024-19/+41
| |\
* | \ Merge 3.2Eli Bendersky2012-03-021-0/+8
|\ \ \ | |/ /
| * | Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some c...Eli Bendersky2012-03-021-0/+8
* | | Closes #14158: merged test file resilience fix from 3.2.Vinay Sajip2012-03-023-10/+30
|\ \ \ | | |/ | |/|
| * | Closes #14158: improved resilience to test files left behind.Vinay Sajip2012-03-023-11/+33
* | | Merge branch '3.2'Petri Lehtinen2012-03-011-8/+8
|\ \ \ | |/ /
| * | sqlite3: Port documentation changes from the 2.7 branchPetri Lehtinen2012-03-011-8/+8
| |/
* | Add missing 'versionadded' for shlex.quote; closes #14165Eli Bendersky2012-03-011-0/+1
* | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-015-3/+115
|\ \ | |/
| * Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-015-3/+115
* | update skip reasonPhilip Jenvey2012-03-011-1/+1
* | also skip test_device_encoding when stdin isn't a ttyPhilip Jenvey2012-03-011-2/+2
* | Issue #14153 Create _Py_device_encoding() to prevent _io from having to importBrett Cannon2012-02-297-45/+70
* | Issue #10181: Add warning that structure layouts in memoryobject.h andStefan Krah2012-02-291-0/+9
* | Add PyMemoryView_FromMemory() to whatsnew/3.3.Stefan Krah2012-02-292-0/+6
* | Issue #14152: Merge fix from 3.2.Stefan Krah2012-02-291-1/+1
|\ \ | |/
| * Issue #14152: Restore the Include/*.h dependencies for extension builds.Stefan Krah2012-02-291-1/+1
* | #14089: merge with 3.2.Ezio Melotti2012-02-291-0/+22
|\ \ | |/
| * #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-02-291-0/+22
* | #14155: merge with 3.2.Ezio Melotti2012-02-291-52/+28
|\ \ | |/
| * #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28