summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.Alexandre Vassalotti2013-12-071-189/+217
* Fix indentation of switch cases.Guido van Rossum2013-12-071-11/+11
* Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded.Christian Heimes2013-12-063-10/+10
* Issue #19881: Fix bad pickling of large bytes in cpickle.Alexandre Vassalotti2013-12-061-1/+1
* Issue #19296: Silence compiler warning in dbm_open.Christian Heimes2013-12-051-1/+2
* exclude _hashopenssl.c:_setException() from LCOV coverageChristian Heimes2013-12-051-0/+2
* Fix broken docstring continuation line for detach().Guido van Rossum2013-12-041-2/+2
* silence unused-value warnings in libffi's dlmalloc.cChristian Heimes2013-12-042-4/+40
* Silence more PyObject_INIT() unused value warnings.Christian Heimes2013-12-041-2/+2
* make char* constChristian Heimes2013-12-041-1/+1
* ncurses' winch and mvwinch return an unsigned longChristian Heimes2013-12-041-2/+3
|\
| * ncurses' winch and mvwinch return an unsigned longChristian Heimes2013-12-041-2/+3
| * Make a couple of parameters constant.Stefan Krah2013-12-032-14/+14
| * Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-021-6/+42
* | Close #19741: tracemalloc_realloc() does not release the table lock anymoreVictor Stinner2013-12-041-10/+26
* | Close #19757: Cleanup tracemalloc, moveVictor Stinner2013-12-041-98/+129
* | Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socketVictor Stinner2013-12-031-8/+10
* | Make a couple of parameters constant.Stefan Krah2013-12-032-14/+14
* | Issue #19509: Add SSLContext.check_hostname to match the peer's certificateChristian Heimes2013-12-021-0/+35
* | Issue #18994: Add a missing check for a return value in fcntmodule. Patch byCharles-François Natali2013-12-011-1/+3
* | Closes #19831: Stop tracemalloc later at Python shutdown to be able to useVictor Stinner2013-12-011-67/+10
* | Undo supposed fix for Issue #15798 until I understand why this isGregory P. Smith2013-12-011-1/+5
|\ \ | |/
| * Undo supposed fix for Issue #15798 until I understand why this isGregory P. Smith2013-12-011-1/+5
* | Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-011-5/+1
|\ \ | |/
| * Fixes Issue #15798 - subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-011-5/+1
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-12-011-2/+2
|\ \ | |/
| * Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.Alexandre Vassalotti2013-12-011-2/+2
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-12-011-1/+31
|\ \ | |/
| * Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti2013-12-011-1/+31
* | Merge with 3.3.Alexandre Vassalotti2013-11-301-1/+1
|\ \ | |/
| * Fixed _pickle.Unpickler to handle empty persistent IDs correctly.Alexandre Vassalotti2013-11-301-1/+1
* | Issue #17897: Optimized unpickle prefetching.Serhiy Storchaka2013-11-301-30/+22
* | Issue #3693: Fix array obscure error message when given a str.Alexandre Vassalotti2013-11-301-18/+27
* | Use PyDict_GetItemWithError instead of PyDict_GetItem in cpickle.Alexandre Vassalotti2013-11-291-12/+35
* | Remove explicit empty tuple reuse in cpickle.Alexandre Vassalotti2013-11-281-12/+6
* | Remove the tuple reuse optimization in _Pickle_FastCall.Alexandre Vassalotti2013-11-281-30/+15
* | Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-1/+4
|\ \ | |/
| * Fix indentation from previous commitEli Bendersky2013-11-281-2/+2
| * Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-1/+4
* | SNI was added in OpenSSL 0.9.8f [11 Oct 2007], tooChristian Heimes2013-11-281-1/+1
* | Encapsulate cpickle global state in a dedicated object.Alexandre Vassalotti2013-11-281-270/+426
* | Closes #19786: tracemalloc, remove the arbitrary limit of 100 framesVictor Stinner2013-11-271-21/+34
* | Close #19798: replace "maximum" term with "peak" in get_traced_memory()Victor Stinner2013-11-271-12/+12
* | add SO_PRIORITY (closes #19802)Benjamin Peterson2013-11-271-0/+3
* | Combine the FastCall functions in cpickle.Alexandre Vassalotti2013-11-271-90/+42
* | Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-19/+7
|\ \ | |/
| * Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-261-19/+7
* | tracemalloc: fix get_traced_memory() docstring for result typeVictor Stinner2013-11-261-1/+1
* | Issue #18874: Fix typoVictor Stinner2013-11-261-1/+1
* | Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1Victor Stinner2013-11-261-0/+1