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
...
*
|
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
*
|
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
1
-32/+0
*
|
Make built-in methods picklable through the reduce protocol.
Alexandre Vassalotti
2013-11-24
1
-32/+0
*
|
Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failure
Victor Stinner
2013-11-24
1
-7/+16
*
|
Make framing optional in pickle protocol 4.
Alexandre Vassalotti
2013-11-24
1
-126/+34
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
9
-56/+116
*
|
Issue #19730: Argument Clinic now supports all the existing PyArg
Larry Hastings
2013-11-23
5
-67/+182
*
|
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23
1
-0/+116
*
|
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
Serhiy Storchaka
2013-11-23
3
-25/+81
*
|
Issue #13592: Improved the repr for regular expression pattern objects.
Serhiy Storchaka
2013-11-23
2
-1/+83
*
|
Fix signed / unsigned comparison
Antoine Pitrou
2013-11-23
1
-1/+1
*
|
Issue #19641: Added the audioop.byteswap() function to convert big-endian
Serhiy Storchaka
2013-11-23
1
-0/+32
*
|
gcc doesn't realize that dummy is always initialized by the function call
Gregory P. Smith
2013-11-23
1
-1/+1
*
|
merge
Christian Heimes
2013-11-23
1
-2/+8
|
\
\
|
*
\
Merge heads
Serhiy Storchaka
2013-11-23
1
-11/+24
|
|
\
\
|
*
|
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
1
-2/+8
*
|
|
|
Issue #17810: Add two missing error checks to save_global
Christian Heimes
2013-11-23
1
-2/+4
|
|
/
/
|
/
|
|
*
|
|
Merge
Antoine Pitrou
2013-11-23
1
-1/+1
|
\
\
\
|
*
|
|
Issue #17810: return -1 on error
Christian Heimes
2013-11-23
1
-1/+1
*
|
|
|
Fix writing out 64-bit size fields on 32-bit builds
Antoine Pitrou
2013-11-23
1
-11/+21
|
/
/
/
*
|
|
Issue #17810: Add NULL check to save_frozenset
Christian Heimes
2013-11-23
1
-0/+3
|
/
/
*
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
1
-367/+1013
*
|
- Modules/_struct.c (unpackiter_type): Define static.
doko@ubuntu.com
2013-11-23
1
-1/+1
*
|
Issue #19727: os.utime(..., None) is now potentially more precise under Windows.
Antoine Pitrou
2013-11-23
1
-7/+2
*
|
Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given
Victor Stinner
2013-11-23
1
-1/+1
*
|
Issue #18874: Remove tracemalloc.set_traceback_limit()
Victor Stinner
2013-11-23
1
-31/+18
*
|
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
4
-7/+2063
*
|
Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+
Christian Heimes
2013-11-23
1
-0/+9
*
|
Issue #19448: report name / NID in exception message of ASN1Object
Christian Heimes
2013-11-22
1
-3/+3
*
|
Issue #18147: Add missing documentation for SSLContext.get_ca_certs().
Christian Heimes
2013-11-22
1
-4/+6
*
|
Issue #17134: Finalize interface to Windows' certificate store. Cert and
Christian Heimes
2013-11-22
1
-95/+219
*
|
silence an overflow warning. slen is smaller than 1MB
Christian Heimes
2013-11-21
1
-1/+2
[prev]
[next]