summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix OSError.__init__ and OSError.__new__ so that each of them can beAntoine Pitrou2011-12-151-0/+3
* Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-0/+4
|\
| * Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-0/+4
* | Issue #13591: Moving the NEWS line to the right release.Meador Inge2011-12-151-3/+3
|\ \ | |/
| * Issue #13591: Moving the NEWS line to the right release.Meador Inge2011-12-151-3/+3
* | Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-151-0/+3
|\ \ | |/
| * Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-151-0/+3
* | Issue #4625: Add NEWS entry.Ned Deily2011-12-141-0/+4
|\ \ | |/
| * Issue #4625: add NEWS entry.Ned Deily2011-12-141-0/+4
* | Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...Giampaolo Rodola'2011-12-141-1/+5
* | Fix #8684: make sched.scheduler class thread-safeGiampaolo Rodola'2011-12-141-0/+3
* | Merge 3.2Alexandre Vassalotti2011-12-131-0/+3
|\ \ | |/
| * Issue #13505: Make pickling of bytes object compatible with Python 2.Alexandre Vassalotti2011-12-131-0/+3
* | 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