]> granicus.if.org Git - python/shortlog
python
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...
2014-06-07 Benjamin Petersonspecify that getuid() returns the real uid (closes...
2014-06-07 Benjamin Petersondocument the compress_level argument to tarfile.open...
2014-06-07 Benjamin Petersonallow the keyword else immediately after (no space...
2014-06-07 Nick CoghlanIssue #21569: sync Python 2.7 What's New with 2.7 version
2014-06-07 Nick CoghlanIssue #21667: Clarify string data model description
2014-06-07 Terry Jan ReedyIssue #21682: Replace EditorWindow with mock to elimina...
2014-06-06 Terry Jan ReedyIssue #18910: test_textView - since all tests require...
2014-06-06 Zachary WareQuash extraneous quote.
2014-06-06 Zachary WareIssue #21671, CVE-2014-0224: Update the Windows build...
2014-06-05 R David Murray#21662: fix typo, improve sentence flow
2014-06-05 R David Murray#21653: fix doc for return type of sqlite3.Row.keys().
2014-06-05 Zachary WareIssue #21661: Fix typo.
2014-06-05 Zachary WareRevert Tools/buildbot/external-common.bat to normal...
2014-06-05 Zachary WareForce a clean pull-and-build of Tcl/Tk on Windows build...
2014-06-05 Zachary WareClean up Tcl/Tk building in the Windows buildbot scripts.
2014-06-05 Victor StinnerTulip issue 83, Python issue #21252: Fill some XXX...
2014-06-05 Vinay SajipIssue #21663: Fixed error caused by trying to create...
2014-06-05 Terry Jan Reedywhitespace
2014-06-05 Terry Jan ReedyIssue #18910: Add unittest for textView. Patch by Phil...
2014-06-05 Terry Jan ReedyMerge heads.
2014-06-05 Terry Jan ReedyIssue #18292: Idle - test AutoExpand. Patch by Saihadha...
2014-06-04 Barry WarsawDon't chmod() if path is a symlink.
2014-06-04 Terry Jan ReedyIssue #18409: Idle: add unittest for AutoComplete....
2014-06-03 Victor StinnerFix asyncio tests on Windows: wait for the subprocess...
2014-06-03 Victor StinnerIssue #21651: Fix ResourceWarning when running asyncio...
2014-06-03 Victor Stinnercleanup test_asyncio/test_base_events.py: cm variable...
2014-06-03 Victor StinnerIssue #21119: asyncio: Make sure that socketpair()...
2014-06-03 Victor StinnerIssue #21119: asyncio now closes sockets on errors
2014-06-03 Vinay SajipIssue #21643: Updated test and fixed logic bug in lib64...
2014-06-03 Zachary WareIssue #21439: Fix a couple of typos.
2014-06-03 Senthil KumaranFix issue #21641: Close the socket before raising the...
2014-06-03 Senthil KumaranUpdate references to Python docs in the sidebar index.
2014-06-03 Terry Jan ReedyIssue 21533: Dicts take iterables, not iterators. Patch...
2014-06-02 Victor StinnerIssue #21601: Document asyncio.Task.cancel(). Initial...
2014-06-02 Zachary WareIssue #18492: Allow all resources when tests are not...
2014-06-02 Victor StinnerIssue #21639: Add a test to check that PyMem_Malloc...
2014-06-02 Victor StinnerIssue #21639: Fix name of _testcapi test functions
2014-06-02 Serhiy StorchakaIssue #6181: Fixed minor bugs in tkinter.Listbox methods:
2014-06-02 Zachary WareIssue #21623: open pyproject.props with an explicit...
2014-06-02 Serhiy StorchakaIssue #6181: Fixed errors in tkinter.Listbox docstrings.
2014-06-02 Victor StinnerIssue #21636: Fix test_logging, skip UNIX stream (AF_UN...
2014-06-02 Victor StinnerIssue #21634: Fix pystone micro-benchmark: use floor...
2014-06-02 Ned DeilyIssue #17095: Fix Modules/Setup *shared* support.
2014-06-01 Vinay SajipUpdated logging HOWTO section on optimization.
2014-06-01 Gregory P.... Skip test_subprocess test_close_fds_when_max_fd_is_lowe...
2014-06-01 Gregory P.... Attempt to fix the "too many open files" errors on...
2014-06-01 Gregory P.... Explicitly wait for the child instead of letting a...
2014-06-01 Gregory P.... Fix the comment to not refer to the removed end_fd...
2014-06-01 Gregory P.... Don't restrict ourselves to a "max" fd when closing...
2014-06-01 Serhiy StorchakaIssue #21605: Added tests for Tkinter images.
2014-06-01 Serhiy StorchakaAdded missed calls of splitlist().
2014-06-01 Terry Jan ReedyIssue #21477: Update htest docstring and remove extrane...
2014-05-31 Benjamin Petersongive the correct fixer name (closes #21604)
2014-05-31 Ned DeilyIssue #21572: Change license command to fallback to...
2014-05-30 Terry Jan ReedyIssue #21593: (from StackOverflow) minor doc clarificat...
2014-05-30 Vinay SajipIssue #21608: Updated HTTPHandler documentation.
2014-05-30 Serhiy StorchakaTest correct getXXX methods in Tkinter bigmem tests.
2014-05-30 Serhiy StorchakaIssue #21552: Fixed possible integer overflow of too...
2014-05-30 Serhiy StorchakaAdd tests for getint, getdouble and getboolean methods...
2014-05-30 Gregory P.... Fix issue #14315: The zipfile module now ignores extra...
2014-05-29 Eric SnowIssue #21226: fix a ref leak.
2014-05-29 Terry Jan ReedyIssue #21477: Add htests for GrepDialog, UndoDelegator...
2014-05-28 Victor StinnerIssue #21454: Fix asyncio.BaseEventLoop.connect_read_pi...
2014-05-28 Victor StinnerIssue #21376: document asyncio.TimeoutError
2014-05-28 Serhiy StorchakaRestore performance of some dumb database methods ...
2014-05-28 Serhiy StorchakaIssue #21402: tkinter.ttk now works when default root...
2014-05-28 Serhiy StorchakaIssue #21493: Added test for ntpath.expanduser(). ...
2014-05-28 Serhiy StorchakaIssue #10203: sqlite3.Row now truly supports sequence...
2014-05-28 Vinay SajipIssue #18807: If copying (no symlinks) specified for...
next