summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-231-0/+17
* Raise ImportError if pyexpat's version is incompatibleEli Bendersky2012-07-211-4/+7
* Closes #15395: memory leaks in selectmodule.cJesus Cea2012-07-191-1/+2
* Closes #15396: memory leak in tkinterJesus Cea2012-07-191-1/+3
* Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-28/+23
* ISsue #14988: restore Python 2's behavior of raising ImportError when unable ...Eli Bendersky2012-07-171-0/+2
* Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-12/+5
* Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-051-1/+1
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-281-4/+4
* Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-245-8/+49
* Remove useless test (flowinfo is unsigned).Charles-François Natali2012-06-231-2/+2
* #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-6/+5
* Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-111-13/+16
* Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.Gregory P. Smith2012-06-051-0/+7
* Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-281-3/+57
* Issue #9041: raised exception is misleadingMeador Inge2012-05-281-25/+5
* #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-3/+7
* Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...Antoine Pitrou2012-05-161-1/+2
* Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-5/+1
* Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-21/+79
* Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-12/+11
* Fix for issue 14725 for 3.2 branchRichard Oudkerk2012-05-051-0/+1
* Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-291-5/+36
* Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-291-57/+71
* Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-2/+8
* prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-021-0/+3
* Issue #14437: Fix building the _io module under Cygwin.Antoine Pitrou2012-03-311-1/+1
* Issue #3367: NULL-terminate argv[] copies to prevent an invalid accessStefan Krah2012-03-261-2/+4
* Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.Ross Lagerwall2012-03-191-1/+12
* Fixes Issue 14234: fix for the previous commit, keep compilation whenGregory P. Smith2012-03-152-0/+7
* Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-144-59/+130
|\
| * Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-144-59/+130
* | fix indentationBenjamin Peterson2012-03-131-7/+7
* | keep the buffer object around while we're using it (closes #14212)Benjamin Peterson2012-03-072-33/+49
* | Issue #14125: backport refleak fix (d4adbf908983).Stefan Krah2012-02-271-2/+3
* | Fix typo in “seperat{or,ion}”Éric Araujo2012-02-262-2/+2
* | merge with 3.2Georg Brandl2012-02-211-3/+3
|\ \ | |/
| * Remove reST markup from --help output. Also: O(n**2) is dict construction, n...Georg Brandl2012-02-211-3/+3
* | Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-211-2/+28
* | merge 3.2Benjamin Peterson2012-02-211-0/+1
|\ \ | |/
| * ensure no one tries to hash things before the random seed is foundBenjamin Peterson2012-02-211-0/+1
* | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-211-6/+2
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-203-110/+38
|\ \ | |/
| * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-203-108/+37
* | Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().Antoine Pitrou2012-02-151-9/+14
* | Issue #13015: Fix a possible reference leak in defaultdict.__repr__.Antoine Pitrou2012-02-151-1/+3
* | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2012-02-062-10/+20
* | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fixCharles-François Natali2012-02-021-1/+3
* | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-012-8/+9
* | Fix zip_import.c's read_directory() to use appropriate types for the valuesGregory P. Smith2012-01-301-4/+5