summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Closes #13459: Merged fix from 3.2.Vinay Sajip2011-11-231-3/+9
|\ \ | |/
| * Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fo...Vinay Sajip2011-11-231-3/+9
* | merge 3.2 (null)Benjamin Peterson2011-11-230-0/+0
|\ \ | |/
| * decref correct objectBenjamin Peterson2011-11-231-1/+1
* | merge 3.2Benjamin Peterson2011-11-231-1/+5
|\ \ | |/
| * plug refleakBenjamin Peterson2011-11-231-1/+3
* | merge headsBenjamin Peterson2011-11-239-102/+68
|\ \
| * \ Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...Antoine Pitrou2011-11-232-0/+4
| |\ \ | | |/
| | * Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...Antoine Pitrou2011-11-232-0/+4
| * | revert cset 6a0da9b65e54 against sched.py committed by accidentGiampaolo Rodola'2011-11-221-8/+0
| * | (Merge 3.2) Issue #13436: Fix unsetenv() test on WindowsVictor Stinner2011-11-221-1/+2
| |\ \ | | |/
| | * Issue #13436: Fix unsetenv() test on WindowsVictor Stinner2011-11-221-1/+2
| | * Merge branch 3.2Victor Stinner2011-11-223-17/+22
| | |\
| * | \ Merge branch defaultVictor Stinner2011-11-223-81/+44
| |\ \ \
| | * \ \ (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-223-81/+44
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-223-17/+22
| * | | | Merge branch 3.2Amaury Forgeot d'Arc2011-11-225-13/+19
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Issue #13436: commit regenerated Python-ast.cAmaury Forgeot d'Arc2011-11-221-5/+1
| | * | Issue #13436: Fix a bogus error message when an AST object was passedAmaury Forgeot d'Arc2011-11-223-5/+15
| | * | bytes() can't be used to get a representation of an object.Amaury Forgeot d'Arc2011-11-221-3/+3
| | |/
* | | cave to those who like readable codeBenjamin Peterson2011-11-231-1/+15
|/ /
* | fix compiler warning by implementing this more cleverlyBenjamin Peterson2011-11-221-6/+1
* | sort last committed name in alphabetical orderGiampaolo Rodola'2011-11-222-1/+9
* | Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with theCharles-François Natali2011-11-221-4/+5
|\ \ | |/
| * Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with theCharles-François Natali2011-11-221-4/+5
* | Issue #12156: Skip test_multiprocessing on systems which don't support enoughCharles-François Natali2011-11-221-0/+18
* | Issue #13093: Perform a real merge.Charles-François Natali2011-11-220-0/+0
|\ \ | |/
| * Issue #12156: Skip test_multiprocessing on systems which don't support enoughCharles-François Natali2011-11-221-0/+18
| * Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()Victor Stinner2011-11-223-8/+89
* | fix wrong credit and issue id given in previous commitGiampaolo Rodola'2011-11-223-8/+8
* | Fix 13245:Giampaolo Rodola'2011-11-226-14/+64
* | find_maxchar_surrogates() reuses surrogate macrosVictor Stinner2011-11-221-4/+4
* | Remove "#ifdef Py_UNICODE_WIDE": Python is now always wideVictor Stinner2011-11-223-25/+8
* | Issue #13441: Disable temporary the check on the maximum character untilVictor Stinner2011-11-221-20/+12
* | Fix compiler warningsVictor Stinner2011-11-223-3/+4
* | Use the new Unicode APIVictor Stinner2011-11-2210-41/+38
* | (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()Victor Stinner2011-11-222-4/+14
* | PyUnicode_FromKindAndData() fails with a ValueError if size < 0Victor Stinner2011-11-221-1/+4
* | UTF-8 decoder: set consumed value in the latin1 fast-pathVictor Stinner2011-11-221-0/+3
* | Replace _PyUnicode_READY_REPLACE() and _PyUnicode_ReadyReplace() with unicode...Victor Stinner2011-11-221-143/+150
* | Add a test on str.__getnewargs__()Victor Stinner2011-11-221-0/+7
* | Rewrite PyUnicode_TransformDecimalToASCII() to use the new Unicode APIVictor Stinner2011-11-211-17/+26
* | Remove an unused variable from PyUnicode_Copy()Victor Stinner2011-11-211-2/+0
* | Simplify PyUnicode_Copy()Victor Stinner2011-11-211-26/+7
* | Fix a compiler warning in _PyUnicode_CheckConsistency()Victor Stinner2011-11-211-1/+1
* | Rewrite PyUnicode_EncodeDecimal() to use the new Unicode APIVictor Stinner2011-11-213-46/+132
* | Issue #12328: Under Windows, refactor handling of Ctrl-C events andAntoine Pitrou2011-11-218-98/+84
* | Issue #13411: memoryview objects are now hashable when the underlying object ...Antoine Pitrou2011-11-219-19/+100
* | Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case.Antoine Pitrou2011-11-213-107/+278
* | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-215-60/+152
|\ \ | |/