]> granicus.if.org Git - python/shortlog
python
2017-01-17 Victor StinnerAdd _PyArg_ParseStack() helper function
2017-01-17 Victor StinnerRename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
2017-01-16 Victor StinnerRename keywords to kwargs in getargs.c
2017-01-16 Victor Stinnertype_prepare() now uses fast call (METH_FASTCALL)
2017-01-16 Victor StinnerCleanup getargs.c
2017-01-16 Victor Stinner__build_class__() builtin uses METH_FASTCALL
2017-01-16 Victor StinnerAdd _PyStack_AsTupleSlice() helper
2017-01-16 Victor StinnerOptimize _PyCFunction_FastCallKeywords()
2017-01-16 INADA NaokiIssue #20180: forgot to update AC output.
2017-01-16 INADA NaokiIssue #20180: convert unicode methods to AC.
2017-01-16 INADA NaokiIssue #26110: Add document for LOAD_METHOD and CALL_MET...
2017-01-16 Benjamin Petersonmerge 3.6
2017-01-16 Benjamin Petersonmerge 3.5
2017-01-16 Benjamin Petersongenerate spaces instead of tabs into config.c
2017-01-15 Vinay SajipCloses #29132: Merged fix from 3.6.
2017-01-15 Vinay SajipFixed #29132: Updated shlex to work better with punctua...
2017-01-14 INADA NaokiIssue #29062: Doc: Fix make suspicious
2017-01-14 INADA NaokiIssue #29062: Doc: Fix make suspicious
2017-01-14 Martin PanterRepeat “when pass” fixes for 3.7 section
2017-01-14 Martin PanterMerge doc fixes from 3.6
2017-01-14 Martin PanterMore instances of “when pass”
2017-01-14 Martin PanterMerge doc fixes from 3.5
2017-01-14 Martin PanterAvoid line breaks after hyphens, otherwise they are...
2017-01-14 Martin PanterFix grammar, typos and markup in documentation and...
2017-01-14 Martin PanterIssue #1621: Overflow should not be possible in listext...
2017-01-14 Martin PanterIssue #29145: Merge test from 3.6
2017-01-14 Martin PanterMerge tests from 3.5
2017-01-13 Vinay SajipMerged upstream changes.
2017-01-13 Vinay SajipClosed #29261: merged fix from 3.6.
2017-01-13 Vinay SajipFixes #29261: merged fix from 3.5.
2017-01-13 Serhiy StorchakaDocument Python versions in which the removed features...
2017-01-13 Vinay SajipFixes #29261: added venv/scripts/common to LIBSUBDIRS.
2017-01-13 Serhiy StorchakaIssue #29197: Removed deprecated function ntpath.splitu...
2017-01-13 Serhiy StorchakaIssue #29210: Removed support of deprecated argument...
2017-01-13 INADA NaokiIssue #29062: Merge hashlib-blake2.rst into hashlib.rst
2017-01-13 INADA NaokiIssue #29062: Merge hashlib-blake2.rst into hashlib.rst
2017-01-13 Serhiy StorchakaIssue #29219: Fixed infinite recursion in the repr...
2017-01-13 Serhiy StorchakaIssue #29219: Fixed infinite recursion in the repr...
2017-01-13 Serhiy StorchakaIssue #29219: Fixed infinite recursion in the repr...
2017-01-13 Serhiy StorchakaIssue #29192: Removed deprecated features in the http...
2017-01-13 Serhiy StorchakaIssue #29193: A format string argument for string.Forma...
2017-01-13 Serhiy StorchakaIssue #29195: Removed support of deprecated undocumente...
2017-01-13 Serhiy StorchakaPy_SIZE() was misused for dict.
2017-01-13 Serhiy StorchakaPy_SIZE() was misused for dict.
2017-01-13 Serhiy StorchakaPy_SIZE() was misused for dict.
2017-01-13 Raymond HettingerFix typo
2017-01-12 Alexander BelopolskyCloses #28130: Documented that time.tzset() updates...
2017-01-12 Serhiy StorchakaMerge heads
2017-01-12 Serhiy StorchakaNull merge
2017-01-12 Serhiy StorchakaNull merge
2017-01-12 Serhiy StorchakaNull merge
2017-01-12 Serhiy StorchakaNull merge
2017-01-12 Serhiy StorchakaMerge heads
2017-01-12 Serhiy StorchakaIssue #28969: Fixed race condition in C implementation...
2017-01-12 Vinay SajipIssue #22343: Merged change from 3.6.
2017-01-12 Vinay SajipIssue #22343: Merged change from 3.5.
2017-01-12 Serhiy StorchakaIssue #28969: Fixed race condition in C implementation...
2017-01-12 Vinay SajipIssue #22343: Made bash activate script available on...
2017-01-12 Serhiy StorchakaIssue #28969: Fixed race condition in C implementation...
2017-01-12 Martin PanterIssues #1621, #29145: Test for str.join() overflow
2017-01-13 Martin PanterIssue #22980: Skip a sysconfig test if _ctypes is not...
2017-01-12 Victor StinnerMerge 3.6
2017-01-12 Victor StinnerMerge 3.5
2017-01-12 Victor StinnerFix script_helper.run_python_until_end(): copy SYSTEMROOT
2017-01-12 Victor StinnerIssue #25591: Fix test_imaplib if ssl miss
2017-01-11 Serhiy StorchakaNull merge
2017-01-11 Serhiy StorchakaMerge with 3.5.
2017-01-11 Serhiy StorchakaIssue #20804: Document the limitation of the unittest...
2017-01-11 Serhiy StorchakaIssue #20804: The unittest.mock.sentinel attributes...
2017-01-11 Vinay SajipIssue #29220: Merged fixes from 3.6.
2017-01-11 Vinay SajipIssue #292Merged fixes from 3.5.
2017-01-11 Vinay SajipIssue #29220: Improved fix and test.
2017-01-11 Martin PanterIssue #29239: Merge bug number from 3.6
2017-01-11 Martin PanterIssue #15657: Merge METH_KEYWORDS doc from 3.6
2017-01-11 Martin PanterIssue #29239: Fix --enable-optimizations bug number
2017-01-11 Martin PanterIssue #15657: Merge other doc fix from 3.5
2017-01-11 Martin PanterIssue #15657: Delete incorrect statement from PyMethodD...
2017-01-11 Martin PanterIssue #15657: METH_KEYWORDS cannot be used alone in...
2017-01-11 Vinay SajipCloses #29220: Fixed regression in logging.getLevelName().
2017-01-11 Victor Stinner_PyEval_EvalCodeWithName(): remove redundant check
2017-01-11 Victor StinnerDisable _PyStack_AsTuple() inlining
2017-01-10 Victor StinnerInline call_function()
2017-01-10 Victor Stinnercall_method() now uses _PyObject_FastCall()
2017-01-10 Xiang ZhangIssue #29217: Merge 3.6.
2017-01-10 Xiang ZhangIssue #29217: Merge 3.5.
2017-01-10 Xiang ZhangIssue #29217: Fix the wrong type description of UUID...
2017-01-10 Xiang ZhangIssue #29145: Merge 3.6.
2017-01-10 Xiang ZhangIssue #29145: Merge 3.5.
2017-01-10 Xiang ZhangIssue #29145: Fix overflow checks in str.replace()...
2017-01-09 Vinay SajipCloses #29177: Merged fix from 3.6.
2017-01-09 Vinay SajipFixes #29177: Improved resilience of logging tests...
2017-01-09 Vinay SajipCloses #29133: merged update from 3.6.
2017-01-09 Vinay SajipFixes #29133: clarified shlex documentation.
2017-01-09 Raymond HettingerAdd test for ea064ff3c10f
2017-01-09 Raymond HettingerBacked out changeset ea064ff3c10f
2017-01-09 Stefan KrahWhile a speedup of 1% is measurable, contexts aren...
2017-01-09 Stefan KrahMerge 3.6.
2017-01-09 Stefan KrahMerge 3.5.
2017-01-09 Stefan KrahIssue #28701: Revert part of 5bdc8e1a50c8 for the follo...
2017-01-09 Victor StinnerMerge 3.6
next