]> granicus.if.org Git - python/shortlog
python
2013-08-04 Raymond HettingerSilence compiler warning about an uninitialized variable
2013-05-20 Charles-Francois... Issue #17684: Fix some test_socket failures due to...
2013-08-04 Eli BenderskyIssue #17902: Clarify doc of ElementTree.iterparse
2013-08-04 Eli BenderskyIssue #17011: Fix caching of xpath path when namespaces...
2013-08-03 Serhiy StorchakaIssue #16741: Remove testing of implementation artifact.
2013-08-03 Serhiy StorchakaIssue #18647: Temporary disable the "nothing to repeat...
2013-08-03 Serhiy StorchakaMerge heads
2013-08-03 Martin v. LöwisIssue #16067: Add description into MSI file to replace...
2013-08-03 Serhiy StorchakaIssue #16741: Fix an error reporting in int().
2013-08-03 Serhiy StorchakaIssue #17998: Fix an internal error in regular expressi...
2013-08-03 doko@ubuntu.com- Fix a fcntl test case on KFreeBSD, Debian #708653...
2013-08-03 Nick CoghlanClose #18396: fix spurious test_signal failure on Windows
2013-08-03 Ned DeilyIssue #17046: Fix test_subprocess test_executable_witho...
2013-08-02 Charles-François... Issue #18325: Fix a test_kqueue failure on OpenBSD...
2013-08-02 Ned DeilyIssue #18517: Move definition of "xxlimited" extension...
2013-08-02 Ned DeilyIssue #18627: Fix typo noticed by Vajrasky Kok.
2013-08-02 Ned DeilyIssue #17557: Fix os.getgroups() to work with the modif...
2013-08-02 Larry HastingsIssue #17899: Fix rare file descriptor leak in os.listd...
2013-08-01 Antoine PitrouIssue #18589: fix hyperlinking of type slots (tp_*)
2013-07-31 Christian HeimesInitialize utime with 0. It fixes a couple of compiler...
2013-07-31 Christian Heimesmerge
2013-07-31 Christian HeimesSilence warning about set but unused variable inside...
2013-07-31 Terry Jan ReedyIssue #18573: More copy-paste fixes to assertWarns...
2013-07-30 Ned DeilyIssue #15494: Install new test/support directory.
2013-07-30 R David Murray#16273: Fix tutorial discussion of seek/tell (opaque...
2013-07-30 R David Murray#18601: fix error made when difflib example was convert...
2013-07-30 R David Murray#18584: s/testcleanup/testsetup/ until we switch to...
2013-07-30 Antoine PitrouSimplify example of PyErr_Fetch() use
2013-07-30 Christian HeimesAdd simple test for resource.getpagesize()
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 Terry Jan ReedyMake all idle test case names end with 'Test'.
2013-07-29 R David Murray#18584: make doctest examples in email documentation...
2013-07-29 Nick CoghlanThird attempt to fix #15415 on Windows
2013-07-29 Nick CoghlanAttempt to fix #15415 on Windows
2013-07-28 Terry Jan ReedyUpdate gui section of idle test README.
2013-07-28 Terry Jan ReedyIssue #18441: Remove check from test_text.py in 3.3...
2013-07-28 Nick CoghlanClose #15415: Factor out temp dir helpers to test.support
2013-07-28 Nick CoghlanIssue #15494: test.support is now a package rather...
2013-07-28 Terry Jan ReedyIssue #18441: Make test.support.requires('gui') skip...
2013-07-28 Victor Stinnerdoc of PYTHONFAULTHANDLER env var: add missing "version...
2013-07-27 Benjamin Petersonadd a test for issue #17669 (closes #18565)
2013-07-27 Terry Jan ReedyIssue #18573: Complete copy-paste from assertRaises...
2013-07-27 Victor StinnerIssue #15893: Remove dead code
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 Victor StinnerParser/asdl_c.py: use Py_CLEAR()
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 #18560: Fix potential NULL pointer dereference...
2013-07-26 Christian HeimesIssue #18559: Fix NULL pointer dereference error in...
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 Heimesremove surplus and wrong Py_DECREF() introduced in...
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 dereference in PyCurses_Start...
2013-07-25 Brett CannonIssue #18556: Check the return value for PyUnicode_AsWi...
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 Christian HeimesIssue #18549: Eliminate dead code in socket_ntohl().
2013-07-25 Ezio Melotti#14853: remove test that was making too many assumption...
2013-07-25 Ezio Melotti#16937: document that stdin is always buffered, even...
2013-07-24 Christian HeimesFix potential NULL pointer dereferencing in ast module
2013-07-24 Vinay SajipIssue #18541: simplified LoggerAdapter example.
2013-07-23 Benjamin Petersonreturn NULL here
2013-07-22 Serhiy StorchakaIssue #17944: test_zipfile now discoverable and uses...
2013-07-22 Christian HeimesSome compilers complain about 'control reaches end...
2013-07-22 Christian HeimesIssue #15905: Fix theoretical buffer overflow in handli...
2013-07-22 Christian Heimesmerge
2013-07-22 Christian HeimesAdd sanity check to PyGrammar_LabelRepr() in order...
2013-07-22 Terry Jan ReedyIssue #18439: Make patchcheck work on Windows for ACKS...
2013-07-21 Christian HeimesNow all error paths of _freeze_importlib use 'goto...
2013-07-21 Benjamin Petersonfix spacing
2013-07-21 Benjamin Petersonlet's not return NULL from functions that should return...
2013-07-21 Christian HeimesIssue #18514: Fix unreachable Py_DECREF() call in PyCDa...
2013-07-21 Christian HeimesFix reference and memory leaks in _freeze_importlib
2013-07-21 Christian HeimesCheck return value of lseek() in _Py_DisplaySourceLine().
2013-07-21 Christian HeimesPropagate error when PyByteArray_Resize() fails in...
2013-07-20 Christian Heimesmerge
2013-07-20 Christian HeimesCheck return value of PyObject_AsFileDescriptor() in...
2013-07-20 Ned DeilyIssue #17532: Prevent exception when changing key sets...
2013-07-20 Christian HeimesCheck return value of PyEval_GetGlobals() for NULL
2013-07-20 Christian HeimesCheck return value of flush_character_buffer()
2013-07-20 Christian HeimesCheck return value of fstat() in _PyImport_GetDynLoadF...
2013-07-20 Mark DickinsonIssue #18513: Add workaround for OS X 10.8 cexp bug...
2013-07-20 Christian HeimesAdd missing check of PyDict_Update()'s return value...
2013-07-20 Christian HeimesAdd missing check of PyDict_SetItem()'s return value
2013-07-20 Christian HeimesCheck return value of PyType_Ready(&EncodingMapType)
2013-07-20 Christian HeimesAdd missing check of PyDict_SetItem()'s return value...
2013-07-20 Christian HeimesAdd missing check of PyDict_SetItem()'s return value...
2013-07-19 Richard OudkerkPrevent dangling threads/process warning for test_multi...
2013-07-19 Ronald Oussoren#18480: Add missing PyType_Ready call to _elementtree...
2013-07-18 Victor StinnerFix posix_chflags(): return_value was uninitialized...
2013-07-17 Serhiy StorchakaIssue #18266: test_largefile now works with unittest...
2013-07-17 Serhiy StorchakaIssue #17767: test_locale now works with unittest test...
2013-07-16 Serhiy StorchakaIssue #18448: Fix a typo in Tools/demo/eiffel.py.
2013-07-16 Serhiy StorchakaIssue #18457: Fixed saving of formulas and complex...
next