summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merged revisions 83306 via svnmerge fromMatthias Klose2010-08-051-1/+1
| * Merged revisions 83680,83685 via svnmerge fromMark Dickinson2010-08-031-0/+1
| * Merged revisions 83593 via svnmerge fromGeorg Brandl2010-08-021-3/+2
| * Merged revisions 83442 via svnmerge fromAntoine Pitrou2010-08-011-0/+28
| * Merged revisions 83241 via svnmerge fromMark Dickinson2010-07-291-0/+3
| * Merged revisions 83098 via svnmerge fromRonald Oussoren2010-07-241-1/+1
| * Merged revisions 83124 via svnmerge fromRonald Oussoren2010-07-241-7/+42
| * Merged revisions 83031 via svnmerge fromAntoine Pitrou2010-07-211-2/+8
| * Merged revisions 83007 via svnmerge fromBrian Curtin2010-07-211-3/+3
| * Merged revisions 82853-82854 via svnmerge fromStefan Krah2010-07-191-0/+19
| * Merged revisions 82945 via svnmerge fromMark Dickinson2010-07-181-2/+2
| * Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-041-3/+4
| * Issue #9128: Fix validation of class decorators in parser module.Mark Dickinson2010-07-041-8/+9