]> granicus.if.org Git - python/shortlog
python
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...
2016-08-21 Mark DickinsonUntabify Objects/longobject.c.
2016-08-21 Mark DickinsonIssue #25604: Fix minor bug in integer true division...
2016-08-21 Mark DickinsonIssue #27662: add missing Misc/NEWS entry.
2016-08-21 Mark DickinsonIssue #27662: don't use PY_SIZE_MAX for overflow checki...
2016-08-21 Nick CoghlanMerge #27782 fix from 3.5
2016-08-21 Nick CoghlanIssue #27782: Fix m_methods handling in multiphase...
2016-08-21 Martin PanterIssue #27487: Merge runpy warning from 3.5
2016-08-21 Terry Jan ReedyFix typo in IDLE News.
2016-08-21 Terry Jan ReedyFix typo in IDLE News.
2016-08-21 Martin PanterIssue #27487: Warn if submodule already imported before...
2016-08-21 Terry Jan ReedyAdd 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.
2016-08-21 Terry Jan ReedyAdd 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
2016-08-21 Terry Jan ReedyIssue #27714: Remove unneeded non-idempotent call that...
2016-08-21 Terry Jan ReedyIssue #27714: Remove unneeded non-idempotent call that...
2016-08-20 Jason R. CoombsIssue #27819: Simply default to gztar for sdist formats...
2016-08-20 Serhiy StorchakaIssue #27692: Removed unnecessary NULL checks in except...
2016-08-20 Ethan Furmanissue26981: fix typo
2016-08-20 Ethan Furmanissue26981: add _order_ compatibility shim to enum...
2016-08-20 Martin PanterFix more typos
2016-08-20 Martin PanterMerge spelling fixes from 3.5
2016-08-20 Berker PeksagIssue #12982: Merge from 3.5
2016-08-20 Berker PeksagIssue #12982: Thanks to PEP 488, Python no longer creat...
2016-08-20 Martin PanterMinor spelling fixes
2016-08-20 Martin PanterIssue #27614: Merge test_docxmlrpc from 3.5
2016-08-20 Martin PanterIssue #27787: Merge regrtest fixup from 3.5
2016-08-20 Ethan FurmanIssue26988: remove AutoEnum
2016-08-20 Martin PanterIssue #27614: Avoid race in test_docxmlrpc server setup
2016-08-20 Martin PanterIssue #27787: Clean up weak references before checking...
2016-08-20 Ned DeilyIssue #27713: merge from 3.5
2016-08-20 Ned DeilyIssue #27713: Surpress spurious build warnings when...
2016-08-20 Victor StinnerFix reference leak in tb_printinternal()
2016-08-20 Victor StinnerIssue #27366: Fix init_subclass()
next