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 #15096: Drop support for the ur string prefix
Christian Heimes
2012-06-20
6
-37/+28
*
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda
2012-06-19
5
-4/+59
|
\
|
*
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda
2012-06-19
3
-4/+20
*
|
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...
Antoine Pitrou
2012-06-19
8
-697/+806
*
|
Issue #15038: Document caveats with the emulated condition variables.
Kristjan Valur Jonsson
2012-06-19
1
-0/+29
*
|
Add versionchanged tags for #14772 changes
Brian Curtin
2012-06-19
1
-0/+13
*
|
Issue #15103: remove the NUL character (serving as a Mercurial binary marker)...
Antoine Pitrou
2012-06-19
2
-9/+8
*
|
Issue #15038:
Kristjan Valur Jonsson
2012-06-19
1
-5/+13
*
|
Fix #14772: Return the destination from some shutil functions.
Brian Curtin
2012-06-18
4
-8/+62
*
|
Issue #15038: Optimize python Locks on Windows
Kristján Valur Jónsson
2012-06-18
6
-192/+497
*
|
Issue #15064: Use with-blocks for some examples in docs.
Richard Oudkerk
2012-06-18
1
-47/+39
*
|
Issue #15064: Make BaseManager.__enter__() start server if necessary.
Richard Oudkerk
2012-06-18
3
-9/+31
*
|
Add comments to the power functions, in particular to _mpd_qpow_real().
Stefan Krah
2012-06-18
1
-5/+34
*
|
Issue #15064: Implement context manager protocol for multiprocessing types
Richard Oudkerk
2012-06-18
6
-1/+89
*
|
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk
2012-06-18
2
-3/+8
|
\
\
|
|
/
|
*
Issue #15101: Make pool finalizer avoid joining current thread.
Richard Oudkerk
2012-06-18
2
-3/+8
*
|
Fiddle with timeouts in barrier tests
Richard Oudkerk
2012-06-18
1
-6/+6
*
|
Fix NEWS entry for #15036
Petri Lehtinen
2012-06-18
1
-3/+3
|
\
\
|
|
/
|
*
Fix NEWS entry for #15036
Petri Lehtinen
2012-06-18
1
-3/+3
*
|
Prevent test_inspect from keeping alive a ton of frames and local variables b...
Antoine Pitrou
2012-06-17
2
-13/+16
*
|
Issue #14657: The frozen instance of importlib used for bootstrap is now also...
Antoine Pitrou
2012-06-17
3
-9/+37
*
|
Merge: Update out of date docstring.
R David Murray
2012-06-17
1
-7/+5
|
\
\
|
|
/
|
*
Update out of date docstring.
R David Murray
2012-06-17
1
-7/+5
*
|
#14840: merge with 3.2.
Ezio Melotti
2012-06-17
2
-9/+22
|
\
\
|
|
/
|
*
#14840: Add a bit on the difference between tuples and lists. Initial patch ...
Ezio Melotti
2012-06-17
2
-9/+22
*
|
Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib)
Nick Coghlan
2012-06-17
2
-1/+7
|
\
\
|
|
/
|
*
Ignore X-Antivirus headers in test_nntplib
Nick Coghlan
2012-06-17
2
-1/+7
*
|
Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib)
Nick Coghlan
2012-06-17
1
-5/+5
|
\
\
|
|
/
|
*
Issue #15095: Use better assertions in test_imaplib
Nick Coghlan
2012-06-17
1
-5/+5
*
|
Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded)
Nick Coghlan
2012-06-17
2
-1/+13
|
\
\
|
|
/
|
*
Issue #15043: skip test_gdb if the custom hooks can't be loaded
Nick Coghlan
2012-06-17
2
-0/+12
*
|
Disable test on Unix. Causes buildbots to fail. See Issue #15091
Jason R. Coombs
2012-06-17
1
-0/+4
*
|
White space normalization.
Martin v. Löwis
2012-06-17
1
-3/+3
*
|
Issue #14055: Add __sizeof__ support to _elementtree.
Martin v. Löwis
2012-06-17
3
-2/+53
*
|
Elaborate that sizeof only accounts for the object itself.
Martin v. Löwis
2012-06-17
1
-0/+3
*
|
Merge from 3.2. (Issue #15044: Handle Fedora 17's approach to ndbm compatibil...
Nick Coghlan
2012-06-17
1
-1/+5
|
\
\
|
|
/
|
*
Issue #15044: Handle Fedora 17's approach to ndbm compatibility
Nick Coghlan
2012-06-17
1
-1/+5
*
|
Adding test from issue6727 demonstrating that symlink import issue does not o...
Jason R. Coombs
2012-06-17
1
-0/+53
*
|
Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (ini...
Nick Coghlan
2012-06-17
4
-13/+278
*
|
Improve an internal ipaddress test, add a comment explaining why treating net...
Nick Coghlan
2012-06-17
2
-17/+31
*
|
Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the ge...
Nick Coghlan
2012-06-17
2
-2/+6
*
|
Issue #13783: the PEP 380 implementation no longer expands the public C API
Nick Coghlan
2012-06-17
6
-14/+12
*
|
Issue #15054: Fix incorrect tokenization of 'b' string literals.
Meador Inge
2012-06-17
3
-1/+81
*
|
Try to fix issue #15086: build failure on Ubuntu shared buildbot.
Antoine Pitrou
2012-06-16
2
-2325/+2330
*
|
Normalize whitespace
Antoine Pitrou
2012-06-16
2
-2/+0
*
|
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
Antoine Pitrou
2012-06-16
11
-444/+1136
*
|
1) State the relative errors of the power functions for integer exponents.
Stefan Krah
2012-06-16
1
-2/+18
*
|
_copy_characters(): move debug code at the top to avoid noisy #ifdef
Victor Stinner
2012-06-16
1
-26/+23
*
|
Make the test more resilient to test-run order (closes #15075)
Eli Bendersky
2012-06-16
1
-8/+20
*
|
Fix PyUnicode_GetSize(): Don't replace _PyUnicode_Ready() exception
Victor Stinner
2012-06-16
1
-2/+3
[next]