]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2013-07-31  Christian Heimesyet another WITH_THREADS typo
2013-07-31  Christian Heimesmerge
2013-07-31  Christian HeimesFix _sha3 module to actually release the GIL around...
2013-07-31  Terry Jan ReedyMerge with 3.3
2013-07-31  Terry Jan ReedyIssue #18573: More copy-paste fixes to assertWarns...
2013-07-31  Christian HeimesTest Py_IncRef() and Py_DecRef() C functions
2013-07-30  Christian HeimesFix use of uninitialized scalar variable, see 3f994367a979
2013-07-30  Christian HeimesIssue #18481: Add C coverage reporting with gcov and...
2013-07-30  Ned DeilyIssue #15494: merge from 3.3
2013-07-30  Ned DeilyIssue #15494: Install new test/support directory.
2013-07-30  R David MurrayMerge: #16273: Fix tutorial discussion of seek/tell...
2013-07-30  R David Murray#16273: Fix tutorial discussion of seek/tell (opaque...
2013-07-30  R David MurrayMerge: #18601: fix error made when difflib example...
2013-07-30  R David Murray#18601: fix error made when difflib example was convert...
2013-07-30  Ethan Furmanfixed examples to work with changed attribute names
2013-07-30  R David MurrayMerge #18584: s/testcleanup/testsetup/ until we switch...
2013-07-30  R David Murray#18584: s/testcleanup/testsetup/ until we switch to...
2013-07-30  Antoine PitrouMerge doc fix
2013-07-30  Antoine PitrouSimplify example of PyErr_Fetch() use
2013-07-30  Antoine PitrouIssue #18112: PEP 442 implementation (safe object final...
2013-07-30  Christian HeimesAdd simple test for repr(lock)
2013-07-30  Christian HeimesAdd simple test for resource.getpagesize()
2013-07-30  Christian HeimesAdd simple test for resource.getpagesize()
2013-07-30  Christian HeimesIssue #18599: Fix name attribute of _sha1.sha1() object...
2013-07-30  Christian HeimesAdd more tests for hashlib and hash object attributes
2013-07-30  Christian HeimesIssue #18599: Fix name attribute of _sha1.sha1() object...
2013-07-30  Eli BenderskyIssue #18593: fix typo in comment
2013-07-30  Eli BenderskyIssue #18593: fix typo in comment
2013-07-30  Terry Jan ReedyMerge with 3.3
2013-07-30  Terry Jan ReedyMake all idle test case names end with 'Test'.
2013-07-29  R David MurrayMerge #18584: make doctest examples in email documentat...
2013-07-29  R David Murray#18584: make doctest examples in email documentation...
2013-07-29  Nick CoghlanMerge #15415 from 3.3 (again)
2013-07-29  Nick CoghlanThird attempt to fix #15415 on Windows
2013-07-29  Nick CoghlanMerge #15415 Windows buildbot change from 3.3
2013-07-29  Nick CoghlanAttempt to fix #15415 on Windows
2013-07-28  Terry Jan ReedyMerge with 3.3
2013-07-28  Terry Jan ReedyUpdate gui section of idle test README.
2013-07-28  Terry Jan ReedyMerge with 3.3
2013-07-28  Terry Jan ReedyIssue #18441: Remove check from test_text.py in 3.3...
2013-07-28  Nick CoghlanMerge #15415 from 3.3
2013-07-28  Nick CoghlanClose #15415: Factor out temp dir helpers to test.support
2013-07-28  Nick CoghlanNull merge from 3.3
2013-07-28  Nick CoghlanIssue #15494: test.support is now a package rather...
2013-07-28  Nick CoghlanClose #15494: test.support is now a package rather...
2013-07-28  Nick CoghlanClose #13266: Add inspect.unwrap
2013-07-28  Raymond HettingerRestore the data block size to 62.
2013-07-28  Terry Jan ReedyMerge with 3.3
2013-07-28  Terry Jan ReedyIssue #18441: Make test.support.requires('gui') skip...
2013-07-28  Victor Stinner(Merge 3.3) doc of PYTHONFAULTHANDLER env var: add...
2013-07-28  Victor Stinnerdoc of PYTHONFAULTHANDLER env var: add missing "version...
2013-07-27  Benjamin Petersonmerge 3.3 (#18565)
2013-07-27  Benjamin Petersonadd a test for issue #17669 (closes #18565)
2013-07-27  Terry Jan ReedyMerge with 3.3
2013-07-27  Terry Jan ReedyIssue #18573: Complete copy-paste from assertRaises...
2013-07-27  Raymond HettingerAssertions key off NDEBUG
2013-07-27  Victor Stinnernull merge (fix already applied to default)
2013-07-27  Victor StinnerIssue #15893: Remove dead code
2013-07-27  Victor StinnerIssue #15893: Improve error handling in main() and...
2013-07-27  Victor StinnerPy_FrozenMain() now uses _Py_char2wchar() to decode...
2013-07-26  Victor StinnerIssue #18203: Replace PyMem_Malloc() with PyMem_RawMall...
2013-07-26  Victor Stinner(Merge 3.3) Issue #15893: frozenmain.c now handles...
2013-07-26  Victor StinnerIssue #15893: frozenmain.c now handles PyMem_Malloc...
2013-07-26  Christian HeimesIssue #18552: Check return value of PyArena_AddPyObject...
2013-07-26  Christian HeimesIssue #18552: Check return value of PyArena_AddPyObject...
2013-07-26  Victor Stinner(Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()
2013-07-26  Victor StinnerParser/asdl_c.py: use Py_CLEAR()
2013-07-26  Victor Stinner(Merge 3.3) According to the PEP 7, C code must "use...
2013-07-26  Victor StinnerAccording to the PEP 7, C code must "use 4-space indents"
2013-07-26  Christian HeimesIssue #18561: Skip name in ctypes' _build_callargs...
2013-07-26  Christian HeimesIssue #18561: Skip name in ctypes' _build_callargs...
2013-07-26  Christian HeimesIssue #18560: Fix potential NULL pointer dereference...
2013-07-26  Christian HeimesIssue #18560: Fix potential NULL pointer dereference...
2013-07-26  Christian HeimesIssue #18559: Fix NULL pointer dereference error in...
2013-07-26  Christian HeimesIssue #18559: Fix NULL pointer dereference error in...
2013-07-26  Victor StinnerIssue #18519: the Python authorizer callback of sqlite3...
2013-07-26  Christian HeimesCoverity: model PyLong_From*() functions
2013-07-26  Christian HeimesHandle yet another potential failure in testcapi
2013-07-26  Christian HeimesHandle yet another potential failure in testcapi
2013-07-26  Christian HeimesCheck return value of PyLong_FromLong(X509_get_version...
2013-07-26  Christian HeimesCheck return value of PyLong_FromLong(X509_get_version...
2013-07-26  Christian Heimesremove surplus and wrong Py_DECREF() introduced in...
2013-07-26  Christian Heimesremove surplus and wrong Py_DECREF() introduced in...
2013-07-26  Christian HeimesFix memory leaks and add checks for failing malloc...
2013-07-26  Christian HeimesFix declaration-after-statement of d49f65ff4f3c
2013-07-26  Christian HeimesFix memory leaks and add checks for failing malloc...
2013-07-26  Christian HeimesFix possible NULL pointer dereferences in testcapi...
2013-07-26  Christian HeimesFix possible NULL pointer dereferences in testcapi...
2013-07-26  Christian HeimesFix possible NULL pointer dereference in PyCurses_Start...
2013-07-26  Christian HeimesFix possible NULL pointer dereference in PyCurses_Start...
2013-07-25  Brett Cannonmerge for issue #18556
2013-07-25  Brett CannonIssue #18556: Check the return value for PyUnicode_AsWi...
2013-07-25  Ethan FurmanClose #18545: now only executes member_type if no _valu...
2013-07-25  R David Murray#17818: aifc.getparams now returns a namedtuple.
2013-07-25  Guido van RossumFix typo on MutableSequence docstring.
2013-07-25  R David MurrayMerge #15130: remove repeat of abstract paragraph from...
2013-07-25  R David Murray#15130: remove repeat of abstract paragraph from socket...
2013-07-25  R David Murray#18503: small cleanups in test_email.
2013-07-25  R David Murray#18503: small cleanups in test_email.
2013-07-25  Vinay SajipCloses #18491: Added script-wrapper functionality to...
next