]> granicus.if.org Git - python/shortlog
python
2014-07-25 Zachary WareIssue #22072: Fix a couple of SSL doc typos. Patch...
2014-07-25 Charles-François... Merge.
2014-07-25 Charles-François... Issue #19875: Fix random test_getsockaddrarg() failure.
2014-07-25 Victor Stinnerasyncio, test_subprocess: relax timings for slow builbots
2014-07-25 Victor Stinnerasyncio: sync with Tulip
2014-07-25 Serhiy StorchakaIssue #22061: Add deprecation warnings in empty obsolet...
2014-07-25 Terry Jan ReedyIssue #22061: remove call of useless function slated...
2014-07-25 Terry Jan ReedyIssue #22053: Make help work, after previous patch...
2014-07-24 Victor Stinnerasyncio: sync with Tulip
2014-07-24 Victor StinnerIssue #19884, readline: calling rl_variable_bind (...
2014-07-24 Victor StinnerIssue #16133: The asynchat.async_chat.handle_read(...
2014-07-24 Victor StinnerBackport os.rst documentation from Python 3.5.
2014-07-24 Victor StinnerIssue #21813: Enhance documentation of the os.stat_resu...
2014-07-24 Victor StinnerIssue #19884: readline: Disable the meta modifier key...
2014-07-24 Victor Stinnertest_gettext: use support.rmtree() instead of shutil...
2014-07-24 Victor Stinnerasyncio tests: relax timings for slow buildbots
2014-07-24 Victor StinnerIssue #20055: Fix BaseEventLoop.stop() docstring, incom...
2014-07-24 Andrew SvetlovFix incomplete sentence in asyncio docs.
2014-07-24 Terry Jan ReedyAsyncio doc fixes: spelling, grammar, duplication.
2014-07-24 Terry Jan ReedyEnglich grammar nit.
2014-07-24 Benjamin Petersons/stringobject/bytesobject/ (closes #22036)
2014-07-24 Terry Jan ReedyFix doc example bug reported on python-list by Akshay...
2014-07-23 Terry Jan ReedyIssue #22053: Cleanup turtledemo start and stop and...
2014-07-23 Zachary WareIssue #19493: Fix two uses of ctypes.test.requires...
2014-07-23 Serhiy StorchakaMerge heads
2014-07-23 Serhiy StorchakaIssue #6167: Backported tests for Scrollbar.activate...
2014-07-23 Terry Jan ReedyIssue #21597: Turtledemo text pane can now be widened...
2014-07-23 Zachary WareIssue #22002: Make full use of test discovery in test...
2014-07-23 Victor Stinnerasyncio: sync with Tulip
2014-07-23 Serhiy StorchakaIssue #21888: plistlib's load() and loads() now work...
2014-07-23 Serhiy StorchakaCorrect issue #21044 patch author.
2014-07-23 Andrew SvetlovFix grammar
2014-07-22 Charles-François... Issue #21901: Cap the maximum number of file descriptor...
2014-07-22 Victor Stinnerasyncio, tulip issue 193: Convert StreamWriter.drain...
2014-07-22 Serhiy StorchakaFixed bugs in reprs of CookieJar and multiprocessing...
2014-07-22 Serhiy StorchakaMerge heads
2014-07-22 Serhiy StorchakaIssue #15759: "make suspicious", "make linkcheck" and...
2014-07-22 Senthil KumaranFix localhost checking in FileHandler. Raised in #21970.
2014-07-21 Antoine PitrouIssue #21976: Fix test_ssl to accept LibreSSL version...
2014-07-21 Victor StinnerIssue #19629: Add missing "import stat"
2014-07-21 Victor StinnerIssue #19811, #22022: test_pathlib uses support.rmtree...
2014-07-21 Victor StinnerIssue #19629: Fix support.rmtree(), use os.lstat()...
2014-07-21 Victor Stinnerasyncio: Fix test_stdin_broken_pipe(), drain() is not...
2014-07-21 Raymond HettingerIssue #21868: Prevent turtle crash due to invalid undo...
2014-07-20 Benjamin Petersonadd #
2014-07-19 Benjamin Petersonargs doesn't need to be a tuple (closes #17210)
2014-07-19 Mark DickinsonIssue #22006: Remove outdated _thread caveat. Thanks...
2014-07-18 Zachary WareIssue #22004: Correct an argument name.
2014-07-18 Victor StinnerFix asyncio.__all__: export also unix_events and window...
2014-07-17 Victor StinnerIssue #21247: Fix a race condition in test_send_signal...
2014-07-17 Victor StinnerPython issue #21645, Tulip issue 192: Rewrite signal...
2014-07-17 Victor Stinnerasyncio: Fix test_stdin_broken_pipe(), drain() can...
2014-07-17 Victor Stinnerasyncio, tulip issue 190: Process.communicate() now...
2014-07-17 Victor Stinnerasyncio, tulip issue 190: Process.communicate() must...
2014-07-17 Berker PeksagIssue #21994: Fix SyntaxError in the SSLContext.check_h...
2014-07-16 Serhiy StorchakaIssue 21044: tarfile.open() now handles fileobj with...
2014-07-16 Zachary WareFix a minor typo in the turtle docs. Found by Brandon...
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.
next