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
*
merge with 3.3
Georg Brandl
2013-11-24
1
-0/+1
|
\
|
*
Doc/Makefile: also do "make suspicious" during daily autobuild
Georg Brandl
2013-11-24
1
-0/+1
*
|
Fix suspicious markup in the docs.
Georg Brandl
2013-11-24
7
-20/+22
*
|
Cosmetic fixes
Eli Bendersky
2013-11-24
1
-13/+8
*
|
Null merge
Antoine Pitrou
2013-11-24
0
-0/+0
|
\
\
|
|
/
|
*
Issue #19743: fix test_gdb on some optimized Python builds
Antoine Pitrou
2013-11-24
1
-4/+8
*
|
Issue #19743: fix test_gdb on some optimized Python builds
Antoine Pitrou
2013-11-24
1
-4/+8
*
|
Selectively re-enable framing tests
Antoine Pitrou
2013-11-24
2
-11/+21
*
|
Clinic: fix "self converters" with METH_NOARGS functions.
Larry Hastings
2013-11-24
2
-42/+47
*
|
Clinic: Add warning for untested (and unused in CPython!) format units.
Larry Hastings
2013-11-24
1
-0/+1
*
|
Fix a few markup problems in the new import doc.
Georg Brandl
2013-11-24
1
-2/+4
*
|
Issue #19741: cleanup tracemalloc_realloc()
Victor Stinner
2013-11-24
1
-8/+15
*
|
Remove code path in cpickle that does not exist in pickle.
Alexandre Vassalotti
2013-11-24
1
-7/+1
*
|
Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller
Victor Stinner
2013-11-24
1
-18/+29
*
|
Make Ellipsis and NotImplemented picklable through the reduce protocol.
Alexandre Vassalotti
2013-11-24
4
-42/+24
*
|
Make built-in methods picklable through the reduce protocol.
Alexandre Vassalotti
2013-11-24
3
-41/+22
*
|
Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failure
Victor Stinner
2013-11-24
1
-7/+16
*
|
Issue #3158: Relax new doctests a bit.
Zachary Ware
2013-11-24
1
-4/+9
*
|
Merge heads
Zachary Ware
2013-11-24
7
-28/+65
|
\
\
|
*
|
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware
2013-11-24
7
-28/+65
*
|
|
Issue #19734: Also run pip version check in isolated mode
Nick Coghlan
2013-11-24
1
-2/+2
|
/
/
*
|
Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENV
Nick Coghlan
2013-11-24
1
-0/+4
*
|
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
3
-197/+132
*
|
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
*
|
Fix typo in and reformat OS X Installer ReadMe
Ned Deily
2013-11-24
1
-7/+8
*
|
Fix make distclean for out-of-tree builds
Christian Heimes
2013-11-24
1
-2/+2
|
\
\
|
|
/
|
*
Fix make distclean for out-of-tree builds
Christian Heimes
2013-11-24
1
-2/+2
*
|
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
*
|
merge
Christian Heimes
2013-11-24
1
-2/+3
|
\
\
|
*
|
Don't attempt to run the _opcode test if it wasn't built.
Larry Hastings
2013-11-24
1
-2/+3
*
|
|
Add _opcode to Windows build env
Christian Heimes
2013-11-24
2
-0/+3
|
/
/
*
|
Issue #13477: Added command line interface to the tarfile module.
Serhiy Storchaka
2013-11-23
4
-1/+323
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
18
-136/+343
*
|
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 #19358: "make clinic" now runs the Argument Clinic preprocessor
Larry Hastings
2013-11-23
3
-3/+36
*
|
Issue #19730: Argument Clinic now supports all the existing PyArg
Larry Hastings
2013-11-23
9
-155/+466
*
|
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23
8
-8/+177
*
|
Update Tcl/Tk to 8.6.1.
Martin v. Löwis
2013-11-23
7
-28/+28
*
|
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes
2013-11-23
11
-55/+100
*
|
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
Serhiy Storchaka
2013-11-23
8
-37/+168
*
|
Package _overlapped.
Martin v. Löwis
2013-11-23
1
-0/+1
*
|
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
[next]