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
*
Issue #15805: Add contextlib.redirect_stdout()
Raymond Hettinger
2013-10-10
2
-1/+48
*
Whitespace normalization.
Tim Peters
2013-10-09
1
-16/+16
*
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-09
2
-3/+23
|
\
|
*
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-09
2
-3/+23
*
|
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...
Antoine Pitrou
2013-10-08
7
-87/+72
*
|
Issue #18037: Do not escape '\u' and '\U' in raw strings.
Serhiy Storchaka
2013-10-08
2
-3/+2
|
\
\
|
|
/
|
*
Issue #18037: Do not escape '\u' and '\U' in raw strings.
Serhiy Storchaka
2013-10-08
2
-3/+2
|
*
Issue 14927: Remove a docstring line that is no longer applicable.
Raymond Hettinger
2013-10-06
1
-1/+0
*
|
Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM.
Ethan Furman
2013-10-07
2
-2/+33
*
|
test_import.test_module_with_large_stack(): unload the test module
Victor Stinner
2013-10-06
1
-1/+9
*
|
Issue #19182: Fixed socket leak on exception when connecting.
Vinay Sajip
2013-10-06
1
-1/+5
*
|
Minor clean-up of function parameters in random().
Raymond Hettinger
2013-10-06
1
-12/+17
|
\
\
|
|
/
|
*
Minor clean-up of function parameters in random().
Raymond Hettinger
2013-10-06
1
-11/+17
*
|
merge
Raymond Hettinger
2013-10-06
5
-3/+16
|
\
\
|
*
|
Issue #19087: Improve bytearray allocation in order to allow cheap popping of...
Antoine Pitrou
2013-10-05
2
-1/+10
|
*
|
[issue 19152] Ensure we have actually registered ExtensionFileLoader as an Ex...
Eric Snow
2013-10-05
2
-2/+3
|
*
|
#19166: merge with 3.3.
Ezio Melotti
2013-10-05
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
#19166: use an unused var in a test. Patch by Vajrasky Kok.
Ezio Melotti
2013-10-05
1
-0/+3
*
|
|
Issue #19169: Micro refactoring with a micro benefit for brevity and speed.
Raymond Hettinger
2013-10-06
1
-2/+2
*
|
|
Strengthen one of the collections.Counter() tests
Raymond Hettinger
2013-10-06
1
-0/+2
|
/
/
*
|
merge
Raymond Hettinger
2013-10-04
1
-0/+24
|
\
\
|
|
/
|
*
Issue #18594: Make the C code more closely match the pure python code.
Raymond Hettinger
2013-10-04
1
-0/+24
|
*
[issue19152] Revert 832579dbafd6.
Eric Snow
2013-10-03
2
-7/+0
|
*
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow
2013-10-03
2
-0/+7
|
*
[issue19151] Fix docstring and use of _get_suppported_file_loaders() to refle...
Eric Snow
2013-10-03
1
-2/+2
*
|
Issue #16803: Run test.test_importlib.test_abc under both
Brett Cannon
2013-10-04
2
-120/+308
*
|
Issue #18716: Deprecate the formatter module
Brett Cannon
2013-10-04
2
-5/+7
*
|
Remove builtin "caching" in pprint
Antoine Pitrou
2013-10-03
1
-28/+22
*
|
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow
2013-10-03
2
-0/+7
*
|
[issue19951] Fix docstring and use of _get_suppported_file_loaders() to refle...
Eric Snow
2013-10-03
1
-2/+2
*
|
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-3/+10
|
\
\
|
|
/
|
*
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-3/+10
*
|
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Serhiy Storchaka
2013-10-03
2
-7/+62
|
\
\
|
|
/
|
*
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Serhiy Storchaka
2013-10-03
2
-7/+62
*
|
Use cached builtins.
Serhiy Storchaka
2013-10-02
1
-6/+6
*
|
Close #17839: support bytes-like objects in base64 module
Nick Coghlan
2013-10-02
3
-39/+129
*
|
Tweak skipIf message
Brett Cannon
2013-10-02
1
-1/+1
*
|
Try to fix issue #19134 again
Brett Cannon
2013-10-02
1
-5/+6
*
|
Close #18690: register memoryview with Sequence ABC
Nick Coghlan
2013-10-02
2
-0/+3
*
|
Close #19078: memoryview now supports reversed
Nick Coghlan
2013-10-02
1
-0/+9
*
|
Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.
Vinay Sajip
2013-10-02
5
-7/+8
*
|
Issue #19132: The pprint module now supports compact mode.
Serhiy Storchaka
2013-10-02
2
-14/+51
*
|
Issue #19137: The pprint module now correctly formats instances of set and
Serhiy Storchaka
2013-10-02
2
-27/+80
|
\
\
|
|
/
|
*
Issue #19137: The pprint module now correctly formats instances of set and
Serhiy Storchaka
2013-10-02
2
-27/+80
*
|
Close #10042: functools.total_ordering now handles NotImplemented
Nick Coghlan
2013-10-01
2
-19/+183
*
|
Merge #19092 from 3.3
Nick Coghlan
2013-10-01
2
-3/+52
|
\
\
|
|
/
|
*
Close #19092: ExitStack now reraises exceptions from __exit__
Nick Coghlan
2013-10-01
2
-3/+52
*
|
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
1
-7/+17
|
\
\
|
|
/
|
*
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
1
-8/+18
*
|
Issue #19134: Make a test in inspect conditional on multiprocessing
Brett Cannon
2013-09-30
1
-0/+3
[next]