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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
1
-0/+1
|
\
|
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
1
-0/+1
|
*
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
1
-0/+1
*
|
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
1
-0/+1
*
|
construct fields in the right order (closes #15517)
Benjamin Peterson
2012-08-01
1
-1/+1
*
|
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...
Andrew Svetlov
2012-07-30
1
-0/+1
|
\
\
|
|
/
|
*
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...
Andrew Svetlov
2012-07-30
1
-0/+1
|
*
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
1
-0/+1
|
*
#13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray
2012-07-22
1
-0/+1
*
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
1
-0/+1
*
|
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
Meador Inge
2012-07-20
1
-0/+1
|
\
\
|
|
/
|
*
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
Meador Inge
2012-07-20
1
-0/+1
*
|
Issue #15394: Fix ref leaks in PyModule_Create.
Meador Inge
2012-07-19
1
-0/+1
|
\
\
|
|
/
|
*
Issue #15394: Fix ref leaks in PyModule_Create.
Meador Inge
2012-07-19
1
-0/+1
*
|
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
Gregory P. Smith
2012-07-16
1
-0/+1
|
\
\
|
|
/
|
*
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
Gregory P. Smith
2012-07-16
1
-0/+1
|
*
Remove duplicate entry and fix order
Antoine Pitrou
2012-07-13
1
-2/+1
|
*
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
Antoine Pitrou
2012-07-13
1
-0/+1
*
|
Issue #15300: Ensure the temporary test working directories are in the same p...
Antoine Pitrou
2012-07-11
1
-0/+1
|
\
\
|
|
/
|
*
Issue #15300: Ensure the temporary test working directories are in the same p...
Antoine Pitrou
2012-07-11
1
-0/+1
*
|
Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks t...
Vinay Sajip
2012-07-03
1
-0/+2
*
|
Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc
Brett Cannon
2012-07-02
1
-0/+1
*
|
Issue #15225: improve error message when hmac is passed a wrong key type.
Antoine Pitrou
2012-06-30
1
-0/+1
*
|
Issue #10571: Fix the "--sign" option of distutils' upload command.
Antoine Pitrou
2012-06-28
1
-0/+1
|
\
\
|
|
/
|
*
Issue #10571: Fix the "--sign" option of distutils' upload command.
Antoine Pitrou
2012-06-28
1
-0/+1
*
|
Issue #15079: make a test applicable to both C and Python versions of the pic...
Antoine Pitrou
2012-06-26
1
-0/+1
|
\
\
|
|
/
|
*
Issue #15079: make a test applicable to both C and Python versions of the pic...
Antoine Pitrou
2012-06-26
1
-0/+1
*
|
Document the rest of zlib.compressobj()'s arguments.
Nadeem Vawda
2012-06-21
1
-0/+1
*
|
#14840: merge with 3.2.
Ezio Melotti
2012-06-17
1
-0/+1
|
\
\
|
|
/
|
*
#14840: Add a bit on the difference between tuples and lists. Initial patch ...
Ezio Melotti
2012-06-17
1
-0/+1
*
|
Close #13857: Added textwrap.indent() function (initial patch by Ezra
Nick Coghlan
2012-06-11
1
-0/+1
*
|
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky
2012-06-03
1
-0/+1
*
|
Issue #14963: Added test cases for contextlib.ExitStack exception handling be...
Nick Coghlan
2012-05-31
1
-0/+1
*
|
#14835: Make plistlib output empty arrays & dicts like OS X
Hynek Schlawack
2012-05-29
1
-0/+1
*
|
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
1
-0/+1
|
\
\
|
|
/
|
*
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
1
-0/+1
|
*
#14472: Update .gitignore
Petri Lehtinen
2012-05-22
1
-0/+1
|
*
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
Petri Lehtinen
2012-05-19
1
-0/+1
*
|
#8739: upgrade smtpd to RFC 5321 and 1870.
R David Murray
2012-05-26
1
-0/+3
*
|
#665194: Add a localtime function to email.utils.
R David Murray
2012-05-26
1
-0/+1
*
|
#14472: Update .gitignore
Petri Lehtinen
2012-05-22
1
-0/+1
*
|
Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Nick Coghlan
2012-05-20
1
-0/+1
*
|
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
Petri Lehtinen
2012-05-18
1
-0/+1
|
\
\
|
|
/
|
*
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
Petri Lehtinen
2012-05-18
1
-0/+1
|
*
Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejew...
Mark Dickinson
2012-05-13
1
-0/+1
*
|
Issue #13031: Small speed-up for tarfile when unzipping tarfiles.
Ross Lagerwall
2012-05-17
1
-0/+1
*
|
Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...
Antoine Pitrou
2012-05-16
1
-0/+1
*
|
Issue #14732: The _csv module now uses PEP 3121 module initialization.
Antoine Pitrou
2012-05-16
1
-0/+1
*
|
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client
Hynek Schlawack
2012-05-16
1
-0/+1
*
|
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
Charles-François Natali
2012-05-13
1
-0/+1
[next]