]> granicus.if.org Git - python/shortlog
python
2014-10-13 Benjamin Petersonmerge 3.4
2014-10-13 Benjamin Petersonmerge 3.3
2014-10-13 Benjamin Petersonnote xmlrpclib doesn't verify certs (yet)
2014-10-13 Larry HastingsIssue #22615: Argument Clinic now supports the "type...
2014-10-13 Zachary WareIssue #21907: Partially revert changes to Windows build...
2014-10-13 Terry Jan ReedyMerge with 3.4 #22614
2014-10-13 Terry Jan ReedyIssue #22614: Don't try to update deleted text. Patch...
2014-10-12 Victor StinnerMerge 3.4 (asyncio doc)
2014-10-12 Victor Stinnerasyncio: add missing @coroutine decorator
2014-10-12 Victor StinnerMerge 3.4 (asyncio doc)
2014-10-12 Victor Stinnerasyncio doc: update debug traces
2014-10-12 Victor Stinnerasyncio doc: more explicit doc for async()
2014-10-12 R David Murray#20815: small readability improvements in ipaddress...
2014-10-12 R David Murray#20815: small readability improvements in ipaddress...
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 MurrayMerge: #13096: Fix segfault in CTypes POINTER handling...
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 Serhiy StorchakaAlways handle non-handled events before destoying root...
2014-10-12 R David MurrayMerge: #17325: Improve distutils PyPI documentation.
2014-10-12 R David Murray#17325: Improve distutils PyPI documentation.
2014-10-12 R David MurrayMerge: #11973: add test for previously fixed kevent...
2014-10-12 R David Murray#11973: add test for previously fixed kevent signed...
2014-10-12 Georg Brandlmerge with 3.4
2014-10-12 Georg BrandlCloses #22586: clarify meaning of allow_fragments in...
2014-10-12 Stefan KrahIssue #19232: Fix sys.modules lookup (--without-threads)
2014-10-12 Victor StinnerMerge 3.4 (asyncio doc)
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 StinnerMerge 3.4 (asyncio doc)
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 Stinner(Merge 3.4) asyncio: enhance protocol representation
2014-10-12 Victor Stinnerasyncio: enhance protocol representation
2014-10-12 Georg Brandlmerge 3.4 into default
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 Brandl#22568: merge with 3.4
2014-10-12 Georg BrandlCloses #22568: fix UTIME_TO_* macros in posixmodule...
2014-10-12 Terry Jan ReedyIssue #14105: Merge with 3.4
2014-10-12 Terry Jan ReedyIssue #14105: Change comment to reflect fix. Patch...
2014-10-12 Berker PeksagREADME: 3.5 release schedule PEP is PEP 478.
2014-10-12 Berker PeksagIssue #22613: Fix reprlib.Repr subclass example on...
2014-10-12 Berker PeksagIssue #22613: Fix reprlib.Repr subclass example on...
2014-10-12 Nick CoghlanMerge issue #21061 fix from 3.4
2014-10-12 Nick CoghlanIssue #21061: correctly note redirect_stdout is reentrant
2014-10-11 Victor StinnerMerge 3.4 (asyncio doc)
2014-10-11 Victor Stinnerasyncio doc: socket.socketpair() is not available on...
2014-10-11 Victor StinnerMerge with 3.4 (asyncio doc)
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 Brandlmerge
2014-10-11 Georg Brandlmerge with 3.4
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 Victor Stinner(Merge 3.4) Issue #22601: run_forever() now consumes...
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 Zachary WareIssue #21907: Try to make the pre-Vista Windows buildbo...
2014-10-11 Zachary WareIssue #22489: Update .gitignore to ignore Windows build...
2014-10-11 Benjamin Petersonmerge 3.4 (closes #22605)
2014-10-11 Benjamin Petersonprevent passing NULL to memcpy (closes #22605)
2014-10-10 Terry Jan ReedyMerge with 3.4: #21986, don't pickle user code objects.
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 Antoine PitrouIssue #22604: Fix assertion error in debug mode when...
2014-10-10 Zachary WareCloses #15414: Merge with 3.4
2014-10-10 Zachary WareIssue #15414: Clean and correct the os.path.join docs.
2014-10-10 Terry Jan ReedyMerge with 3.4
2014-10-10 Terry Jan ReedyIssue 22603: add Francisco Fernández Castaño to ACKS.
2014-10-10 Brett CannonIssue #20152: Port the array module to Argument Clinic.
2014-10-10 Terry Jan ReedyMerge with 3.4
2014-10-10 Terry Jan ReedyIssue 22603: add missing 'self'. Patch by Francisco...
2014-10-10 Petri Lehtinen#11694: merge with 3.4
2014-10-10 Petri LehtinenIssue #11694: Raise ConversionError in xdrlib as documented
2014-10-10 Brett CannonIssue #21052: Don't raise ImportWarning for sys.meta_pa...
2014-10-10 Victor Stinner(Merge 3.4) test_venv: use support.rmtree() instead...
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 Berker PeksagIssue #21456: Skip two tests in test_urllib2net.py...
2014-10-10 Victor StinnerIssue #22564: cleanup SSLObject doc
2014-10-10 Victor StinnerIssue #22564: ssl doc, add more links to the non-blocki...
2014-10-10 Victor StinnerIssue #22564: ssl doc: reorganize and reindent document...
2014-10-10 Victor StinnerMerge 3.4
2014-10-10 Victor StinnerIssue #22564: ssl doc: mention asyncio in the non-block...
2014-10-10 Victor StinnerMerge 3.4
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 Victor StinnerIssue #22591: Drop support of MS-DOS
2014-10-10 Serhiy StorchakaIssue #19380: Optimized parsing of regular expressions.
next