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
*
merge with 3.3
Georg Brandl
2013-10-13
1
-39/+375
|
\
|
*
Closes #17375: port new threading docstrings from 2.7.
Georg Brandl
2013-10-13
1
-39/+375
*
|
Back out accidentally pushed changeset b51218966201.
Georg Brandl
2013-10-13
2
-41/+11
*
|
Add re.fullmatch() function and regex.fullmatch() method, which anchor the
Georg Brandl
2013-10-13
2
-11/+41
*
|
Close #18281: superfluous stat constants removed from tarfile
Ethan Furman
2013-10-13
1
-24/+0
*
|
whitespace cleanup
Christian Heimes
2013-10-13
1
-1/+0
*
|
merge
Christian Heimes
2013-10-13
1
-2/+14
|
\
\
|
*
\
Merge.
Richard Oudkerk
2013-10-12
1
-2/+14
|
|
\
\
|
|
|
/
|
|
*
Make test_terminate() succeed or fail quickly.
Richard Oudkerk
2013-10-12
1
-2/+14
|
|
*
Issue #18919: If the close() method of a writer in the sunau or wave module
Serhiy Storchaka
2013-10-12
2
-13/+18
*
|
|
Issue #19218: set __name__ of _collections_abc to collections.abc in order to...
Christian Heimes
2013-10-13
1
-0/+6
*
|
|
Issue #19218: Add facade collections.abc
Christian Heimes
2013-10-13
1
-0/+3
*
|
|
Issue #19218: Rename collections.abc to _collections_abc in order to speed up...
Christian Heimes
2013-10-13
5
-5/+10
*
|
|
Remove import functools from re module. The re module imports functools but n...
Christian Heimes
2013-10-13
1
-1/+0
|
/
/
*
|
Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
Christian Heimes
2013-10-12
2
-0/+90
*
|
Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10...
Antoine Pitrou
2013-10-12
1
-4/+4
*
|
Issue #19131: The aifc module now correctly reads and writes sampwidth of
Serhiy Storchaka
2013-10-12
1
-4/+5
|
\
\
|
|
/
|
*
Issue #19131: The aifc module now correctly reads and writes sampwidth of
Serhiy Storchaka
2013-10-12
1
-4/+5
*
|
Issue #19205: _osx_support uses the re module all over the place. Omit the te...
Christian Heimes
2013-10-12
1
-1/+3
*
|
Fix wrong exception in _bootlocale (apparently this error condition is never ...
Antoine Pitrou
2013-10-12
1
-1/+1
*
|
Close #18754: Run Python child processes in isolated more in the test suite.
Victor Stinner
2013-10-12
5
-8/+27
*
|
Issue #19205: add debugging output for failing test on Snow Leopard
Christian Heimes
2013-10-12
1
-7/+12
*
|
merge
Christian Heimes
2013-10-11
1
-2/+3
|
\
\
|
*
|
test_os: report tests as skipped when os.statvfs() fails with ENOSYS
Victor Stinner
2013-10-11
1
-2/+3
*
|
|
Issue #19209: fix structseq test
Christian Heimes
2013-10-11
1
-1/+1
|
/
/
*
|
Issue #19209: Remove import of copyreg from the os module to speed up
Christian Heimes
2013-10-11
3
-28/+26
*
|
Also test that the locale module isn't loaded during normal startup
Christian Heimes
2013-10-11
1
-0/+2
*
|
Issue #19205 fix 406529adf156
Christian Heimes
2013-10-11
1
-1/+1
*
|
Issue #19205: Don't import the 're' module in site and sysconfig module to
Christian Heimes
2013-10-11
3
-4/+21
*
|
Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io m...
Antoine Pitrou
2013-10-11
4
-21/+45
*
|
Fix expected checksum for new unicodedata (after full rebuild)
Antoine Pitrou
2013-10-11
1
-1/+1
*
|
#19192: Give up on time.xmlrpc.com as an xmlrpc network test.
R David Murray
2013-10-11
2
-29/+17
*
|
Rename contextlib.ignored() to contextlib.ignore().
Raymond Hettinger
2013-10-11
2
-8/+8
*
|
upgrade unicode db to 6.3.0 (closes #19221)
Benjamin Peterson
2013-10-10
1
-1/+1
*
|
18764: remove the problematic 'print' alias for the PDB 'p' command.
R David Murray
2013-10-10
2
-8/+9
*
|
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
[next]