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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
#14835: Make plistlib output empty arrays & dicts like OS X
Hynek Schlawack
2012-05-29
2
-12/+24
*
|
Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
Eli Bendersky
2012-05-29
2
-1/+68
*
|
Refactor test_email/test_pickleable and add tests for date headers
R David Murray
2012-05-29
1
-28/+59
*
|
Regularize test_email/test_headerregistry's references to policy.
R David Murray
2012-05-29
1
-6/+6
*
|
Refactor test_email/test_defect_handling.
R David Murray
2012-05-29
2
-179/+162
*
|
Issue #14930: Make memoryview objects weakrefable.
Richard Oudkerk
2012-05-28
2
-1/+16
*
|
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-0/+10
|
\
\
|
|
/
|
*
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-0/+10
*
|
Fixed typo.
Vinay Sajip
2012-05-28
1
-1/+1
*
|
Tweaked tests to use launcher executable name on OS X.
Vinay Sajip
2012-05-28
1
-1/+5
*
|
Added python3 symlink; removed Distribute-related code, docs and comments; ch...
Vinay Sajip
2012-05-28
1
-126/+16
*
|
Merge from 3.2
Nick Coghlan
2012-05-28
1
-1/+2
|
\
\
|
|
/
|
*
Issue #14443: Tell rpmbuild to use the correct version of Python
Nick Coghlan
2012-05-28
1
-1/+2
*
|
Merge 3.2 #14929
Terry Jan Reedy
2012-05-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
Terry Jan Reedy
2012-05-28
1
-1/+1
*
|
#12515: email now registers a defect if the MIME end boundary is missing.
R David Murray
2012-05-28
3
-3/+47
*
|
Merge 3.2 closes #12510
Terry Jan Reedy
2012-05-28
1
-3/+6
|
\
\
|
|
/
|
*
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Terry Jan Reedy
2012-05-28
1
-3/+6
*
|
#1672568: email now registers defects for base64 payload format errors.
R David Murray
2012-05-28
4
-273/+331
*
|
#14925: email now registers a defect for missing header/body separator.
R David Murray
2012-05-28
4
-18/+48
*
|
Make headerregistry fully part of the provisional api.
R David Murray
2012-05-27
5
-39/+38
*
|
Changed executable name computation in test_venv to allow for debug executables.
Vinay Sajip
2012-05-27
1
-2/+1
*
|
Refined venv tests.
Vinay Sajip
2012-05-27
1
-9/+26
*
|
Add '__all__' to _encoded_words and mark QByteMap as private.
R David Murray
2012-05-27
1
-2/+12
*
|
Fixed _sys_home computation and added diagnostics for Windows buildbot failures.
Vinay Sajip
2012-05-27
3
-2/+8
*
|
Close #14857: fix regression in references to PEP 3135 implicit __class__ clo...
Nick Coghlan
2012-05-27
2
-3/+30
*
|
Tweak importlib._bootstrap to avoid zero-argument super so I can work on issu...
Nick Coghlan
2012-05-27
1
-1/+3
*
|
Merge with 3.2 #10635 whitespace
Terry Jan Reedy
2012-05-27
1
-1/+1
|
\
\
|
|
/
|
*
#10365 Trim trailing whitespace
Terry Jan Reedy
2012-05-27
1
-1/+1
*
|
Merge with 3.2
Terry Jan Reedy
2012-05-27
2
-6/+14
|
\
\
|
|
/
|
*
Issue #10365: File open dialog now works instead of crashing
Terry Jan Reedy
2012-05-27
2
-6/+14
*
|
Make multiprocessing's shared memory use memoryview instead of raw pointer
Richard Oudkerk
2012-05-26
2
-9/+5
*
|
Merge Issue #14876: Use user-selected font for highlight configuration.
Terry Jan Reedy
2012-05-26
1
-2/+4
|
\
\
|
|
/
|
*
Issue #14876: Use user-selected font for highlight configuration.
Terry Jan Reedy
2012-05-26
1
-2/+4
*
|
Merged upstream changes.
Vinay Sajip
2012-05-26
9
-222/+530
|
\
\
|
*
|
#8739: upgrade smtpd to RFC 5321 and 1870.
R David Murray
2012-05-26
4
-88/+459
|
*
|
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
1
-2/+0
|
*
|
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
*
|
#665194: Add a localtime function to email.utils.
R David Murray
2012-05-26
2
-0/+126
*
|
#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
1
-1/+1
|
\
\
|
*
\
Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...
Senthil Kumaran
2012-05-26
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...
Senthil Kumaran
2012-05-26
1
-1/+1
*
|
|
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
29
-61/+1028
|
/
/
*
|
#12586: add provisional email policy with new header parsing and folding.
R David Murray
2012-05-25
15
-116/+6671
[prev]
[next]