summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge 3.2Éric Araujo2011-05-291-8/+9
| |\ \ \ | | |/ /
| | * | Branch mergeÉric Araujo2011-05-291-4/+4
| | |\ \
| | | * | Fix typos in Misc/NEWSÉric Araujo2011-05-291-4/+4
| * | | | Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,Ned Deily2011-05-281-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,Ned Deily2011-05-281-0/+6
| * | | | Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-282-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-282-0/+4
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-282-0/+4
| * | | | Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+5
| |\ \ \ \ | | |/ / /
| | * | | Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+5
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+5
| * | | reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-271-0/+3
| * | | Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtinVictor Stinner2011-05-271-5/+0
| * | | try to use the same str object for all code filenames when compiling or unmar...Benjamin Peterson2011-05-271-0/+3
| * | | Merge headsNadeem Vawda2011-05-271-0/+3
| |\ \ \
| | * | | Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.Nadeem Vawda2011-05-261-0/+3
| * | | | Issue #8796: codecs.open() calls the builtin open() function instead of usingVictor Stinner2011-05-261-0/+5
| |/ / /
| * | | fix typoBenjamin Peterson2011-05-261-1/+1
| * | | Move test_packaging news entries to the tests sectionÉric Araujo2011-05-261-6/+6
| * | | add ack from 2.7Benjamin Peterson2011-05-261-0/+1
| * | | Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.Victor Stinner2011-05-251-0/+2
| * | | Issue #12175: FileIO.readall() now only reads the file position and size once.Victor Stinner2011-05-251-1/+4
| * | | Issue #12180: Fixed a few remaining errors in test_packaging when no threading.Tarek Ziade2011-05-251-0/+3
| * | | (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read()Victor Stinner2011-05-251-8/+10
| |\ \ \ | | |/ /
| | * | (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()Victor Stinner2011-05-251-3/+5
| | |\ \ | | | |/
| | | * Issue #12175: RawIOBase.readall() now returns None if read() returns None.Victor Stinner2011-05-251-0/+2
| * | | (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead ofVictor Stinner2011-05-251-0/+3
| |\ \ \ | | |/ /
| | * | (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead ofVictor Stinner2011-05-251-0/+3
| | |\ \ | | | |/
| | | * Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError ifVictor Stinner2011-05-251-0/+3
| * | | merge commit.Senthil Kumaran2011-05-251-0/+3
| |\ \ \
| | * | | Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().Antoine Pitrou2011-05-251-0/+3
| * | | | News entry for issue11109.Senthil Kumaran2011-05-251-0/+3
| |/ / /
| * | | make PyImport_ImportModuleLevel's first arg const like similiar functions (cl...Benjamin Peterson2011-05-251-0/+3
| * | | wrap at 80 charsBenjamin Peterson2011-05-251-1/+2
| * | | Issue #10818: Remove deprecated pydoc.serve() functionVictor Stinner2011-05-241-2/+3
| * | | Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has beenVictor Stinner2011-05-241-0/+3
| * | | Issue #1441530: In imaplib, read the data in one chunk to speed up largeCharles-François Natali2011-05-241-0/+3
| * | | (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module toVictor Stinner2011-05-241-0/+3
| |\ \ \ | | |/ /
| | * | Issue #12070: Fix the Makefile parser of the sysconfig module to handleVictor Stinner2011-05-241-0/+3
| * | | (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-241-0/+4
| |\ \ \ | | |/ /
| | * | (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-241-0/+4
| | |\ \ | | | |/
| | | * Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-241-0/+4
| * | | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-0/+2
| |\ \ \ | | |/ /
| | * | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-0/+2
| | |\ \ | | | |/
| | | * Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-0/+2
| * | | move specialized dir implementations into __dir__ methods (closes #12166)Benjamin Peterson2011-05-241-0/+3
| * | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the sslVictor Stinner2011-05-241-0/+3
| * | | merge 3.2Benjamin Peterson2011-05-231-0/+3
| |\ \ \ | | |/ /
| | * | merge 3.1Benjamin Peterson2011-05-231-0/+3
| | |\ \ | | | |/
| | | * correctly lookup __dir__Benjamin Peterson2011-05-231-0/+3