]> granicus.if.org Git - python/shortlog
python
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...
2013-07-16 R David MurrayCloses #18475: add unittest.main() to test_email/test_i...
2013-07-16 Richard OudkerkIssue #17778: Fix test discovery for test_multiprocessi...
2013-07-16 Benjamin Petersonmove declaration to top of block
2013-07-16 Benjamin Petersoncheck the return value of new_string() (closes #18470)
2013-07-16 Ned DeilyIssue #18471: Fix typo in heapq documentation (reported...
2013-07-15 Barry Warsaw- Issue #18440: Clarify that `hash()` can truncate...
2013-07-15 R David MurrayCloses #18464: fix typo in test name.
2013-07-15 Richard OudkerkIssue #18344: Fix potential ref-leaks in _bufferedreade...
2013-07-15 Serhiy StorchakaIssue #18449: Make Tools/demo/ss1.py work again on...
2013-07-14 Ned DeilyIssue #18452: fix several "occurrence" typos (reported...
2013-07-14 Raymond HettingerIssue #18432: Fix unintended API change in the sched...
2013-07-13 Terry Jan ReedyIssue #18365: convert buildbot errors to skips.
2013-07-13 Terry Jan ReedyIssue #18279: Add tests for idlelib/RstripExtension...
2013-07-13 R David Murray#18437: fix comment typo.
2013-07-13 Terry Jan ReedyIssue #18365: normalize whitespace
2013-07-13 Terry Jan ReedyIssue #18365: Add mock Text class and test thereof...
2013-07-12 R David Murray#18389: Clarify that relpath does not access the file...
2013-07-12 Vinay SajipIssue #18433: Clarified venv documentation.
2013-07-12 Vinay SajipIssue #18434: Updated example script to tidy up resources.
2013-07-12 Vinay SajipMerged upstream changes.
2013-07-12 Vinay SajipIssue #18435: Replaced simple attribute container class...
2013-07-12 R David MurrayMerge heads.
2013-07-12 R David Murray#18431: Decode encoded words in atoms in new email...
2013-07-12 Vinay SajipIssue #18434: Updated example script in venv docs to...
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 #18085: Add missed const modifier for some entrie...
2013-07-11 Serhiy StorchakaIssue #18101: Tcl.split() now process strings nested...
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 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: Fix NULL pointer dereference in C extensi...
2013-07-10 R David Murray#18424: PEP8ify the tense of the sum docstring.
2013-07-10 R David Murray#18399: fix comment typo.
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-08 Ezio Melotti#18403: fix an off-by-one typo noticed by Xue Fuqiao.
2013-07-08 Ezio MelottiAdd a couple of tests for str.center with non-ASCII...
2013-07-07 Ezio Melotti#17198: Fix a NameError in the dbm module. Patch by...
2013-07-07 Florent XiclunaIssue #18013: Fix cgi.FieldStorage to parse the W3C...
2013-07-07 Ronald OussorenIssue #18377: Code cleanup in Python Launcher
2013-07-07 Ronald OussorenCleanup of documentation change from #17860
next