]> granicus.if.org Git - python/shortlog
python
2016-08-29 Serhiy StorchakaIssue #27861: Fixed a crash in sqlite3.Connection.curso...
2016-08-29 Serhiy StorchakaIssue #27861: Fixed a crash in sqlite3.Connection.curso...
2016-08-27 Berker PeksagIssue #26027: Fix test_path_t_converter on Windows
2016-08-27 Brett CannonDon't test for path-like bytes paths on Windows
2016-08-27 Martin PanterIssue #27506: Support bytes/bytearray.translate() delet...
2016-08-27 Martin PanterIssue #25825: Merge $(LIBPL) fix from 3.5
2016-08-27 Martin PanterIssue #19884: Merge Readline updates from 3.5
2016-08-27 Martin PanterIssue #25825: Fix references to $(LIBPL) installation...
2016-08-27 Martin PanterIssue #19884: Avoid spurious output on OS X with Gnu...
2016-08-27 Martin PanterIssue #12319: Always send file request bodies using...
2016-08-27 Brett CannonIssue #26027: Don't test for bytearray in path_t as...
2016-08-26 Brett CannonAdd a What's New entry for PEP 519
2016-08-26 Brett CannonIssue #26027, #27524: Add PEP 519/__fspath__() support...
2016-08-26 Berker PeksagIssue #10513: Merge from 3.5
2016-08-26 Berker PeksagIssue #10513: Fix a regression in Connection.commit()
2016-08-26 Raymond HettingerMerge
2016-08-26 Raymond HettingerIssue 19504: Change "customise" to "customize" America...
2016-08-26 Terry Jan ReedyAdd version to title of IDLE help window.
2016-08-26 Terry Jan ReedyAdd version to title of IDLE help window.
2016-08-25 Victor StinnerIssue #27830: Revert, remove _PyFunction_FastCallKeywords()
2016-08-25 Vinay SajipCloses #23746: merged update from 3.5.
2016-08-25 Vinay SajipIssue #23746: Clarified is_python_build() documentation.
2016-08-25 Terry Jan ReedyMerge with 3.5
2016-08-25 Terry Jan ReedyIssue #25564: Mention exec and __builtins__ in IDLE...
2016-08-25 Terry Jan ReedyIssue #27821: Fix bug in idlelib.comfig function and...
2016-08-24 Victor Stinnermethod_call() and slot_tp_new() now uses fast call
2016-08-24 Victor StinnerIssue #27830: Fix _PyObject_FastCallKeywords()
2016-08-24 Victor Stinner_pickle: remove outdated comment
2016-08-24 Victor Stinner_PyObject_FastCallDict(): avoid _Py_CheckFunctionResult()
2016-08-24 Victor StinnerAdd _PyObject_FastCallKeywords()
2016-08-24 Alexander BelopolskyCloses #27595: Document PEP 495 (Local Time Disambiguat...
2016-08-24 Berker PeksagFix typo in test name
2016-08-24 Victor StinnerUse Py_ssize_t type for number of arguments
2016-08-24 Terry Jan ReedyMerge with 3.5
2016-08-24 Terry Jan ReedyFix misspelling
2016-08-24 Berker PeksagMerge from 3.5
2016-08-24 Berker PeksagFix typo in Cursor.execute().
2016-08-24 Berker PeksagIssue #6057: Merge from 3.5
2016-08-24 Berker PeksagIssue #6057: Document exceptions in sqlite3 module
2016-08-24 Vinay SajipCloses #20124: clarified usage of the atTime parameter...
2016-08-24 Martin PanterIssue #12319: Move NEWS under beta 1 heading
2016-08-24 Martin PanterIssue #12319: Support for chunked encoding of HTTP...
2016-08-24 Steven D'ApranoRemove expected failure from test of _product internal...
2016-08-24 Steven D'ApranoRemove support for nth root of negative numbers with...
2016-08-24 Steven D'ApranoAdd geometric_mean to __all__
2016-08-24 Steven D'ApranoUpdate NEWS.
2016-08-24 R David Murray#26907: add some missing getsockopt constants.
2016-08-24 R David MurrayMerge: #25916: fix a few 'string of bytes' references.
2016-08-24 R David Murray#25916: fix a few 'string of bytes' references.
2016-08-23 Victor StinnerIssue #27809: map_next() uses fast call
2016-08-23 Victor StinnerPyObject_CallMethodObjArgs() now uses fast call
2016-08-23 Victor StinnerBacked out changeset 0e4f26083bbb (PyObject_CallMethodO...
2016-08-23 Victor StinnerBacked out changeset 70f88b097f60 (map_next)
2016-08-23 Victor StinnerPyObject_CallMethodObjArgs() now uses fast call
2016-08-23 Guido van RossumA new version of typing.py from https://github.com...
2016-08-23 Guido van RossumIn asyncio.locks.Lock.acquire(): Avoid deadlock when...
2016-08-23 Victor StinnerIssue #27809: map_next() uses fast call
2016-08-23 Mark DickinsonBacked out changeset 1017215f5492
2016-08-23 Alexander BelopolskyIssue #27834: Avoid overflow error in ZoneInfo.invert().
2016-08-23 Zachary WareFix markup, add versionadded tags
2016-08-23 Terry Jan ReedyIssue #27787: No longer call deleted test_main().
2016-08-23 Guido van RossumA new version of typing.py from https://github.com...
2016-08-23 Guido van RossumIssue 27598: Add Collections to collections.abc.
2016-08-23 Steven D'ApranoAutomated merge with ssh://hg.python.org/cpython
2016-08-23 Steven D'ApranoRe-licence statistics.py under the standard Python...
2016-08-23 Guido van RossumIn asyncio.locks.Lock.acquire(): Avoid deadlock when...
2016-08-23 Steven D'ApranoAdd documentation for geometric and harmonic means.
2016-08-23 Mark DickinsonIssue #26040 (part 1): add new testcases to cmath_testc...
2016-08-23 Steven D'ApranoIssue #27573 make the exit message configurable.
2016-08-23 Mark DickinsonIssue #27832: Make _normalize parameter to Fraction...
2016-08-23 Victor StinnerIssue #27809: partial_call() uses fast call for positio...
2016-08-23 Martin PanterIssue #27787: Remove test_main() and hard-coded list...
2016-08-23 Vinay SajipIssue #12713: reverted fix pending further discussion.
2016-08-22 Victor StinnerIssue #27809: builtin___build_class__() uses fast call
2016-08-22 Victor StinnerPyEval_CallObjectWithKeywords() doesn't inc/decref
2016-08-22 Victor StinnerIssue #27809: methodcaller_reduce() uses fast call
2016-08-22 Victor StinnerIssue #27809: _csv: _call_dialect() uses fast call
2016-08-22 Victor StinnerIssue #27809: tzinfo_reduce() uses fast call
2016-08-22 Victor StinnerIssue #27809: PyErr_SetImportError() uses fast call
2016-08-22 Victor StinnerAdd _PyErr_CreateException()
2016-08-22 Victor StinnerIssue #27809: Use _PyObject_FastCallDict()
2016-08-22 Victor StinnerPyEval_CallObjectWithKeywords() uses fast call with...
2016-08-22 Victor StinnerIssue #27809: Use _PyObject_FastCallDict()
2016-08-22 Victor StinnerIssue #27809: Cleanup _PyEval_EvalCodeWithName()
2016-08-22 Victor Stinner_PyFunction_FastCallDict() supports keyword args
2016-08-22 Victor StinnerRename _PyObject_FastCall() to _PyObject_FastCallDict()
2016-08-22 Berker PeksagIssue #27587: Merge from 3.5
2016-08-22 Berker PeksagIssue #27587: Move null pointer check earlier in _PySta...
2016-08-22 Victor StinnerIssue #27829: libregrtest.save_env: flush stderr
2016-08-22 Victor StinnerCleanup libregrtest
2016-08-22 Mark DickinsonIssue #27792: force int return type for modulo operatio...
2016-08-22 Victor StinnerOptimize call to Python function without argument
2016-08-22 Mark DickinsonIssue #27539: Merge from 3.5.
2016-08-22 Mark DickinsonIssue #27539: Fix unnormalised Fraction.__pow__ result...
2016-08-22 Raymond HettingerRemove main section that was only used during testing...
2016-08-21 Jason R. CoombsIssue #27819: Add more detail in What's New in 3.6.
2016-08-21 Benjamin Petersonremove unused list of pgen srcs
2016-08-21 Serhiy StorchakaIssue #26984: int() now always returns an instance...
2016-08-21 Berker PeksagIssue #21718: Merge from 3.5
2016-08-21 Berker PeksagIssue #21718: cursor.description is now available for...
next