]> granicus.if.org Git - python/shortlog
python
2013-07-11 Victor StinnerIssue #18408: parsetok() must not write into stderr...
2013-07-11 Victor StinnerIssue #18408: Different fixes in _elementtree.c to...
2013-07-11 Victor StinnerCleanup _elementtree.c
2013-07-11 Victor StinnerIssue #18408: _elementtree.c now handles create_extra...
2013-07-11 Victor StinnerIssue #18408: Fix _Pickler_New() and _Unpickler_New...
2013-07-11 Victor StinnerIssue #18408: parsetok() must not write into stderr...
2013-07-11 Victor StinnerIssue #18408: Fix compiler_import() to handle PyUnicode...
2013-07-11 Victor StinnerIssue #18408: ste_new() initialize all attributes befor...
2013-07-11 Victor StinnerIssue #18408: slot_tp_str() must not fallback on slot_t...
2013-07-11 Victor Stinnertypeobject.c: remove trailing spaces
2013-07-11 R David MurrayMerge: #18044: Fix parsing of encoded words of the...
2013-07-11 R David Murray#18044: Fix parsing of encoded words of the form =...
2013-07-11 Serhiy StorchakaIssue #17872: Fix a segfault in marshal.load() when...
2013-07-11 Serhiy StorchakaIssue #17872: Fix a segfault in marshal.load() when...
2013-07-11 Serhiy StorchakaIssue #18085: Add missed const modifier for some entrie...
2013-07-11 Serhiy StorchakaIssue #18085: Add missed const modifier for some entrie...
2013-07-11 Serhiy StorchakaIssue #18101: Tcl.split() now process strings nested...
2013-07-11 Serhiy StorchakaIssue #18101: Tcl.split() now process strings nested...
2013-07-11 Serhiy StorchakaIssue #18338: `python --version` now prints version...
2013-07-11 R David MurrayMerge #17987: properly document support.captured_xxx.
2013-07-11 R David Murray#17987: properly document support.captured_xxx.
2013-07-11 Serhiy StorchakaFix reference leaks introduced by the patch for issue...
2013-07-11 Serhiy StorchakaFix reference leaks introduced by the patch for issue...
2013-07-11 Serhiy StorchakaIssue #18336. Fix a link to StreamReader's read() method.
2013-07-11 Serhiy StorchakaIssue #18336. Fix a link to StreamReader's read() method.
2013-07-11 Christian HeimesIssue #18426: improve exception message. Courtesy of...
2013-07-11 Christian HeimesIssue #18426: improve exception message. Courtesy of...
2013-07-11 Christian HeimesIssue #18426: Fix NULL pointer dereference in C extensi...
2013-07-11 Christian HeimesIssue #18426: Fix NULL pointer dereference in C extensi...
2013-07-10 R David Murray#18116: getpass no longer always falls back to stdin.
2013-07-10 R David MurrayMerge: #18424: PEP8ify the tense of the sum docstring.
2013-07-10 R David Murray#18424: PEP8ify the tense of the sum docstring.
2013-07-10 R David MurrayMerge: #18399: fix comment typo.
2013-07-10 R David Murray#18399: fix comment typo.
2013-07-10 Victor StinnerIssue #18408: Fix call_exc_trace(): if the traceback...
2013-07-09 Charles-François... Issue #18308: don't take the scope ID into account...
2013-07-09 Charles-François... Issue #18308: don't take the scope ID into account...
2013-07-09 Christian Heimesuse $(LN) makefile variable instead of ln
2013-07-09 Christian Heimesuse $(LN) makefile variable instead of ln
2013-07-09 Raymond HettingerAdd a spacing saving heuristic to deque's extend methods
2013-07-08 Victor StinnerIssue #18408: Fix select.select() to handle PyList_New...
2013-07-08 Victor StinnerIssue #18408: Fix _PyMem_DebugRealloc()
2013-07-08 Victor StinnerIssue #18408: _PyUnicodeWriter_Finish() now clears...
2013-07-08 Victor StinnerIssue #18408: Fix usage of _PyBytes_Resize()
2013-07-08 Victor StinnerIssue #18408: Fix PyCode_Optimize(): raise a MemoryErro...
2013-07-08 Victor StinnerIssue #18408: Fix zlib.compressobj() to handle PyThread...
2013-07-08 Victor StinnerIssue #18408: Fix ConvParam() of the ctypes module...
2013-07-08 Ned DeilyAvoid spurious non-fatal install errors for OS X framew...
2013-07-08 Victor StinnerIssue #18408: Fix _PyUnicodeWriter_Finish(): clear...
2013-07-08 Victor Stinnerfix indentation
2013-07-08 Victor StinnerIssue #18408: Fix call_function() of ceval.c to handle...
2013-07-08 Victor StinnerIssue #18408: Fix PyType_Ready() and type.__bases__...
2013-07-08 Victor StinnerIssue #18408: Fix marshal reader for Unicode strings...
2013-07-08 Victor StinnerIssue #18408: Fix list.pop() to handle list_resize...
2013-07-08 Victor StinnerIssue #18408: Fix PyDict_New() to handle correctly...
2013-07-08 Victor StinnerIssue #18408: PyObject_GC_NewVar() now raises SystemErr...
2013-07-08 Victor Stinnergcmodule.c: strip trailing spaces
2013-07-08 Ezio Melotti#18403: merge with 3.3.
2013-07-08 Ezio Melotti#18403: fix an off-by-one typo noticed by Xue Fuqiao.
2013-07-08 Ezio MelottiMerge str.center tests from 3.3.
2013-07-08 Ezio MelottiAdd a couple of tests for str.center with non-ASCII...
2013-07-07 Victor StinnerIssue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
2013-07-07 Victor StinnerIssue #18203: Fix _Py_DecodeUTF8_surrogateescape()...
2013-07-07 Christian HeimesIssue #18227: pyexpat now uses a static XML_Memory_Hand...
2013-07-07 Victor StinnerIssue #18203: Replace malloc() with PyMem_Malloc(...
2013-07-07 Victor StinnerIssue #18203: Replace malloc() with PyMem_Malloc()...
2013-07-07 Victor StinnerIssue #18203: Replace malloc() with PyMem_RawMalloc...
2013-07-07 Victor StinnerIssue #18227: "Free" function of bz2, lzma and zlib...
2013-07-07 Victor StinnerIssue #18203: Replace malloc() with PyMem_Malloc()...
2013-07-07 Victor StinnerIssue #18227: Use PyMem_RawAlloc() in bz2, lzma and...
2013-07-07 Victor StinnerIssue #18203: Fix decode_ascii_surrogateescape(), use...
2013-07-07 Victor StinnerFix a compiler warning in posix_sendfile() on FreeBSD:
2013-07-07 Victor StinnerIssue #18203: Replace malloc() with PyMem_Malloc()...
2013-07-07 Victor StinnerIssue #18203: Replace malloc() with PyMem_RawMalloc...
2013-07-07 Victor StinnerIssue #18203: Fix Py_Finalize(): destroy the GIL after...
2013-07-07 Raymond HettingerFix #ifdef
2013-07-07 Raymond HettingerUse macros for marking and checking endpoints in the...
2013-07-07 Ezio Melotti#18106: refactor tests to use subtests and proper asser...
2013-07-07 Ezio Melotti#17198: merge with 3.3.
2013-07-07 Ezio Melotti#17198: Fix a NameError in the dbm module. Patch by...
2013-07-07 Florent XiclunaMerge #18013: Fix cgi.FieldStorage to parse the W3C...
2013-07-07 Florent XiclunaIssue #18013: Fix cgi.FieldStorage to parse the W3C...
2013-07-07 Ezio Melotti#18020: improve html.escape speed by an order of magnit...
2013-07-07 Ronald Oussoren(3.3->default) Issue #18377: Code cleanup in Python...
2013-07-07 Ronald OussorenIssue #18377: Code cleanup in Python Launcher
2013-07-07 Ronald Oussoren(3.3->default) Cleanup of documentation change from...
2013-07-07 Ronald OussorenCleanup of documentation change from #17860
2013-07-07 Raymond Hettingermerge
2013-07-07 Raymond HettingerImprove variable names in deque_count()
2013-07-07 Victor StinnerIssue #3329: Fix _PyObject_ArenaVirtualFree()
2013-07-07 Victor StinnerIssue #17206: On Windows, increase the stack size from...
2013-07-07 Victor StinnerIssue #3329: Implement the PEP 445
2013-07-06 Raymond HettingerApply the PyObject_VAR_HEAD and Py_SIZE macros
2013-07-06 Brett Cannonmerge
2013-07-06 Brett Cannonmerge for issue #18351.
2013-07-06 Raymond HettingerRefactor deque_traverse().
2013-07-06 Brett CannonIssue #18351: Fix various issues with
2013-07-06 Raymond HettingerRemove unnecessary branches from count() and reverse().
2013-07-06 Brett CannonIssue #18364: Stop using the ImportError._not_found...
2013-07-06 Ezio Melotti#18380: merge with 3.3.
next