]> granicus.if.org Git - python/shortlog
python
2014-10-18 Ethan FurmanIssue20689: add missing API pieces to __all__
2014-10-18 Terry Jan ReedyIssue #20155: Fix non-buildbot test failure on Windows...
2014-10-18 Ethan FurmanIssue7186: document that __doc__ is not inherited by...
2014-10-18 R David Murray#18853: Fix resource warning in shlex's __main__ section.
2014-10-17 R David Murray#9351: set_defaults on subparser is no longer ignored...
2014-10-17 R David Murray#21991: make headerregistry params property MappingProx...
2014-10-17 Antoine PitrouIssue #22653: Fix an assertion failure in debug mode...
2014-10-17 Zachary WareIssue #22644: Update the Windows build to OpenSSL 1...
2014-10-17 Zachary WareFix test_ctypes failure on OpenIndiana buildbot where...
2014-10-17 Zachary WareIssue #16000: Convert test_curses to use unittest
2014-10-17 Vinay SajipIssue #22646: Accept list as well as tuple to support...
2014-10-17 Terry Jan ReedyIssue #22629: Revise idle_test.htest, mostly docstring...
2014-10-17 Terry Jan ReedyIssue #22628: Increase Treewidge line spacing so lines...
2014-10-16 Benjamin PetersonMerge 3.3
2014-10-16 Terry Jan ReedyIssue #16233: When the module browser is not invoked...
2014-10-15 Antoine PitrouFixed signed/unsigned comparison warning
2014-10-15 Benjamin Petersonmerge heads
2014-10-15 Benjamin Petersonmerge 3.3 (#22643)
2014-10-15 Benjamin Petersontest is cpython only
2014-10-15 Victor Stinnerasyncio doc: write simpler examples to introduce asyncio
2014-10-15 Benjamin Petersonmerge 3.3
2014-10-15 Benjamin Petersonit suffices to check for PY_SSIZE_T_MAX overflow (...
2014-10-15 Benjamin PetersonMerge 3.3
2014-10-15 Benjamin Petersonmake sure length is unsigned
2014-10-15 Benjamin Petersonmerge 3.3 (#22643)
2014-10-15 Benjamin Petersonfix integer overflow in unicode case operations (closes...
2014-10-15 Antoine PitrouIssue #22641: In asyncio, the default SSL context for...
2014-10-15 Ethan FurmanIssue20386: SocketType is again socket.socket; the...
2014-10-14 Terry Jan ReedyIssue #3068: Change 0/1 to False/True so that extension...
2014-10-14 Victor StinnerIssue #18643: asyncio.windows_utils now reuse socket...
2014-10-14 Terry Jan ReedyIssue #22632: replace dead link with version-specific...
2014-10-14 Ethan FurmanIssue22506: added methods on base Enum class now show...
2014-10-13 Victor Stinnerasyncio doc: rewrite subprocess doc
2014-10-13 Victor Stinnerasyncio doc: protocol_factory of subprocess_exec()...
2014-10-13 Victor Stinnerasyncio doc: document BaseSubprocessTransport.close...
2014-10-13 Alex GaynorUse https:// URLs for the bug tracker in the :issue...
2014-10-13 Alex Gaynorissue22626: Use https:// for a link to the bug tracker
2014-10-13 Benjamin Petersonmerge heads
2014-10-13 Charles-François... Issue #22435: Fix a file descriptor leak when SocketSer...
2014-10-13 Benjamin Petersonmerge 3.3
2014-10-13 Benjamin Petersonnote xmlrpclib doesn't verify certs (yet)
2014-10-13 Terry Jan ReedyIssue #22614: Don't try to update deleted text. Patch...
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()
next