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
*
Disable annoying tests which doesn't work optimized pickles.
Alexandre Vassalotti
2013-11-24
1
-11/+13
*
Make framing optional in pickle protocol 4.
Alexandre Vassalotti
2013-11-24
2
-71/+98
*
Issue #19734: ctypes resource management fixes
Nick Coghlan
2013-11-24
1
-6/+9
*
Issue #19744 (temp workaround): without ssl, skip pip test
Nick Coghlan
2013-11-24
1
-0/+6
*
Issue #19734: venv still needs isolated mode
Nick Coghlan
2013-11-24
1
-1/+1
*
Issue 19734: better diagnostics for test_venv failures
Nick Coghlan
2013-11-24
2
-6/+18
*
Fix inspect.signature tests for builtins when docstrings are compiled out.
Larry Hastings
2013-11-24
2
-1/+9
*
Try to fix test_tarfile under Windows
Antoine Pitrou
2013-11-24
1
-1/+1
*
Build a list of supported test tarfiles dynamically for CLI "test" command
Serhiy Storchaka
2013-11-24
1
-3/+6
*
Don't attempt to run the _opcode test if it wasn't built.
Larry Hastings
2013-11-24
1
-2/+3
*
Issue #13477: Added command line interface to the tarfile module.
Serhiy Storchaka
2013-11-23
2
-1/+259
*
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
4
-32/+118
*
Keep asyncio working with Python 3.3 too.
Guido van Rossum
2013-11-23
1
-2/+9
*
asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Se...
Guido van Rossum
2013-11-23
2
-18/+20
*
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23
2
-0/+35
*
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes
2013-11-23
10
-55/+96
*
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
Serhiy Storchaka
2013-11-23
2
-11/+47
*
Merge heads
Serhiy Storchaka
2013-11-23
1
-3/+4
|
\
|
*
Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests.
Gregory P. Smith
2013-11-23
1
-3/+4
*
|
Issue #13592: Improved the repr for regular expression pattern objects.
Serhiy Storchaka
2013-11-23
2
-0/+64
|
/
*
test_pickle: speed up test_long
Antoine Pitrou
2013-11-23
1
-1/+5
*
Issue #19641: Added the audioop.byteswap() function to convert big-endian
Serhiy Storchaka
2013-11-23
6
-78/+34
*
Merge heads
Serhiy Storchaka
2013-11-23
1
-3/+4
|
\
|
*
Fix writing out 64-bit size fields on 32-bit builds
Antoine Pitrou
2013-11-23
1
-3/+4
*
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
5
-5/+19
|
/
*
asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé).
Guido van Rossum
2013-11-23
1
-1/+1
*
Fix typo.
Guido van Rossum
2013-11-23
1
-1/+1
*
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unit...
Ezio Melotti
2013-11-23
2
-0/+84
*
Fix whitespace
Antoine Pitrou
2013-11-23
1
-3/+3
*
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
5
-522/+1629
*
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...
Ezio Melotti
2013-11-23
2
-25/+107
*
Fixed incorrectly applying a patch for issue19668.
Serhiy Storchaka
2013-11-23
2
-26/+724
*
Relax timing even more, hopefully again fixes issue 19579.
Guido van Rossum
2013-11-23
1
-1/+1
*
Merge heads
Serhiy Storchaka
2013-11-23
1
-1/+3
|
\
|
*
Isue #19634: test_y_before_1900() is expected to fail on Solaris
Victor Stinner
2013-11-23
1
-1/+3
*
|
Issue #19668: Added support for the cp1125 encoding.
Serhiy Storchaka
2013-11-23
5
-31/+38
|
/
*
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
Antoine Pitrou
2013-11-23
1
-1/+1
*
merge
Christian Heimes
2013-11-23
10
-42/+156
|
\
|
*
Issue #19715: try the utime(..., None) approach again, now that it should be ...
Antoine Pitrou
2013-11-23
2
-8/+3
|
*
Issue #17201: ZIP64 extensions now are enabled by default.
Serhiy Storchaka
2013-11-23
3
-8/+8
|
*
Issue #19716: add a test that Path.touch() doesn't change a file's contents.
Antoine Pitrou
2013-11-23
1
-0/+7
|
*
Merge heads
Serhiy Storchaka
2013-11-23
3
-26/+131
|
|
\
|
|
*
Merge
Michael Foord
2013-11-23
1
-15/+2
|
|
|
\
|
|
|
*
Remove shadowed test
Michael Foord
2013-09-15
1
-15/+2
|
|
*
|
Issue 17457: extend test discovery to support namespace packages
Michael Foord
2013-11-23
2
-11/+129
|
*
|
|
Issue #19733: Temporary disable test_image on MacOSX.
Serhiy Storchaka
2013-11-23
2
-0/+7
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Issue #19733: Temporary disable test_image on MacOSX.
Serhiy Storchaka
2013-11-23
2
-0/+7
*
|
|
|
Issue #19689: Add ssl.create_default_context() factory function. It creates
Christian Heimes
2013-11-23
2
-0/+55
|
/
/
/
*
|
|
Issue #19292: Add SSLContext.load_default_certs() to load default root CA
Christian Heimes
2013-11-23
2
-0/+60
*
|
|
Issue #18874: Remove tracemalloc.set_traceback_limit()
Victor Stinner
2013-11-23
1
-12/+9
[next]