summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #12328: Under Windows, refactor handling of Ctrl-C events andAntoine Pitrou2011-11-211-0/+4
* | Issue #13411: memoryview objects are now hashable when the underlying object ...Antoine Pitrou2011-11-211-0/+3
* | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-212-0/+7
|\ \ | |/
| * Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-212-0/+7
* | Merge branch 3.2 (closes #13338)Petri Lehtinen2011-11-192-0/+5
|\ \ | |/
| * Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDERPetri Lehtinen2011-11-192-0/+5
* | Issue #10227: Add an allocation cache for a single slice object.Antoine Pitrou2011-11-181-0/+3
* | #13358: merge with 3.2.Ezio Melotti2011-11-181-0/+2
|\ \ | |/
| * #13358: HTMLParser now calls handle_data only once for each CDATA.Ezio Melotti2011-11-181-0/+2
* | #4147: merge with 3.2.Ezio Melotti2011-11-181-0/+4
|\ \ | |/
| * #4147: minidom's toprettyxml no longer adds whitespace around a text node whe...Ezio Melotti2011-11-181-0/+4
* | Issue #13393: BufferedReader.read1() now asks the full requested size toAntoine Pitrou2011-11-151-0/+3
* | Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-0/+4
* | Closes #13297: use bytes type to send and receive binary data through XMLRPC.Florent Xicluna2011-11-151-0/+2
* | Issue #13392: Writing a pyc file should now be atomic under Windows as well.Antoine Pitrou2011-11-151-0/+2
* | Branch mergeÉric Araujo2011-11-152-10/+5
|\ \
| * | Add entries for distutils2 contributors (their patches are in packaging)Éric Araujo2011-11-141-0/+5
| * | Remove NEWS entries for packaging test suite fixes.Éric Araujo2011-11-141-10/+0
* | | Issue #13333: The UTF-7 decoder now accepts lone surrogatesAntoine Pitrou2011-11-151-0/+3
|\ \ \ | | |/ | |/|