]> granicus.if.org Git - python/shortlog
python
2014-06-24 Victor Stinnerasyncio: Log an error if a Task is destroyed while...
2014-06-24 Raymond Hettingermerge
2014-06-24 Benjamin Petersonadd Chris Foster
2014-06-24 Raymond HettingerIssue #11974: Add tutorial section on class and instan...
2014-06-23 Yury Selivanovinspect: Validate that __signature__ is None or an...
2014-06-23 Victor Stinnerasyncio: Fix BaseEventLoop._assert_is_current_event_loo...
2014-06-23 Raymond HettingerIssue #8343: Named group error msgs did not show the...
2014-06-23 Benjamin Petersonclarify that islink only really works if python knows...
2014-06-22 Benjamin Petersonsome timezone doc improvements (closes #16667)
2014-06-22 Victor Stinnerasyncio, Tulip issue 171: BaseEventLoop.close() now...
2014-06-22 Victor Stinnerasyncio: document the debug mode
2014-06-22 Victor Stinnerasyncio, Tulip issue 172: only log selector timing...
2014-06-22 Victor Stinnerasyncio: Add an unit test to check that setting the...
2014-06-22 Victor Stinnerasyncio: Enable the debug mode of event loops when...
2014-06-22 Victor Stinnerasyncio: BaseEventLoop._assert_is_current_event_loop...
2014-06-22 Martin v. LöwisIssue #10747: Use versioned labels in the Windows start...
2014-06-22 Raymond HettingerIssue #21812: Trigger immediate transformation in...
2014-06-22 Terry Jan ReedyIssue #21823: Catch turtle.Terminator exceptions in...
2014-06-21 Raymond HettingerIssue 21635: Fix caching in difflib.SequenceMatcher...
2014-06-20 Charles-François... Merge.
2014-06-20 Charles-François... Fix test_pydoc failure introduced by 7aa72075d440....
2014-06-20 Terry Jan ReedyIssue #21770: Call function instead of module. Patch...
2014-06-20 Charles-François... Issue #21491: socketserver: Fix a race condition in...
2014-06-20 Terry Jan ReedyIssue #21768: fix NameError in test_pydescr. Patch...
2014-06-20 Terry Jan ReedyIssue #21768: fix type in test_pydoc, patch by Claudiu...
2014-06-20 Victor Stinnerasyncio, Tulip issue 105: in debug mode, log callbacks...
2014-06-20 Senthil Kumaranissue 20091 - index entry for __main__ in runpy docs.
2014-06-19 Ezio Melotti#21690: fix a couple of links in the docs of the re...
2014-06-19 Victor StinnerTulip issue 83: document more asyncio functions in...
2014-06-19 Victor StinnerCloses #21595: asyncio.BaseSelectorEventLoop._read_from...
2014-06-19 Victor StinnerCloses #21758: asyncio doc: mention explicitly that...
2014-06-19 Antoine PitrouIssue #21722: The distutils "upload" command now exits...
2014-06-18 Ned DeilyIssue #3485: remove misleading comment
2014-06-18 Zachary WareFix typo pointed out by cocoatomo on docs@
2014-06-18 Victor Stinnerasyncio: Fix pyflakes errors
2014-06-17 Victor Stinnerasyncio: Refactor tests: add a base TestCase class
2014-06-17 Victor Stinnerasyncio: Refactor test__run_once_logging() to not rely...
2014-06-17 Victor Stinnerasyncio: Set __qualname__ attribute of CoroWrapper...
2014-06-17 Victor StinnerIssue #21723: asyncio.Queue: support any type of number...
2014-06-17 Terry Jan ReedyIssue #21694: Add unittest for ParenMatch. Patch by...
2014-06-17 Benjamin Petersonadd Ammar Brohi for running ssllab's test on python...
2014-06-17 Benjamin Petersonrevert tstate_delete_common, since it's pretty much...
2014-06-17 Benjamin Petersonremove extra call to tstate_delete_common (merge artifact)
2014-06-17 Benjamin Petersonmerge 3.3
2014-06-17 Benjamin Petersonmerge 3.2
2014-06-17 Benjamin Petersonexpect the correct platform-dependent linesep
2014-06-17 Benjamin Petersonavoid a deadlock with the interpreter head lock and...
2014-06-17 Benjamin Petersoncheck if the thread is finalizing after retaking the GIL
2014-06-16 Terry Jan ReedyAdd Idle news entries.
2014-06-16 Terry Jan ReedyIssue #21686: add unittest for idlelib.HyperParser...
2014-06-16 Victor Stinnerasyncio: Task.__repr__() now also handles CoroWrapper
2014-06-16 Victor StinnerIssue #21773: Fix TestStdLib.test_pydoc() of test_enum...
2014-06-16 Zachary WareFix typo reported by Jesse W on docs@
2014-06-16 Victor StinnerSync asyncio with Tulip: Fix test_tasks for Python 3.5
2014-06-16 Nick CoghlanIssue #21669: Special case print & exec syntax errors
2014-06-16 Terry Jan ReedyIssue #21559: Add alternative (historical) reason for...
2014-06-16 Terry Jan ReedyIssue #19362: Tweek len() doc and docstring to expand...
2014-06-16 Terry Jan Reedywhitespace
2014-06-16 Terry Jan ReedyIssue #21686: idlelib/HyperParser.py - Update docstring...
2014-06-16 Benjamin Petersonclarify when the list of subdirectories is read (closes...
2014-06-16 Gregory P.... fix a BytesWarning in my previous commit.
2014-06-16 Gregory P.... Isolate the subprocess test_close_fds_when_max_fd_is_lo...
2014-06-15 Raymond HettingerIssue #21774: Fix incorrect variable in xml.dom.minidom
2014-06-15 Benjamin Petersondocument IOBase.__del__'s behavior (closes #21764)
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 Vinay SajipIssue #21742: Set stream to None after closing.
2014-06-14 Vinay SajipIssue #21752: Documented change to behaviour of logging...
2014-06-13 Terry Jan ReedyIssue #21730: Add no-thread skip in test_socket. Patch...
2014-06-13 Terry Jan ReedyIssue #21726: Remove unnecessary and contextually wrong...
2014-06-13 Zachary WareIssue #19493: Refactor ctypes test package.
2014-06-13 Terry Jan ReedyIssue #20043: Add direct test for _thread.
2014-06-13 Zachary WarePer Martin [1], PGO is no longer used for official...
2014-06-13 Zachary WareIssue #21745: Mention VS2010 SP1 as a solution for...
2014-06-13 Victor StinnerIssue #16136: VMSError is done, bye bye VMS
2014-06-12 Vinay SajipIssue #21709: Improved implementation to cover the...
2014-06-12 Victor Stinnerasyncio: Tulip issue 173: Enhance repr(Handle) and...
2014-06-12 Terry Jan ReedyIssue #12387: Add missing upper(lower)case versions...
2014-06-11 Zachary WareIssue #21713: Fix typo in a comment. Found by Joseph...
2014-06-11 Senthil Kumaran#21693 - Fix the broken link for pylons project.
2014-06-11 Larry HastingsIssue #21629: Fix Argument Clinic's "--converters"...
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-10 Zachary WareIssue #21688: Give informative error message when hhc...
2014-06-10 Victor StinnerIssue #21596: asyncio.wait(): mention that the sequence...
2014-06-10 Victor StinnerIssue #21326: Add a new is_closed() method to asyncio...
2014-06-10 Victor StinnerIssue #21700: Fix asyncio doc, add DatagramProtocol
2014-06-10 Terry Jan ReedyIssue #21695: Catch AttributeError created when user...
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 #21677: Fixed chaining nonnormalized exceptions...
2014-06-09 Nick CoghlanIssue #21569: Fix incorrect cross reference
2014-06-08 Zachary WareIssue #21683: Add Tix build to the Windows buildbot...
2014-06-08 Terry Jan Reedywhitespace
2014-06-08 Terry Jan ReedyIssue #21682: Replace EditorWindow with mock to elimina...
2014-06-08 Benjamin Petersonmake sure the builtin help function doesn't fail when...
2014-06-08 Benjamin Petersondocument TokenError and unclosed expression behavior...
2014-06-07 Benjamin Petersondon't remove self from example code in the HTML output...
2014-06-07 Benjamin Petersonin ftp cache pruning, avoid changing the size of a...
next