]> granicus.if.org Git - python/shortlog
python
2014-06-16 Gregory P.... fix a BytesWarning in my previous commit.
2014-06-16 Gregory P.... fix a BytesWarning in my previous commit.
2014-06-16 Benjamin Petersonimprove note
2014-06-16 Gregory P.... Isolate the subprocess test_close_fds_when_max_fd_is_lo...
2014-06-16 Gregory P.... Isolate the subprocess test_close_fds_when_max_fd_is_lo...
2014-06-15 Raymond Hettingermerge
2014-06-15 Raymond HettingerIssue #21774: Fix incorrect variable in xml.dom.minidom
2014-06-15 Raymond HettingerUpdate comment to reflect using the default parameter...
2014-06-15 Raymond HettingerIssue 19898: Add test for dequereviter_new.
2014-06-15 Benjamin Petersonmerge 3.4 (#21764)
2014-06-15 Benjamin Petersondocument IOBase.__del__'s behavior (closes #21764)
2014-06-15 Benjamin Petersonmerge 3.4 (#21766)
2014-06-15 Benjamin Petersonmerge 3.3 (#21766)
2014-06-15 Benjamin Petersonmerge 3.2 (#21766)
2014-06-15 Benjamin Petersonurl unquote the path before checking if it refers to...
2014-06-14 Raymond HettingerFactor common code into internal functions.
2014-06-14 Giampaolo Rodola'fix issue #6916: undocument deprecated asynchat.fifo...
2014-06-14 Vinay SajipCloses #21742: Merged fix from 3.4.
2014-06-14 Vinay SajipIssue #21742: Set stream to None after closing.
2014-06-14 Vinay SajipCloses #21752: Merged update from 3.4.
2014-06-14 Vinay SajipIssue #21752: Documented change to behaviour of logging...
2014-06-14 Raymond HettingerFix typo
2014-06-13 Terry Jan ReedyMerge with 3.4
2014-06-13 Terry Jan ReedyIssue #21730: Add no-thread skip in test_socket. Patch...
2014-06-13 Terry Jan ReedyMerge with 3.4
2014-06-13 Terry Jan ReedyIssue #21726: Remove unnecessary and contextually wrong...
2014-06-13 Zachary WareIssue #19493: Merge with 3.4
2014-06-13 Zachary WareIssue #19493: Refactor ctypes test package.
2014-06-13 Terry Jan ReedyMerge with 3.4
2014-06-13 Terry Jan ReedyIssue #20043: Add direct test for _thread.
2014-06-13 Zachary WareMerge with 3.4
2014-06-13 Zachary WarePer Martin [1], PGO is no longer used for official...
2014-06-13 Zachary WareIssue #21745: Merge with 3.4
2014-06-13 Zachary WareIssue #21745: Mention VS2010 SP1 as a solution for...
2014-06-13 Victor StinnerMerge 3.4 (null merge)
2014-06-13 Victor StinnerIssue #16136: VMSError is done, bye bye VMS
2014-06-13 Victor StinnerIssue #16136: VMSError is done, bye bye VMS
2014-06-12 Antoine PitrouIssue #21711: support for "site-python" directories...
2014-06-12 Vinay SajipIssue #21709: Merged update from 3.4.
2014-06-12 Vinay SajipIssue #21709: Improved implementation to cover the...
2014-06-12 Victor Stinner(Merge 3.4) asyncio: Tulip issue 173: Enhance repr...
2014-06-12 Victor Stinnerasyncio: Tulip issue 173: Enhance repr(Handle) and...
2014-06-12 Terry Jan ReedyMerge with 3.4
2014-06-12 Terry Jan ReedyIssue #12387: Add missing upper(lower)case versions...
2014-06-11 R David MurraySuppress a couple more DeprecationWarnings in the test...
2014-06-11 Zachary WareCloses #21713: Merge with 3.4
2014-06-11 Zachary WareIssue #21713: Fix typo in a comment. Found by Joseph...
2014-06-11 R David MurrayEliminate DeprecationWarning in test_concurrent_futures.
2014-06-11 R David Murray#14758: Fix the fix (fix getaddrinfo in mock_socket)
2014-06-11 Zachary WareFix doc build warning
2014-06-11 R David Murray#14758: Need to specify the desired socket type in...
2014-06-11 R David Murray#19840: Add copy_function to shutil.move.
2014-06-11 R David Murray#14758: add IPv6 support to smtpd.
2014-06-11 R David Murray#19662: Eliminate warnings in other test modules that...
2014-06-11 R David Murray#19662: add decode_data to smtpd so you can get at...
2014-06-11 Senthil Kumaranmerge from 3.4
2014-06-11 Senthil Kumaran#21693 - Fix the broken link for pylons project.
2014-06-11 Larry HastingsIssue #21629: Merge from 3.4.
2014-06-11 Larry HastingsIssue #21629: Fix Argument Clinic's "--converters"...
2014-06-11 Vinay SajipCloses #21709: Merged fix from 3.4.
2014-06-11 Vinay SajipIssue #21709: Remove references to __file__ when part...
2014-06-11 Serhiy StorchakaPyErr_NormalizeException doesn't like being called...
2014-06-11 Serhiy StorchakaPyErr_NormalizeException doesn't like being called...
2014-06-11 Giampaolo Rodola'fix issue #17552: add socket.sendfile() method allowing...
2014-06-10 Serhiy StorchakaIssue #18039: dbm.dump.open() now always creates a...
2014-06-10 Zachary WareIssue #21688: Merge with 3.4
2014-06-10 Zachary WareIssue #21688: Give informative error message when hhc...
2014-06-10 Victor Stinner(Merge 3.4) Issue #21596: asyncio.wait(): mention that...
2014-06-10 Victor StinnerIssue #21596: asyncio.wait(): mention that the sequence...
2014-06-10 Victor StinnerMerge 3.4
2014-06-10 Victor StinnerIssue #21326: Add a new is_closed() method to asyncio...
2014-06-10 Victor Stinner(Merge 3.4) Issue #21700: Fix asyncio doc, add Datagram...
2014-06-10 Victor StinnerIssue #21700: Fix asyncio doc, add DatagramProtocol
2014-06-10 Terry Jan ReedyMerge with 3.4
2014-06-10 Terry Jan ReedyIssue #21695: Catch AttributeError created when user...
2014-06-09 R David MurrayMerge: #20903: clarify what happens when an smtp connec...
2014-06-09 R David Murray#20903: clarify what happens when an smtp connection...
2014-06-09 Serhiy StorchakaIssue #21310: Fixed possible resource leak in failed...
2014-06-09 Serhiy StorchakaIssue #21310: Fixed possible resource leak in failed...
2014-06-09 Kushal DasCloses #21256: Printout of keyword args in deterministi...
2014-06-09 Serhiy StorchakaIssue #21677: Fixed chaining nonnormalized exceptions...
2014-06-09 Serhiy StorchakaIssue #21677: Fixed chaining nonnormalized exceptions...
2014-06-09 Nick CoghlanIssue #21569: merge from 3.4
2014-06-09 Nick CoghlanIssue #21569: Fix incorrect cross reference
2014-06-08 Victor StinnerIssue #21515: Fix typo in a comment, thanks Arfrever...
2014-06-08 Zachary WareMerge with 3.4
2014-06-08 Zachary WareIssue #21683: Add Tix build to the Windows buildbot...
2014-06-08 Terry Jan ReedyMerge with 3.4 whitespace
2014-06-08 Terry Jan Reedywhitespace
2014-06-08 Terry Jan ReedyMerge with 3.4
2014-06-08 Terry Jan ReedyMerge heads.
2014-06-08 Terry Jan ReedyIssue #21682: Replace EditorWindow with mock to elimina...
2014-06-08 Benjamin Petersonbackout 0fb7789b5eeb for test breakage (#20578)
2014-06-08 Benjamin Petersonmerge 3.4 (#11709)
2014-06-08 Benjamin Petersonmake sure the builtin help function doesn't fail when...
2014-06-08 Benjamin Petersonadd BufferedIOBase.readinto1 (closes #20578)
2014-06-08 Benjamin Petersonmerge 3.4 (#12063)
2014-06-08 Benjamin Petersondocument TokenError and unclosed expression behavior...
2014-06-07 Benjamin Petersonmerge 3.4 (#13223)
2014-06-07 Benjamin Petersondon't remove self from example code in the HTML output...
next