]> granicus.if.org Git - python/shortlog
python
2013-07-19 Ethan Furmancloses issue18042 -- a `unique` decorator is added...
2013-07-18 Victor Stinner(Merge 3.3) Fix posix_chflags(): return_value was unini...
2013-07-18 Victor StinnerFix posix_chflags(): return_value was uninitialized...
2013-07-18 Victor StinnerIssue #18501, #18408: Fix expat handlers in pyexpat...
2013-07-18 Victor StinnerIssue #18408: Fix _elementtree.c, don't call Python...
2013-07-18 Victor StinnerFix a compiler warning on FreeBSD
2013-07-18 Victor StinnerIssue #18408: Fix PyInit__curses_panel(), handle import...
2013-07-17 Victor StinnerIssue #18408: PyObject_Str(), PyObject_Repr() and type_...
2013-07-17 Victor StinnerIssue #18408: Fix _pysqlite_fetch_one_row(), in debug...
2013-07-17 Victor StinnerIssue #18408: PyEval_EvalFrameEx() and PyEval_CallObjec...
2013-07-17 Victor StinnerIssue #18488: _pysqlite_final_callback() should not...
2013-07-17 Victor StinnerIssue #18408: Fix dict_repr(), don't call PyObject_Repr...
2013-07-17 Victor StinnerIssue #18408: Fix array_tolist(), handle PyList_SetItem...
2013-07-17 Victor StinnerIssue #18408: Fix array_index(), handle getarrayitem...
2013-07-17 Victor Stinnerlongobject.c: add an assertion to ensure that MEDIUM_VA...
2013-07-17 Victor StinnerIssue #18408: Rewrite NEGATE() macro in longobject...
2013-07-17 Victor StinnerIssue #18408: Fix PyType_Ready(), handle _PyDict_SetIte...
2013-07-17 Victor StinnerIssue #18408: Fix Py_ReprEnter(), handle PyList_Append...
2013-07-17 Victor StinnerIssue #18408: Fix listpop(), handle list_ass_slice...
2013-07-17 Victor StinnerIssue #18408: Fix PyErr_SetImportError(), handle PyDict...
2013-07-17 Victor StinnerIssue #18408: Fix _PyImport_LoadDynamicModule(), handle...
2013-07-17 Victor StinnerIssue #18408: Fix ast_for_atom(), PyErr_Fetch(&type...
2013-07-17 Victor StinnerIssue #18408: Fix heapq.heappop(), handle PyList_SetSli...
2013-07-17 Victor StinnerIssue #18408: Fix time.tzset(), detect exception when...
2013-07-17 Victor StinnerIssue #18408: Fix structseq_reduce(), handle PyDict_Set...
2013-07-17 Serhiy StorchakaIssue #18266: test_largefile now works with unittest...
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-17 Serhiy StorchakaIssue #17767: test_locale now works with unittest test...
2013-07-16 Victor StinnerClose #18469: Replace PyDict_GetItemString() with _PyDi...
2013-07-16 Victor StinnerIssue #18408: Mention changes in Misc/NEWS
2013-07-16 Victor StinnerIssue #18408: Handle PyArena_AddPyObject() failure...
2013-07-16 Victor StinnerIssue #18408: Fix locale.localeconv(), handle PyDict_Se...
2013-07-16 Victor StinnerIssue #18408: Fix PyErr_NormalizeException(), handle...
2013-07-16 Victor StinnerIssue #18408: Fix Python-ast.c: handle init_types(...
2013-07-16 Victor StinnerIssue #18408: Fix typo in build_node_tree() of the...
2013-07-16 Victor StinnerCleanup type_call() to ease debug
2013-07-16 Victor StinnerIssue #18408: handle PySys_GetObject() failure, raise...
2013-07-16 Victor StinnerIssue #18408: Py_ReprLeave() now saves/restores the...
2013-07-16 Victor StinnerIssue #18408: dict_new() now fails on new_keys_object...
2013-07-16 Victor StinnerCleanup dictobject.c
2013-07-16 Victor StinnerIssue #18408: Fix PyDict_GetItemString(), suppress...
2013-07-16 Victor StinnerIssue #18408: Fix list.extend(), handle list_resize...
2013-07-16 Victor StinnerIssue #18408: Fix cjkcodecs decoders, add a new MBERR_E...
2013-07-16 Victor StinnerIssue #18408: Fix fileio_read() on _PyBytes_Resize...
2013-07-16 Serhiy StorchakaIssue #18448: Fix a typo in Tools/demo/eiffel.py.
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 Serhiy StorchakaIssue #18457: Fixed saving of formulas and complex...
2013-07-16 R David MurrayMerge: Closes #18475: add unittest.main() to test_email...
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 Richard OudkerkIssue #17778: Fix test discovery for test_multiprocessi...
2013-07-16 Ronald OussorenAlso remove a (broken) leaker test for the code removed...
2013-07-16 Benjamin Petersonmerge 3.3
2013-07-16 Benjamin Petersonmove declaration to top of block
2013-07-16 Benjamin Petersonmerge 3.3 (closes #18470)
2013-07-16 Benjamin Petersoncheck the return value of new_string() (closes #18470)
2013-07-16 Ned DeilyCloses #18471: Fix typo in heapq documentation (reporte...
2013-07-16 Ned DeilyIssue #18471: Fix typo in heapq documentation (reported...
2013-07-15 Victor StinnerIssue #18408: Fix show_warning(), clear also the except...
2013-07-15 Victor StinnerIssue #18408: add more assertions on PyErr_Occurred...
2013-07-15 Victor StinnerIssue #18408: Fix _Py_DisplaySourceLine()
2013-07-15 Victor StinnerIssue #18408: Fix PyEval_EvalFrameEx() for MemoryError
2013-07-15 Barry Warsaw- Issue #18440: Clarify that `hash()` can truncate...
2013-07-15 Victor StinnerIssue #18408: random_seed() now raises a MemoryError...
2013-07-15 Victor Stinnertest_io: check_interrupted_write() now cancels the...
2013-07-15 Victor StinnerIssue #18408: type_new() and PyType_FromSpecWithBases...
2013-07-15 Victor StinnerIssue #18408: Don't check unicode consistency in _PyUni...
2013-07-15 R David MurrayCloses #18464: fix typo in test name.
2013-07-15 Victor StinnerIssue #18408: PyObject_Call() now fails with an asserti...
2013-07-15 Victor StinnerIssue #18408: Fix CJK decoders, raise MemoryError on...
2013-07-15 Victor StinnerIssue #18408: Fix pyexpat.ParserCreate()
2013-07-15 Barry Warsaw- Issue #18440: Clarify that `hash()` can truncate...
2013-07-15 Ronald OussorenIssue #18393: Remove use of deprecated API on OSX
2013-07-15 R David MurrayMerge: Closes #18464: fix typo in test name.
2013-07-15 Richard OudkerkIssue #18344: Fix potential ref-leaks in _bufferedreade...
2013-07-15 Richard OudkerkIssue #18344: Fix potential ref-leaks in _bufferedreade...
2013-07-15 Nick CoghlanClose issue 17482: don't overwrite __wrapped__
2013-07-15 Serhiy StorchakaIssue #18449: Make Tools/demo/ss1.py work again on...
2013-07-15 Serhiy StorchakaIssue #18449: Make Tools/demo/ss1.py work again on...
2013-07-14 Ned DeilyCloses #18452: fix several "occurrence" typos (reported...
2013-07-14 Ned DeilyIssue #18452: fix several "occurrence" typos (reported...
2013-07-14 Brett CannonIssue #9893: remove an outdated mention of the Vim...
2013-07-14 Raymond Hettingermerge
2013-07-14 Raymond HettingerIssue #18432: Fix unintended API change in the sched...
2013-07-14 Raymond HettingerTweak the deque struct by moving the least used fields...
2013-07-14 Raymond HettingerUse a do-while loop in the inner loop for rotate (m...
2013-07-13 Raymond HettingerMove the freeblock() call outside the main loop to...
2013-07-13 Terry Jan ReedyMerge with 3.3
2013-07-13 Terry Jan ReedyIssue #18365: convert buildbot errors to skips.
2013-07-13 Terry Jan ReedyMerge with 3.3
2013-07-13 Terry Jan ReedyIssue #18279: Add tests for idlelib/RstripExtension...
2013-07-13 R David MurrayMerge: #18437: fix comment typo.
2013-07-13 R David Murray#18437: fix comment typo.
2013-07-13 Terry Jan ReedyMerge with 3.3
2013-07-13 Terry Jan ReedyIssue #18365: normalize whitespace
2013-07-13 Terry Jan ReedyMerge with 3.3
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...
next