index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-25/+5
*
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
1
-3/+7
*
Issue #14888: Fix misbehaviour of the _md5 module when called on data larger ...
Antoine Pitrou
2012-05-23
1
-3/+14
*
Issue #14572: Prevent build failures with pre-3.5.0 versions of
Ned Deily
2012-05-20
1
-2/+2
*
Issue #14829: Fix bisect issues under 64-bit Windows.
Antoine Pitrou
2012-05-16
1
-1/+1
*
Issue #14662: Prevent shutil failures on OS X when destination does not
Ned Deily
2012-05-11
1
-0/+3
*
Fix for issue 14725 for 2.7 branch
Richard Oudkerk
2012-05-05
1
-0/+1
*
Improve docstring
Raymond Hettinger
2012-04-27
1
-7/+6
*
Remove accidentally-committed debugging code.
Mark Dickinson
2012-04-15
1
-3/+0
*
Issue 13496: Fix bisect.bisect overflow bug for large collections.
Mark Dickinson
2012-04-15
1
-2/+11
*
protect this call, too
Benjamin Peterson
2012-04-02
1
-1/+1
*
prevent writing to stderr from messing up the exception state (closes #14474)
Benjamin Peterson
2012-04-02
1
-0/+3
*
Issue #14437: Fix building the _io module under Cygwin.
Antoine Pitrou
2012-03-31
1
-1/+1
*
Fixes Issue 14234: fix for the previous commit, keep compilation when
Gregory P. Smith
2012-03-15
2
-0/+7
*
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
Gregory P. Smith
2012-03-14
4
-59/+130
*
Fix typo “seperator”
Éric Araujo
2012-02-26
2
-2/+2
*
merge with 2.6
Georg Brandl
2012-02-21
1
-3/+3
|
\
|
*
Remove reST markup from --help output. Also: O(n**2) is dict construction, n...
Georg Brandl
2012-02-21
1
-3/+3
*
|
merge 2.6
Benjamin Peterson
2012-02-21
1
-6/+0
|
\
\
|
|
/
|
*
don't need this hack anymore
Benjamin Peterson
2012-02-21
1
-6/+0
|
*
Fix crash at startup with -W options.
Antoine Pitrou
2012-02-21
1
-2/+28
|
*
Backport fix from default branch for ./python -R -Wd where hash('d') would not
Barry Warsaw
2012-02-21
1
-0/+6
*
|
Fix crash at startup with -W options.
Antoine Pitrou
2012-02-21
1
-2/+28
*
|
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Petri Lehtinen
2012-02-21
1
-5/+8
*
|
kill interned strings computed before random initialization
Benjamin Peterson
2012-02-21
1
-0/+6
*
|
merge 2.6 with hash randomization fix
Benjamin Peterson
2012-02-21
2
-107/+33
|
\
\
|
|
/
|
*
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
Barry Warsaw
2012-02-21
2
-106/+33
*
|
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
Antoine Pitrou
2012-02-15
1
-9/+14
*
|
Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
Antoine Pitrou
2012-02-15
1
-1/+3
*
|
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...
Petri Lehtinen
2012-02-06
2
-10/+20
*
|
Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix
Charles-François Natali
2012-02-02
1
-1/+3
*
|
sqlite3: Handle strings with embedded zeros correctly
Petri Lehtinen
2012-02-01
2
-11/+13
*
|
Issue #13806: The size check in audioop decompression functions was too stric...
Antoine Pitrou
2012-01-28
1
-3/+3
*
|
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
1
-1/+2
|
\
\
|
|
/
|
*
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
1
-1/+2
|
*
Merged revisions 87663 via svnmerge from
Alexander Belopolsky
2011-01-02
1
-0/+4
|
*
Merged revisions 87541,87543 via svnmerge from
Alexander Belopolsky
2010-12-28
1
-4/+9
|
*
Merged revisions 83306 via svnmerge from
Matthias Klose
2010-08-05
1
-1/+1
|
*
Merged revisions 83680,83685 via svnmerge from
Mark Dickinson
2010-08-03
1
-0/+1
|
*
Merged revisions 83593 via svnmerge from
Georg Brandl
2010-08-02
1
-3/+2
|
*
Merged revisions 83442 via svnmerge from
Antoine Pitrou
2010-08-01
1
-0/+28
|
*
Merged revisions 83241 via svnmerge from
Mark Dickinson
2010-07-29
1
-0/+3
|
*
Merged revisions 83098 via svnmerge from
Ronald Oussoren
2010-07-24
1
-1/+1
|
*
Merged revisions 83124 via svnmerge from
Ronald Oussoren
2010-07-24
1
-7/+42
|
*
Merged revisions 83031 via svnmerge from
Antoine Pitrou
2010-07-21
1
-2/+8
|
*
Merged revisions 83007 via svnmerge from
Brian Curtin
2010-07-21
1
-3/+3
|
*
Merged revisions 82853-82854 via svnmerge from
Stefan Krah
2010-07-19
1
-0/+19
|
*
Merged revisions 82945 via svnmerge from
Mark Dickinson
2010-07-18
1
-2/+2
|
*
Issue #9130: Fix validation of relative imports in parser module.
Mark Dickinson
2010-07-04
1
-3/+4
|
*
Issue #9128: Fix validation of class decorators in parser module.
Mark Dickinson
2010-07-04
1
-8/+9
[next]