summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...Antoine Pitrou2012-03-043-3/+128
* Bump to 3.3.0a1.Georg Brandl2012-03-042-2/+2
* Regenerate pydoc topics.Georg Brandl2012-03-041-24/+25
* Updated tokenize to support the inverse byte literals new in 3.3Armin Ronacher2012-03-042-6/+28
* Basic support for PEP 414 without docs or tests.Armin Ronacher2012-03-041-8/+22
* fix trailing whitespaceEli Bendersky2012-03-041-1/+0
* Issue #14128: Exposing Element as an actual type from _elementtree, rather th...Eli Bendersky2012-03-043-9/+53
* Fixed problem with diagnostic output.Vinay Sajip2012-03-031-1/+2
* - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-032-2/+7
|\
| * Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-032-2/+7
* | Close #13550: Remove the debug machinery from the threading module: removeVictor Stinner2012-03-031-134/+18
* | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-022-7/+24
* | Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-021-0/+23
|\ \ | |/
| * Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-021-0/+23
* | 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
* | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-014-3/+110
|\ \ | |/
| * Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-014-3/+110
* | 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-291-0/+19
* | #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
* | #10713: merge with 3.2.Ezio Melotti2012-02-291-0/+26
|\ \ | |/
| * #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-0/+26
* | Merge: Give better failure messages in test_strptime (cf. issue #14113).Nadeem Vawda2012-02-281-8/+8
|\ \ | |/
| * Give better failure messages in test_strptime (cf. issue #14113).Nadeem Vawda2012-02-281-17/+14
* | Added additional diagnostics to help with #12151.Vinay Sajip2012-02-281-0/+4
* | Update importlib.invalidate_caches() to be more general.Brett Cannon2012-02-274-35/+50
* | More debug outputAntoine Pitrou2012-02-271-2/+2
* | Improve debugging output for test failureAntoine Pitrou2012-02-271-1/+1
* | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-271-3/+10
|\ \ | |/
| * Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-271-3/+10
| * MergeAntoine Pitrou2012-02-271-18/+5
| |\
| | * Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs.Nadeem Vawda2012-02-261-18/+5
* | | Fix comparison bug with 'rc' versions in packaging.version (#11841).Éric Araujo2012-02-272-11/+22
* | | Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL.Stefan Krah2012-02-271-1/+2
* | | Issue #13521: dict.setdefault() now does only one lookup for the given key, m...Antoine Pitrou2012-02-261-0/+20
|\ \ \ | |/ /
| * | Issue #13521: dict.setdefault() now does only one lookup for the given key, m...Antoine Pitrou2012-02-261-0/+20
| |/
* | Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah.Antoine Pitrou2012-02-261-0/+1
* | Issue #14107: test: Fix a deadlock involving the memory watchdog thread.Charles-François Natali2012-02-261-0/+10
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-264-11/+123
* | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...Ezio Melotti2012-02-262-1/+39
* | Merge 3.2Éric Araujo2012-02-261-1/+2
|\ \ | |/
| * Set archive format explicitly in one distutils testÉric Araujo2012-02-261-1/+2
* | Port the #6884 fix to packagingÉric Araujo2012-02-262-43/+117
* | Merge from 3.2Éric Araujo2012-02-251-0/+39
|\ \ | |/
| * Add test file for scripts in Tools (#13447).Éric Araujo2012-02-251-0/+39
* | Merge 3.2Éric Araujo2012-02-253-48/+131
|\ \ | |/
| * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-253-48/+131