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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket
Victor Stinner
2013-12-03
1
-8/+10
*
Make a couple of parameters constant.
Stefan Krah
2013-12-03
2
-14/+14
*
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
Christian Heimes
2013-12-02
1
-0/+35
*
Issue #18994: Add a missing check for a return value in fcntmodule. Patch by
Charles-François Natali
2013-12-01
1
-1/+3
*
Closes #19831: Stop tracemalloc later at Python shutdown to be able to use
Victor Stinner
2013-12-01
1
-67/+10
*
Undo supposed fix for Issue #15798 until I understand why this is
Gregory P. Smith
2013-12-01
1
-1/+5
|
\
|
*
Undo supposed fix for Issue #15798 until I understand why this is
Gregory P. Smith
2013-12-01
1
-1/+5
*
|
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-01
1
-5/+1
|
\
\
|
|
/
|
*
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-01
1
-5/+1
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-2/+2
|
\
\
|
|
/
|
*
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
Alexandre Vassalotti
2013-12-01
1
-2/+2
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-1/+31
|
\
\
|
|
/
|
*
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti
2013-12-01
1
-1/+31
*
|
Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-1/+1
|
\
\
|
|
/
|
*
Fixed _pickle.Unpickler to handle empty persistent IDs correctly.
Alexandre Vassalotti
2013-11-30
1
-1/+1
*
|
Issue #17897: Optimized unpickle prefetching.
Serhiy Storchaka
2013-11-30
1
-30/+22
*
|
Issue #3693: Fix array obscure error message when given a str.
Alexandre Vassalotti
2013-11-30
1
-18/+27
*
|
Use PyDict_GetItemWithError instead of PyDict_GetItem in cpickle.
Alexandre Vassalotti
2013-11-29
1
-12/+35
*
|
Remove explicit empty tuple reuse in cpickle.
Alexandre Vassalotti
2013-11-28
1
-12/+6
*
|
Remove the tuple reuse optimization in _Pickle_FastCall.
Alexandre Vassalotti
2013-11-28
1
-30/+15
*
|
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-1/+4
|
\
\
|
|
/
|
*
Fix indentation from previous commit
Eli Bendersky
2013-11-28
1
-2/+2
|
*
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-1/+4
*
|
SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too
Christian Heimes
2013-11-28
1
-1/+1
*
|
Encapsulate cpickle global state in a dedicated object.
Alexandre Vassalotti
2013-11-28
1
-270/+426
*
|
Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames
Victor Stinner
2013-11-27
1
-21/+34
*
|
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
Victor Stinner
2013-11-27
1
-12/+12
*
|
add SO_PRIORITY (closes #19802)
Benjamin Peterson
2013-11-27
1
-0/+3
*
|
Combine the FastCall functions in cpickle.
Alexandre Vassalotti
2013-11-27
1
-90/+42
*
|
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-19/+7
|
\
\
|
|
/
|
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-19/+7
*
|
tracemalloc: fix get_traced_memory() docstring for result type
Victor Stinner
2013-11-26
1
-1/+1
*
|
Issue #18874: Fix typo
Victor Stinner
2013-11-26
1
-1/+1
*
|
Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1
Victor Stinner
2013-11-26
1
-0/+1
*
|
Issue #18874: tracemalloc: Comment the trace_t structure
Victor Stinner
2013-11-26
1
-0/+4
*
|
Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a ...
Victor Stinner
2013-11-25
1
-0/+2
*
|
Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty()
Victor Stinner
2013-11-25
1
-1/+5
*
|
Reverting e39db21df580 eagerly due to buildbot failures.
Alexandre Vassalotti
2013-11-25
1
-33/+90
*
|
Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle.
Alexandre Vassalotti
2013-11-25
1
-90/+33
*
|
Issue #19739: Try to fix compiler warnings on 32-bit Windows.
Alexandre Vassalotti
2013-11-25
1
-22/+21
*
|
Close #19762: Fix name of _get_traces() and _get_object_traceback() function
Victor Stinner
2013-11-25
1
-2/+2
*
|
Merge save_int into save_long in cpickle to remove redundant code.
Alexandre Vassalotti
2013-11-25
1
-53/+33
*
|
Simplify save_bool in cpickle.
Alexandre Vassalotti
2013-11-25
1
-18/+11
*
|
Use Clinic to process arguments in cpickle.
Alexandre Vassalotti
2013-11-24
1
-257/+672
*
|
Merge from 3.3.
Stefan Krah
2013-11-24
3
-36/+326
|
\
\
|
|
/
|
*
1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...
Stefan Krah
2013-11-24
3
-36/+326
*
|
Issue #19636: Fix usage of MAX_PATH in posixmodule.c
Victor Stinner
2013-11-24
1
-14/+14
*
|
Issue #19636: Fix posix__getvolumepathname(), raise an OverflowError if
Victor Stinner
2013-11-24
1
-5/+14
*
|
Cosmetic fixes
Eli Bendersky
2013-11-24
1
-13/+8
*
|
Clinic: fix "self converters" with METH_NOARGS functions.
Larry Hastings
2013-11-24
1
-41/+46
[next]