]> granicus.if.org Git - python/shortlog
python
2014-07-16 Zachary WareIssue #21918: Convert test_tools.py to a sub-package...
2014-07-16 Zachary WareRemove Tools/scripts/pydocgui.pyw.
2014-07-16 Victor Stinnerasyncio: test_as_completed(): disable "slow callback...
2014-07-16 Victor StinnerIssue #21163: Fix "destroy pending task" warning in...
2014-07-16 Victor StinnerIssue #21163, asyncio: Ignore "destroy pending task...
2014-07-16 Victor Stinnerasyncio: test_selector_events: remove duplicate call...
2014-07-16 Tal EinatIssue #21765: Add support for non-ascii identifiers...
2014-07-15 Terry Jan ReedyIssue #21982: Add minimal unittest for configDialog...
2014-07-14 Victor Stinnerasyncio tests: make quiet the logs of SSL handshake...
2014-07-14 Victor Stinnerasyncio: sync with Tulip
2014-07-14 Serhiy StorchakaCall PyErr_NoMemory() when PyMem_Malloc() fails.
2014-07-14 Raymond HettingerIssue 21977: Minor improvements to the regexes in...
2014-07-13 Terry Jan ReedyIssue #18592: Method return signature changes made...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-12 Berker PeksagIssue #19076: Don't pass the redundant 'file' argument...
2014-07-12 Victor Stinnerasyncio: Server.close() leaves client sockets open
2014-07-12 Victor Stinnerasyncio: sync with Tulip
2014-07-11 Victor Stinnerasyncio: improve the documentation of servers
2014-07-11 Victor Stinnerasyncio, Tulip issue 180: Make Server attributes and...
2014-07-11 Berker PeksagIssue #21906: Make Tools/scripts/md5sum.py work in...
2014-07-11 Victor Stinnerasyncio: enhance documentation of platform support
2014-07-11 Victor Stinnerasyncio: sync with Tulip
2014-07-11 Terry Jan ReedyIssue #18592: Make unittest for SearchDialogBase work...
2014-07-11 Terry Jan ReedyIdle News entries.
2014-07-11 Terry Jan Reedy#21940: Add unittest for WidgetRedirector. Initial...
2014-07-10 Victor Stinnerasyncio: sync with Tulip
2014-07-10 Victor Stinnerasyncio: sync with Tulip
2014-07-10 Victor Stinnerasyncio: sync with Tulip
2014-07-10 Zachary WareIssue #21942: Fixed source file viewing in pydoc's...
2014-07-10 Terry Jan ReedyIssue #21940: add docstrings to idlelib.WidgetRedirector.
2014-07-09 Berker PeksagIssues #21948 and #16040: Fix typos.
2014-07-08 Victor Stinnerasyncion, Tulip issue 181: BaseEventLoop.create_datagra...
2014-07-08 Victor StinnerIssue #21680: Document asyncio event loops
2014-07-08 Victor StinnerUpdate asyncio documentation
2014-07-08 Victor Stinnerasyncio: sync with Tulip
2014-07-07 Victor StinnerIssue #11259: asynchat.async_chat().set_terminator...
2014-07-07 Victor Stinnerasynchat: PEP8-ify the code
2014-07-07 Victor StinnerIssue #12523: asynchat.async_chat.push() now raises...
2014-07-07 Victor StinnerIssue #21925: PyImport_Cleanup(): Remove unused paramet...
2014-07-07 Victor StinnerIssue #21781, _ssl: Fix asn1obj2py() on Windows 64...
2014-07-07 Zachary WareIssue #17846: Clarify note about Solution Folders.
2014-07-07 Zachary WareFix MSVC edition mismatch.
2014-07-07 Berker PeksagIssue #21707: Fix tests on Windows.
2014-07-07 Victor Stinnerasyncio: sync with Tulip
2014-07-07 Victor Stinnerasyncio: sync with Tulip
2014-07-07 Serhiy StorchakaMerge heads
2014-07-07 Berker PeksagIssue #21707: Add missing kwonlyargcount argument to...
2014-07-07 Serhiy StorchakaIssue #21881: Just omit tests for platform-specific...
2014-07-07 Serhiy StorchakaIssue #19593: Use specific asserts in importlib tests.
2014-07-07 Serhiy StorchakaMerge heads
2014-07-07 Serhiy StorchakaIssue #21881: Be more tolerant in test_tcl to not parsa...
2014-07-07 Antoine PitrouIssue #20639: calling Path.with_suffix('') allows remov...
2014-07-07 Antoine PitrouIssue #21714: Disallow the construction of invalid...
2014-07-06 Ned DeilyIssue #21923: Prevent AttributeError in distutils.sysco...
2014-07-06 Ezio Melotti#20135: move FAQ about mutable default arguments to...
2014-07-05 Victor StinnerCloses #21921: Fix ResourceWarning in the asyncio examp...
2014-07-05 Victor StinnerCloses #21886, #21447: Fix a race condition in asyncio...
2014-07-05 Berker PeksagIssue #21920: Add a missing colon to the __main__ doc.
2014-07-05 Antoine PitrouIssue #21897: Fix a crash with the f_locals attribute...
2014-07-05 Benjamin Petersonproperly decref the return value of close()
2014-07-04 Victor StinnerIssue #21892, #21893: Partial revert of changeset 4f55e...
2014-07-04 Berker PeksagAdd an index entry for exec() builtin.
2014-07-03 Zachary WareIssue #21151: Fixed a segfault in the winreg module.
2014-07-03 Andrew SvetlovUpdate docs about tp_richcompare
2014-07-02 Raymond HettingerFix guidance for subclassing collections.Set()
2014-07-02 Victor Stinnerasyncio: sync with Tulip
2014-07-02 Victor StinnerIssue #21090: io.FileIO.readall() does not ignore I...
2014-07-02 Andrew SvetlovUse try-finally idiom in example for locks in multiproc...
2014-07-02 Terry Jan ReedyMore idlelib cleanup inspired by pyflakes.
2014-07-02 Zachary WareIssue #18258: Fix test discovery for test_codecmaps_*.
2014-07-01 Terry Jan ReedyDelete a few unused names suggested by pyflakes.
2014-07-01 Victor StinnerIssue #8677: make the zlib module "ssize_t clean" for...
2014-07-01 Victor StinnerCloses #21780: make the unicodedata module "ssize_t...
2014-07-01 Victor StinnerIssue #21781: Make the ssl module "ssize_t clean" for...
2014-07-01 Victor Stinnerasyncio: Fix test_sleep_cancel(): call_later() mock...
2014-07-01 Victor StinnerCloses #21892, #21893: Use PY_FORMAT_SIZE_T instead...
2014-07-01 Ned DeilyIssue #21891: remove extraneous semicolon.
2014-07-01 Terry Jan ReedyIssue #18592: Refactor 2 SearchDialogBase.create_(optio...
2014-07-01 Berker PeksagIssue #13689: Remove a dead link from howto/urllib.
2014-07-01 Terry Jan ReedyIssue #18592: Add unittests for SearchDialogBase. Patch...
2014-06-30 Terry Jan ReedyIssue #21882: In turtle demos, remove module scope...
2014-06-30 Victor StinnerIssue #21163: BaseEventLoop.run_until_complete() and...
2014-06-30 Victor Stinnerasyncio: sync with Tulip
2014-06-30 Berker PeksagFix typo in socket.getaddrinfo() docstring.
2014-06-30 Ned DeilyIssue #21811: Add Misc/NEWS entry.
2014-06-30 Berker PeksagIssue #14235: Use importlib.reload() in test_cmd.test_c...
2014-06-29 Stefan KrahIssue #21778: Clarify use of flags if PyBuffer_FillInf...
2014-06-29 Berker PeksagIssue #20753: Skip PasswordProtectedSiteTestCase when...
2014-06-28 Victor Stinnerasyncio: sync with Tulip, add a new asyncio.coroutines...
2014-06-28 Jesus CeaCloses #11279: test_posix and lack of "id -G" support...
2014-06-27 Victor Stinnerasyncio: Fix two "Coroutine xxx was never yielded from...
2014-06-27 Victor Stinnerasyncio: Fix unit tests on Windows, escape filenames...
2014-06-27 Victor StinnerIssue #11453: asyncore: emit a ResourceWarning when...
2014-06-27 Victor StinnerCloses #21582: Cleanup test_asyncore. Patch written...
2014-06-27 Ezio MelottiFix indentation and class name in socket howto example.
2014-06-27 Victor Stinnerasyncio, Tulip issue 137: In debug mode, save traceback...
2014-06-27 Victor Stinnerasyncio, Tulip issue 137: In debug mode, add the traceb...
2014-06-27 Victor Stinnerasyncio: Oops, restore a removed test
next