]> granicus.if.org Git - python/shortlog
python
2014-10-12 Victor Stinnerasyncio: add missing @coroutine decorator
2014-10-12 Victor Stinnerasyncio doc: update debug traces
2014-10-12 Victor Stinnerasyncio doc: more explicit doc for async()
2014-10-12 Victor Stinnerasyncio doc: reformat create_server() doc
2014-10-12 Victor Stinnerasyncio doc: add TCP echo client/server using streams
2014-10-12 R David Murray#20815: small readability improvements in ipaddress...
2014-10-12 R David Murray#13096: Fix segfault in CTypes POINTER handling of...
2014-10-12 Serhiy StorchakaAlways handle non-handled events before destoying root...
2014-10-12 R David Murray#17325: Improve distutils PyPI documentation.
2014-10-12 R David Murray#11973: add test for previously fixed kevent signed...
2014-10-12 Georg BrandlCloses #22586: clarify meaning of allow_fragments in...
2014-10-12 Victor Stinnerasyncio doc: enhance TCP client example
2014-10-12 Victor Stinnerasyncio doc: clarify how servers create protocol instances
2014-10-12 Victor Stinnerasyncio doc: add UDP client and server examples
2014-10-12 Victor Stinnerasyncio doc: use server.wait_closed() in TCP echo serve...
2014-10-12 Victor Stinnerasyncio: enhance protocol representation
2014-10-12 Georg Brandlmerge 3.3 into 3.4
2014-10-12 Georg BrandlMerge 3.2 into 3.3.
2014-10-12 Georg BrandlAdded tag v3.3.6 for changeset 971fec30da1f
2014-10-12 Georg BrandlBump to 3.3.6 v3.3.6
2014-10-12 Georg BrandlAdded tag v3.2.6 for changeset 0bd5f4f14de9
2014-10-12 Georg BrandlBump to 3.2.6 v3.2.6
2014-10-12 Georg Brandl#16040: fix unlimited read from connection in nntplib.
2014-10-12 Georg BrandlCloses #22568: fix UTIME_TO_* macros in posixmodule...
2014-10-12 Terry Jan ReedyIssue #14105: Change comment to reflect fix. Patch...
2014-10-12 Berker PeksagIssue #22613: Fix reprlib.Repr subclass example on...
2014-10-12 Nick CoghlanIssue #21061: correctly note redirect_stdout is reentrant
2014-10-11 Victor Stinnerasyncio doc: socket.socketpair() is not available on...
2014-10-11 Victor Stinnerasyncio doc: add examples showing the 3 ways to wait...
2014-10-11 Victor Stinnerasyncio doc: cleanup Hello World examples
2014-10-11 Victor Stinnerasyncio doc: the "Get HTTP headers" example now support...
2014-10-11 Georg Brandlmerge
2014-10-11 Georg BrandlCloses #18959: move optparse and imp to new "superseded...
2014-10-11 Georg BrandlCloses #21687: delimiter in Py_SetPath is platform...
2014-10-11 Georg BrandlCloses #21675: fix ordering of description in library...
2014-10-11 Victor StinnerIssue #22601: run_forever() now consumes BaseException...
2014-10-11 Benjamin Petersonprevent passing NULL to memcpy (closes #22605)
2014-10-10 Terry Jan ReedyIssue #21986: Idle now matches interpreter in not pickl...
2014-10-10 Antoine PitrouIssue #22604: Fix assertion error in debug mode when...
2014-10-10 Zachary WareIssue #15414: Clean and correct the os.path.join docs.
2014-10-10 Terry Jan ReedyIssue 22603: add Francisco Fernández Castaño to ACKS.
2014-10-10 Terry Jan ReedyIssue 22603: add missing 'self'. Patch by Francisco...
2014-10-10 Petri LehtinenIssue #11694: Raise ConversionError in xdrlib as documented
2014-10-10 Victor Stinnertest_venv: use support.rmtree() instead of shutil.rmtre...
2014-10-10 Berker PeksagIssue #21456: Skip two tests in test_urllib2net.py...
2014-10-10 Victor StinnerIssue #22564: ssl doc: mention asyncio in the non-block...
2014-10-10 Victor StinnerIssue #22564: ssl doc: mention how SSLSocket are usuall...
2014-10-10 Victor StinnerIssue #22564: ssl doc: use "class" marker to document...
2014-10-10 Victor StinnerIssue #22564: ssl doc: document read(), write(), pendin...
2014-10-10 Victor StinnerIssue #22564: ssl doc: fix typos
2014-10-10 Terry Jan ReedyIssue #20167: revise condition to accomodate message...
2014-10-10 R David Murray#18176: Change generic UCD PropList link to version...
2014-10-09 Terry Jan ReedyDe-'colour'ize stdlib except for idlelib.configDialog.
2014-10-09 R David Murray#18176: fix another reference and add it to the makeuni...
2014-10-09 R David Murray#18176: updated stdtypes UCD link, added reminder to...
2014-10-09 Victor StinnerIssue #22588: Fix typo in _testcapi.test_incref_decref_...
2014-10-09 Victor StinnerIssue #22568: Fix compilation of posixmodule.c with...
2014-10-09 Victor StinnerCloses #22580: Fix documentation of PyUnicode_Tailmatch()
2014-10-09 Terry Jan ReedyIssue 3068: Move idlelib.configDialog action button...
2014-10-08 Serhiy StorchakaIssue #21715: Extracted shared complicated code in...
2014-10-08 Antoine PitrouIssue #22462: Fix pyexpat's creation of a dummy frame...
2014-10-08 Berker PeksagIssue #22576: Fix signatures of FTP.storbinary() and...
2014-10-08 Larry HastingsMerge from 3.4.2 release head back into 3.4 mainline.
2014-10-08 Larry HastingsPost-release changes after 3.4.2 final.
2014-10-07 Terry Jan Reedyidlelib.configHandler: revise docstrings, add spaces...
2014-10-07 Benjamin Petersonuse source role instead of linking to svn
2014-10-06 Georg BrandlCloses #16155: fix a few errors in doctest output of...
2014-10-06 Georg BrandlCloses #12148: clarify "or's together option flags...
2014-10-06 Georg BrandlCloses #21782: the default hash(x) is not exactly id...
2014-10-06 Georg BrandlCloses #10031: overhaul the "imports" section of the...
2014-10-06 Georg BrandlCloses #21480: better explanation of "hg touch" in...
2014-10-06 Georg BrandlClean up the docs of PyObject_IsSubclass and PyObject_I...
2014-10-06 Georg BrandlCloses #22507: document that PyType_IsSubtype does...
2014-10-06 Georg BrandlDocument builtin classes as such, not functions.
2014-10-06 Georg BrandlCloses #22565: fix argument types of PyErr_WarnEx.
2014-10-06 Terry Jan ReedyIssue #22546: update doc for mini-language float None...
2014-10-06 Larry HastingsAdded tag v3.4.2 for changeset ab2c023a9432
2014-10-06 Larry HastingsRelease bump for 3.4.2 final. v3.4.2
2014-10-06 Larry HastingsUpdate pydoc topics and fix supsicious markup for 3...
2014-10-06 Benjamin PetersonPyObject not PyType (closes #18494)
2014-10-05 Antoine PitrouCloses #21173: Fix len() on a WeakKeyDictionary when...
2014-10-05 Victor Stinnercleanup test_posix
2014-10-05 Victor StinnerIssue #22390: Remove files created by tests
2014-10-05 Victor StinnerIssue #22290: Fix error handling in the _posixsubproces...
2014-10-05 Georg BrandlCloses #19477: remove outdated documentation of tp_prin...
2014-10-04 R David Murray#14201: Update ctypes docs to match behavior changed...
2014-10-04 R David Murray#11866: Eliminate race condition in the computation...
2014-10-04 Antoine PitrouIssue #21905: Avoid RuntimeError in pickle.whichmodule...
2014-10-04 Georg BrandlAdded tag v3.3.6rc1 for changeset 51317c9786f5
2014-10-04 Georg BrandlAdded tag v3.2.6rc1 for changeset 51382a5598ec
2014-10-04 Georg BrandlCopyright year update, add version to licenses. v3.2.6rc1
2014-10-04 Georg BrandlBump to 3.2.6rc1
2014-10-04 Serhiy StorchakaFixed issue number for issue #22470 in Misc/NEWS.
2014-10-04 Serhiy StorchakaMerge heads
2014-10-04 Serhiy StorchakaIssue #22518: Fixed integer overflow issues in "backsla... v3.3.6rc1
2014-10-04 Georg BrandlBump to 3.3.6rc1
2014-10-04 Serhiy StorchakaIssue #22518: Fixed integer overflow issues in "backsla...
2014-10-04 Nick CoghlanRealign packaging docs with PyPUG changes
2014-10-04 Serhiy StorchakaIssue #22219: The zipfile module CLI now adds entries...
2014-10-04 R David Murray#14056: Small improvements to the tarfile documentation.
next