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
*
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...
Victor Stinner
2012-05-29
12
-434/+875
*
PyArg_Parse*("U"): ensure that the Unicode string is ready
Victor Stinner
2012-05-29
1
-1/+4
*
Use Python 3.x-style keyword only arg in Array()
Richard Oudkerk
2012-05-29
3
-12/+9
*
Remove __getslice__, __setslice__, __delslice__ methods from proxies
Richard Oudkerk
2012-05-29
1
-6/+5
*
Removed pysetup3.exe executable.
Vinay Sajip
2012-05-29
2
-0/+0
*
#14835: Make plistlib output empty arrays & dicts like OS X
Hynek Schlawack
2012-05-29
4
-12/+28
*
Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
Eli Bendersky
2012-05-29
4
-34/+169
*
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
5
-2/+23
*
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
3
-3/+61
|
\
|
*
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
3
-3/+61
*
|
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
3
-25/+19
|
\
\
|
|
/
|
*
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
3
-25/+19
*
|
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
2
-1/+5
|
\
\
|
|
/
|
*
Issue #14443: Tell rpmbuild to use the correct version of Python
Nick Coghlan
2012-05-28
2
-1/+5
*
|
Issue #14660: Install namespace_pkgs test directories and files.
Ned Deily
2012-05-28
1
-0/+18
*
|
Merge 3.2 #14929
Terry Jan Reedy
2012-05-28
2
-1/+4
|
\
\
|
|
/
|
*
Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
Terry Jan Reedy
2012-05-28
2
-1/+4
*
|
#12515: email now registers a defect if the MIME end boundary is missing.
R David Murray
2012-05-28
5
-3/+59
*
|
merge heads
Terry Jan Reedy
2012-05-28
0
-0/+0
|
\
\
|
*
|
News item for #1672568.
R David Murray
2012-05-28
1
-0/+4
*
|
|
Merge 3.2 closes #12510
Terry Jan Reedy
2012-05-28
2
-3/+9
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Terry Jan Reedy
2012-05-28
2
-3/+9
*
|
#1672568: email now registers defects for base64 payload format errors.
R David Murray
2012-05-28
6
-275/+344
*
|
#14925: email now registers a defect for missing header/body separator.
R David Murray
2012-05-28
6
-18/+61
*
|
Null merge of email doc patch already applied to this branch.
R David Murray
2012-05-27
0
-0/+0
|
\
\
|
|
/
|
*
#11785: fix the :mod: references in email package submodule titles.
R David Murray
2012-05-27
10
-20/+20
*
|
#11785: fix the :mod: references in email package submodule titles.
R David Murray
2012-05-27
13
-22/+30
*
|
Make headerregistry fully part of the provisional api.
R David Murray
2012-05-27
7
-213/+429
*
|
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
7
-17/+45
*
|
Tweak importlib._bootstrap to avoid zero-argument super so I can work on issu...
Nick Coghlan
2012-05-27
2
-1858/+1862
*
|
Fix markup.
Georg Brandl
2012-05-27
1
-1/+1
*
|
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
3
-6/+17
|
\
\
|
|
/
|
*
Issue #10365: File open dialog now works instead of crashing
Terry Jan Reedy
2012-05-27
3
-6/+17
*
|
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
[next]