summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* merge headsBenjamin Peterson2011-12-101-0/+2
|\
| * Issue #5689: Add support for lzma compression to the tarfile module.Lars Gustäbel2011-12-101-0/+2
* | alias resource.error to OSErrorBenjamin Peterson2011-12-101-0/+2
|/
* Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...Florent Xicluna2011-12-101-0/+5
* (Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding,Victor Stinner2011-12-091-0/+3
|\
| * Issue #5905: time.strftime() is now using the locale encoding, instead ofVictor Stinner2011-12-091-0/+3
* | Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-072-0/+4
|\ \ | |/
| * Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-072-0/+4
* | Issue #13464: Add a readinto() method to http.client.HTTPResponse.Antoine Pitrou2011-12-062-0/+4
* | Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes oth...Lars Gustäbel2011-12-061-0/+3
|\ \ | |/
| * Correctly detect bzip2 compressed streams with blocksizes other than 900k.Lars Gustäbel2011-12-061-0/+3
* | - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (FixBarry Warsaw2011-12-051-0/+3
|\ \ | |/
| * - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (FixBarry Warsaw2011-12-051-0/+3
* | Issue #13503: Use a more efficient reduction format for bytearrays withAntoine Pitrou2011-12-051-0/+4
* | Issue #13513: IOBase docs incorrectly link to the readline moduleMeador Inge2011-12-031-0/+3
|\ \ | |/
| * Issue #13513: IOBase docs incorrectly link to the readline moduleMeador Inge2011-12-031-0/+3
* | Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by PaulCharles-François Natali2011-12-032-0/+25
* | Issue #13439: Merge branch 3.2Petri Lehtinen2011-12-021-0/+2
|\ \ | |/
| * Issue #13439: Fix many errors in turtle docstrings.Petri Lehtinen2011-12-021-0/+2
* | Credit Per Øyvind Karlsen for the initial implementation of the lzma module ...Nadeem Vawda2011-11-302-0/+2
* | Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-291-0/+2
* | Merge 3.2Éric Araujo2011-11-293-1/+5
|\ \ | |/
| * Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).Éric Araujo2011-11-292-0/+4
| * Fix last remaining references to ex-devguideÉric Araujo2011-11-291-1/+1
* | Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-0/+4
|\ \ | |/
| * Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-0/+4
* | Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-282-0/+4
|\ \ | |/
| * Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-282-0/+4
* | Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-0/+3
|\ \ | |/
| * Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-0/+3
* | Merge headsAntoine Pitrou2011-11-261-1/+17
|\ \
| * | Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner2011-11-251-0/+4
| * | Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-0/+4
| |\ \ | | |/
| | * Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-0/+4
| * | NEWS: fix the issue number for PyUnicode_EncodeDecimal changeVictor Stinner2011-11-251-1/+1
| * | Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlersVictor Stinner2011-11-251-0/+4
| * | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-0/+2
| * | Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par...Antoine Pitrou2011-11-251-1/+3
* | | Better resolution for issue #11849: Ensure that free()d memory arenas are rea...Antoine Pitrou2011-11-261-4/+4
|/ /
* | Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...Antoine Pitrou2011-11-231-0/+3
|\ \ | |/
| * Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...Antoine Pitrou2011-11-231-0/+3
| * Merge branch 3.2Victor Stinner2011-11-221-0/+2
| |\
* | \ Merge branch defaultVictor Stinner2011-11-221-0/+2
|\ \ \
| * \ \ (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+2
* | | | Merge branch 3.2Amaury Forgeot d'Arc2011-11-221-0/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #13436: Fix a bogus error message when an AST object was passedAmaury Forgeot d'Arc2011-11-221-0/+3
| |/
* | sort last committed name in alphabetical orderGiampaolo Rodola'2011-11-221-1/+1
* | fix wrong credit and issue id given in previous commitGiampaolo Rodola'2011-11-222-2/+2
* | Fix 13245:Giampaolo Rodola'2011-11-222-0/+6