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
*
merge 2.6
Martin v. Löwis
2012-02-21
1
-0/+2
|
\
|
*
Issue #6807: Run msisupport.mak earlier.
Martin v. Löwis
2012-02-21
1
-0/+2
*
|
merge 3.2
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
*
|
Merge branch '3.2'
Petri Lehtinen
2012-02-21
2
-0/+4
|
\
\
|
|
/
|
*
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Petri Lehtinen
2012-02-21
2
-0/+4
*
|
Merge the HTMLParser fix with 3.2.
Ezio Melotti
2012-02-21
1
-0/+2
|
\
\
|
|
/
|
*
HTMLParser is now able to handle slashes in the start tag.
Ezio Melotti
2012-02-21
1
-0/+2
*
|
update to Unicode 6.1
Benjamin Peterson
2012-02-21
1
-0/+2
*
|
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-20
2
-0/+34
|
\
\
|
|
/
|
*
Fix typo.
Georg Brandl
2012-02-20
1
-1/+1
|
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
2
-0/+34
|
|
\
|
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
2
-0/+34
*
|
|
Issue #14040: Remove rarely used file name suffixes for C extensions (under P...
Antoine Pitrou
2012-02-20
1
-0/+3
*
|
|
Issue #13641: Decoding functions in the base64 module now accept ASCII-only u...
Antoine Pitrou
2012-02-20
1
-0/+3
*
|
|
add generic implementation of a __dict__ descriptor for C types
Benjamin Peterson
2012-02-20
1
-0/+4
*
|
|
Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...
Antoine Pitrou
2012-02-20
1
-0/+3
*
|
|
allow arbitrary attributes on classmethod and staticmethod (closes #14051)
Benjamin Peterson
2012-02-19
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
|
\
\
\
|
|
/
/
|
*
|
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
*
|
|
Merge branch '3.2'
Petri Lehtinen
2012-02-17
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Fix a variable scoping error in an sqlite3 test
Petri Lehtinen
2012-02-17
1
-0/+2
*
|
|
Have importlib use os.replace() for atomic renaming.
Brett Cannon
2012-02-17
1
-0/+2
*
|
|
Merge
Brett Cannon
2012-02-16
1
-2/+2
|
\
\
\
|
*
\
\
Merge branch '3.2'
Petri Lehtinen
2012-02-16
1
-2/+2
|
|
\
\
\
|
|
|
/
/
|
|
*
|
sqlite3: Fix documentation errors concerning Cursor.rowcount
Petri Lehtinen
2012-02-16
1
-2/+2
*
|
|
|
importlib.__import__() now raises ValueError when level < 0.
Brett Cannon
2012-02-16
1
-0/+3
|
/
/
/
*
|
|
Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.
Gregory P. Smith
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
|
\
\
\
|
|
/
/
|
*
|
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
Antoine Pitrou
2012-02-15
1
-0/+2
*
|
|
Merge branch '3.2'
Petri Lehtinen
2012-02-15
2
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #13491: Fix many errors in sqlite3 documentation
Petri Lehtinen
2012-02-15
2
-0/+4
*
|
|
Fix parsing of packaging’s build_ext --libraries option (#1326113)
Éric Araujo
2012-02-15
1
-2/+3
*
|
|
Merge fixes for #1326113 and #12297 from 3.2
Éric Araujo
2012-02-15
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Fix parsing of build_ext --libraries option (#1326113)
Éric Araujo
2012-02-15
1
-0/+3
*
|
|
Move NEWS entry to correct section.
Antoine Pitrou
2012-02-15
1
-3/+3
*
|
|
Issue #13020: Fix a reference leak when allocating a structsequence object fa...
Antoine Pitrou
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 #13015: Fix a possible reference leak in defaultdict.__repr__.
Antoine Pitrou
2012-02-15
1
-0/+3
*
|
|
Issue #10287: nntplib now queries the server's CAPABILITIES first before send...
Antoine Pitrou
2012-02-14
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #10287: nntplib now queries the server's CAPABILITIES first before send...
Antoine Pitrou
2012-02-14
1
-0/+4
|
*
|
Issue #13979: Fix ctypes.util.find_library ldconfig regex
Meador Inge
2012-02-14
1
-0/+3
*
|
|
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...
Florent Xicluna
2012-02-13
1
-0/+3
*
|
|
#13993: merge with 3.2.
Ezio Melotti
2012-02-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
#13993: HTMLParser is now able to handle broken end tags when strict=False.
Ezio Melotti
2012-02-13
1
-0/+3
*
|
|
Issue #13930: Adds ability for 2to3 to write its output to a different
Gregory P. Smith
2012-02-12
1
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #13930: Adds ability for 2to3 to write its output to a different
Gregory P. Smith
2012-02-12
1
-0/+5
[next]