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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bump to 2.7.3rc2
v2.7.3rc2
Benjamin Peterson
2012-03-15
2
-2/+2
*
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
Gregory P. Smith
2012-03-14
1
-0/+15
*
bump to 2.7.3rc1
v2.7.3rc1
Benjamin Peterson
2012-02-23
2
-4/+4
*
Issue #14053: Fix "make patchcheck" to work with MQ.
Nadeem Vawda
2012-02-22
2
-0/+4
*
merge with 2.6
Georg Brandl
2012-02-21
1
-1/+1
|
\
|
*
Remove reST markup from --help output. Also: O(n**2) is dict construction, n...
Georg Brandl
2012-02-21
1
-1/+1
*
|
Issue #6807: Run msisupport.mak earlier.
Martin v. Löwis
2012-02-21
1
-0/+2
*
|
Issue #10580: Minor grammar change in Windows installer.
Martin v. Löwis
2012-02-21
1
-0/+2
*
|
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Petri Lehtinen
2012-02-21
2
-0/+4
*
|
HTMLParser is now able to handle slashes in the start tag.
Ezio Melotti
2012-02-21
1
-0/+2
*
|
merge 2.6 with hash randomization fix
Benjamin Peterson
2012-02-21
2
-0/+34
|
\
\
|
|
/
|
*
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
Barry Warsaw
2012-02-21
2
-0/+34
*
|
Issue #12627: Implement PEP 394 for OS X framework builds.
Ned Deily
2012-02-19
1
-0/+2
*
|
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali
2012-02-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Charles-François Natali
2012-02-18
1
-0/+3
*
|
Fix a variable scoping error in an sqlite3 test
Petri Lehtinen
2012-02-17
2
-0/+4
*
|
Fix errors in sqlite3's Cursor.rowcount documentation
Petri Lehtinen
2012-02-16
1
-0/+2
*
|
news entry for previous commit
Gregory P. Smith
2012-02-16
1
-0/+2
*
|
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
Antoine Pitrou
2012-02-15
1
-0/+2
*
|
Fix parsing of build_ext --libraries option (#1326113)
Éric Araujo
2012-02-15
1
-0/+3
*
|
#13987: HTMLParser is now able to handle malformed start tags.
Ezio Melotti
2012-02-15
1
-1/+1
*
|
#13987: HTMLParser is now able to handle EOFs in the middle of a construct.
Ezio Melotti
2012-02-15
1
-0/+3
*
|
Issue #13020: Fix a reference leak when allocating a structsequence object fa...
Antoine Pitrou
2012-02-15
1
-0/+3
*
|
Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
Antoine Pitrou
2012-02-15
1
-0/+3
*
|
Issue #13979: Fix ctypes.util.find_library ldconfig regex
Meador Inge
2012-02-14
1
-0/+3
*
|
#13993: HTMLParser is now able to handle broken end tags.
Ezio Melotti
2012-02-13
1
-0/+2
*
|
#13960: HTMLParser is now able to handle broken comments.
Ezio Melotti
2012-02-13
1
-0/+2
*
|
Issue #13930: Adds ability for 2to3 to write its output to a different
Gregory P. Smith
2012-02-12
1
-3/+5
*
|
Add myself to Misc/ACKS
Petri Lehtinen
2012-02-12
1
-0/+1
*
|
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
Petri Lehtinen
2012-02-12
2
-0/+5
*
|
Typo in Misc/NEWS.
Florent Xicluna
2012-02-12
1
-1/+1
*
|
Fix distutils.filelist.FileList under Windows (#13193).
Éric Araujo
2012-02-12
1
-2/+1
*
|
Issue #13994: Earler partial revert of Distutils enhancements in 2.7
Ned Deily
2012-02-11
1
-0/+7
*
|
Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building
Ned Deily
2012-02-10
1
-0/+13
*
|
Issue #9021: Add an introduction to the copy module. Doc changes suggested by...
Senthil Kumaran
2012-02-09
1
-0/+2
*
|
Fix Issue #6005: Examples in the socket library documentation use sendall,
Senthil Kumaran
2012-02-09
1
-0/+3
*
|
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...
Petri Lehtinen
2012-02-06
1
-0/+3
*
|
Issue #10881: Fix test_site failures with OS X framework builds.
Ned Deily
2012-02-05
1
-0/+2
*
|
Issue 964437 Make IDLE help window non-modal.
Terry Jan Reedy
2012-02-05
1
-0/+3
*
|
Issue #13933: IDLE auto-complete did not work with some imported
Ned Deily
2012-02-04
1
-0/+3
*
|
Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.
Ned Deily
2012-02-03
1
-0/+2
*
|
Document absoluteness of sys.executable
Petri Lehtinen
2012-02-02
1
-0/+2
*
|
sqlite3: Handle strings with embedded zeros correctly
Petri Lehtinen
2012-02-01
1
-0/+2
*
|
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
Terry Jan Reedy
2012-01-31
2
-0/+5
*
|
Issue #13806: The size check in audioop decompression functions was too stric...
Antoine Pitrou
2012-01-28
1
-0/+3
*
|
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
1
-0/+3
|
*
Replay svn r88852.
Barry Warsaw
2011-06-04
1
-0/+12
|
*
Replay svn r88850.
v2.6.7
Barry Warsaw
2011-06-04
2
-18/+6
|
*
Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit
Barry Warsaw
2011-05-23
1
-1/+11
[next]