summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.Antoine Pitrou2012-07-291-0/+14
| * | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-291-6/+2
| * | Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-231-0/+17
| * | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-28/+23
| * | Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-12/+5
| * | Fix closes issue # 15033 - Return the proper exitcode for failure when module...Senthil Kumaran2012-07-051-1/+1
| * | Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit m...Mark Dickinson2012-06-301-2/+17
| * | Issue #5067: improve some json error messages.Antoine Pitrou2012-06-281-4/+4
| * | Issue #15219: Fix a reference leak when hashlib.new() is called withAmaury Forgeot d'Arc2012-06-281-0/+1
| * | 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/+6
| * | Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-111-13/+16
| * | 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 #14888: Fix misbehaviour of the _md5 module when called on data larger ...Antoine Pitrou2012-05-231-3/+14
| * | Issue #14572: Prevent build failures with pre-3.5.0 versions ofNed Deily2012-05-201-2/+2
| * | Issue #14829: Fix bisect issues under 64-bit Windows.Antoine Pitrou2012-05-161-1/+1
| * | Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+3
| * | Fix for issue 14725 for 2.7 branchRichard Oudkerk2012-05-051-0/+1
| * | Improve docstringRaymond Hettinger2012-04-271-7/+6
| * | Remove accidentally-committed debugging code.Mark Dickinson2012-04-151-3/+0
| * | Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-2/+11
| * | protect this call, tooBenjamin Peterson2012-04-021-1/+1
| * | 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
| * | 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
| * | Fix typo “seperator”Éric Araujo2012-02-262-2/+2
| * | merge with 2.6Georg 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
| * | merge 2.6Benjamin Peterson2012-02-211-6/+0
| |\ \ | | |/
| | * don't need this hack anymoreBenjamin Peterson2012-02-211-6/+0
| | * Fix crash at startup with -W options.Antoine Pitrou2012-02-211-2/+28
| | * Backport fix from default branch for ./python -R -Wd where hash('d') would notBarry Warsaw2012-02-211-0/+6
| * | Fix crash at startup with -W options.Antoine Pitrou2012-02-211-2/+28
| * | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-211-5/+8
| * | kill interned strings computed before random initializationBenjamin Peterson2012-02-211-0/+6
| * | merge 2.6 with hash randomization fixBenjamin Peterson2012-02-212-107/+33
| |\ \ | | |/
| | * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-212-106/+33
| * | 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-11/+13
| * | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-3/+3
| * | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-1/+2
| |\ \ | | |/
| | * Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-1/+2
| | * Merged revisions 87663 via svnmerge fromAlexander Belopolsky2011-01-021-0/+4
| | * Merged revisions 87541,87543 via svnmerge fromAlexander Belopolsky2010-12-281-4/+9