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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make multiprocessing's shared memory use memoryview instead of raw pointer
Richard Oudkerk
2012-05-26
3
-26/+5
*
Merge Issue #14876: Use user-selected font for highlight configuration.
Terry Jan Reedy
2012-05-26
2
-2/+6
|
\
|
*
Issue #14876: Use user-selected font for highlight configuration.
Terry Jan Reedy
2012-05-26
2
-2/+6
*
|
Merged upstream changes.
Vinay Sajip
2012-05-26
15
-1530/+2147
|
\
\
|
*
|
#8739: upgrade smtpd to RFC 5321 and 1870.
R David Murray
2012-05-26
7
-91/+482
|
*
|
Recognize '<>' as a special case of an angle-addr in header_value_parser.
R David Murray
2012-05-26
2
-2/+25
|
*
|
Remove some redundant decorators.
Brett Cannon
2012-05-26
2
-1307/+1302
|
*
|
Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the i...
Nick Coghlan
2012-05-26
2
-0/+292
|
*
|
Issue #14814: Clean out an obsolete property and method from ipaddress Networ...
Nick Coghlan
2012-05-26
2
-14/+2
|
*
|
Issue #14814: Cleanup ipaddress header comments
Nick Coghlan
2012-05-26
2
-28/+2
|
*
|
Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter...
Nick Coghlan
2012-05-26
2
-94/+48
*
|
|
Addressed some buildbot errors and comments on the checkin by Antoine on pyth...
Vinay Sajip
2012-05-26
4
-58/+51
|
/
/
*
|
#14814: Some PEP8 adjustments and dead code weeding
Hynek Schlawack
2012-05-26
1
-27/+17
*
|
Add missing versionadded.
Georg Brandl
2012-05-26
1
-0/+6
*
|
#665194: Add a localtime function to email.utils.
R David Murray
2012-05-26
5
-2/+146
*
|
#12586: Fix a small oversight in the new email policy header setting code.
R David Murray
2012-05-26
2
-1/+23
*
|
Merged upstream changes.
Vinay Sajip
2012-05-26
3
-1/+110
|
\
\
|
*
|
Add news entries for #14731 and #12586.
R David Murray
2012-05-26
1
-0/+8
|
*
|
#12586: Expand What's New email entry with provisional policy features.
R David Murray
2012-05-26
1
-0/+96
|
*
|
Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...
Senthil Kumaran
2012-05-26
2
-1/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...
Senthil Kumaran
2012-05-26
2
-1/+4
*
|
|
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
41
-66/+1454
*
|
|
Updated .hgeol for additional binaries.
Vinay Sajip
2012-05-26
1
-0/+2
|
/
/
*
|
#12586: add provisional email policy with new header parsing and folding.
R David Murray
2012-05-25
16
-116/+6994
*
|
#14731: add preliminary What's New entry for policy framework.
R David Murray
2012-05-25
1
-0/+55
*
|
#14731: refactor email policy framework.
R David Murray
2012-05-25
15
-517/+1389
*
|
capitialize utime statuses
Benjamin Peterson
2012-05-25
1
-20/+20
*
|
capitialize enum members
Benjamin Peterson
2012-05-25
1
-17/+17
*
|
Placeholder in What's New for the major packaging infrastructure changes
Nick Coghlan
2012-05-25
1
-0/+20
*
|
Added test for namespace package dynamic path updates.
Eric V. Smith
2012-05-25
1
-0/+45
*
|
Issue #14548: Make multiprocessing finalizers check pid before running
Richard Oudkerk
2012-05-25
2
-3/+12
*
|
Issue #12091: simplify ApplyResult and MapResult with threading.Event
Richard Oudkerk
2012-05-25
1
-30/+9
*
|
Merge
Richard Oudkerk
2012-05-25
1
-1/+2
|
\
\
|
|
/
|
*
Issue #14881: Allow normal non-main thread to spawn a dummy process
Richard Oudkerk
2012-05-25
1
-1/+2
*
|
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
2
-3/+20
|
\
\
|
|
/
|
*
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
2
-3/+20
*
|
use PyDict_Contains
Benjamin Peterson
2012-05-25
1
-3/+3
*
|
return NULL on error
Benjamin Peterson
2012-05-25
1
-2/+3
*
|
actually return the result
Benjamin Peterson
2012-05-25
1
-1/+1
*
|
Issue #14889: PyBytes_FromObject(bytes) now just increfs and returns.
Larry Hastings
2012-05-25
1
-0/+6
*
|
simplify and rewrite the zipimport part of 702009f3c0b1 a bit
Benjamin Peterson
2012-05-25
1
-51/+41
*
|
plug ref leak
Benjamin Peterson
2012-05-25
1
-0/+1
*
|
Whitespace cleanup.
Eric V. Smith
2012-05-25
1
-4/+4
*
|
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith
2012-05-25
25
-3381/+4424
*
|
#14863: Update the documentation of os.fdopen()
Petri Lehtinen
2012-05-24
2
-18/+8
|
\
\
|
|
/
|
*
#14863: Update the documentation of os.fdopen()
Petri Lehtinen
2012-05-24
2
-15/+8
*
|
Issue #14036: return None when port in urlparse cross 65535
Senthil Kumaran
2012-05-24
3
-0/+11
|
\
\
|
|
/
|
*
Issue #14036: return None when port in urlparse cross 65535
Senthil Kumaran
2012-05-24
3
-0/+11
|
*
Remove duplicate entries in Misc/NEWS.
Florent Xicluna
2012-05-23
1
-20/+0
*
|
Issue #14814: minor improvements as suggested by Hynek Schlawack
Sandro Tosi
2012-05-23
1
-6/+9
[next]