]> granicus.if.org Git - python/shortlog
python
2014-10-28 Georg BrandlCloses #22736: move seealso to the bottom of the sectio...
2014-10-28 Ezio Melotti#22237: fix patch attribution.
2014-10-28 Ezio Melotti#22237: document that sorted() is guaranteed to be...
2014-10-26 Zachary WareUpdate OpenSSL version in PCbuild\readme.txt
2014-10-23 Terry Jan ReedyIssue #3068: Add Idle extension configuration dialog...
2014-10-22 Terry Jan ReedyIssue #16863: Explain difference between text and 2...
2014-10-22 Vinay SajipUpdated cookbook entry to replace shutil.chown with...
2014-10-20 Antoine PitrouIssue #22660: update various mentions in the ssl module...
2014-10-19 Benjamin Petersonmake plural s lowercase
2014-10-19 Georg BrandlCloses #22663: patchcheck: only modify text files under...
2014-10-19 Zachary WareFix a typo caught by Gabriella Capone on docs@
2014-10-18 Terry Jan ReedyIssue #20155: Fix non-buildbot test failure on Windows...
2014-10-18 R David Murray#9351: set_defaults on subparser is no longer ignored...
2014-10-17 Zachary WareIssue #22644: Update the Windows build to OpenSSL 1...
2014-02-20 Zachary WareIssue #20221: Removed conflicting (or circular) hypot...
2014-10-17 Zachary WareFix badly merged NEWS item.
2014-10-17 Benjamin Petersonadd back NEWS entries removed by 1c2c44313408
2014-10-17 Benjamin Petersonremove link to the 'original package specification...
2014-10-17 Vinay SajipIssue #22646: Accept list as well as tuple to support...
2014-10-17 Terry Jan ReedyIssue #22629: Revise idle_test.htest, mostly docstring...
2014-10-17 Terry Jan ReedyIssue #22628: Increase Treewidge line spacing so lines...
2014-10-16 Terry Jan ReedyIssue #16233: When the module browser is not invoked...
2014-10-14 Terry Jan ReedyIssue #3068: Change 0/1 to False/True so that extension...
2014-10-14 Terry Jan ReedyIssue #22632: replace dead link with version-specific...
2014-10-14 Serhiy StorchakaIssue #21855: Fixed the decimal module in unicode disab...
2014-10-13 Alex GaynorUse https:// URLs for the bug tracker in the :issue...
2014-10-13 Alex Gaynorissue22626: Use https:// for a link to the bug tracker
2014-10-13 Benjamin Petersonmerge heads
2014-10-13 Charles-François... Merge.
2014-10-13 Charles-François... Issue #22435: Fix a file descriptor leak when SocketSer...
2014-10-13 Benjamin Petersonnote xmlrpclib doesn't verify certs (yet)
2014-10-13 Serhiy StorchakaFixed the test of issue #13664 on platforms without...
2014-10-13 Terry Jan ReedyIssue #22614: Don't try to update deleted text. Patch...
2014-10-13 Terry Jan ReedyChange deprecated Exception.message to Exception.args...
2014-10-12 Serhiy StorchakaIssue #13664: GzipFile now supports non-ascii Unicode...
2014-10-12 R David Murray#13096: Fix segfault in CTypes POINTER handling of...
2014-10-12 Serhiy StorchakaAlways handle non-handled events before destoying root...
2014-10-12 R David Murray#17325: Improve distutils PyPI documentation.
2014-10-12 R David Murray#11973: add test for previously fixed kevent signed...
2014-10-12 Serhiy StorchakaMerge heads
2014-10-12 Georg BrandlCloses #22586: clarify meaning of allow_fragments in...
2014-10-12 Serhiy StorchakaFixed and optimized a test of issue #22526.
2014-10-12 Terry Jan ReedyIssue #14105: Change comment to reflect fix. Patch...
2014-10-10 Antoine PitrouIssue #22604: Fix assertion error in debug mode when...
2014-10-10 Zachary WareIssue #15414: Clean and correct the os.path.join docs.
2014-10-10 Petri LehtinenIssue #11694: Raise ConversionError in xdrlib as documented
2014-10-10 Terry Jan ReedyIssue #22575: Revise bytearray entry for 2.7.
2014-10-10 R David Murray#0712: 2to3 has a new "asserts" fixer that replaces...
2014-10-09 Terry Jan ReedyDe-'colour'ize stdlib except for idlelib.configDialog.
2014-10-09 Victor StinnerCloses #22580: Fix documentation of PyUnicode_Tailmatch()
2014-10-09 Terry Jan ReedyIssue 3068: Move idlelib.configDialog action button...
2014-10-07 Terry Jan Reedyidlelib.configHandler: revise docstrings, add spaces...
2014-10-07 Benjamin Petersonuse source role instead of linking to svn
2014-10-06 Benjamin Petersonmake _socket.socket weakrefable (closes #22569)
2014-10-06 Georg BrandlCloses #19071: "self" argument is not the module for...
2014-10-06 Georg BrandlCloses #16155: fix a few errors in doctest output of...
2014-10-06 Georg BrandlCloses #17057: fix grammar in old-style vs new-style...
2014-08-04 Ezio Melotti#18034: update FAQ to suggest importlib.import_module...
2014-08-04 Terry Jan ReedyPEP 8 spacing in idlelib.configDialog: mostly a = b...
2014-08-03 Jason R. CoombsIssue #13540: Merge commits
2014-08-03 Jason R. CoombsIssue #13540: Update references to Action class to...
2014-08-02 Raymond HettingerFix typo in comment.
2014-08-01 doko@ubuntu.com - update config.guess and config.sub to support openrisc.
2014-07-31 Serhiy StorchakaIssue #21580: Now Tkinter correctly handles binary...
2014-07-30 Terry Jan ReedyIssue #22068: Don't create self reference cycles in...
2014-07-30 Serhiy StorchakaIssue #21951: Temporary skip crashing test_user_command...
2014-07-29 Victor StinnerIssue #22023: Fix %S, %R and %V formats of PyUnicode_Fr...
2014-07-29 Robert JordensIssue #21591: add test for qualified exec in tuple...
2014-07-29 Dirkjan OchtmanIssue #21591: Handle exec backwards compatibility in...
2014-07-28 Victor StinnerIssue #19612: subprocess.communicate() now also ignores...
2014-07-27 Terry Jan ReedyReduce unnecessary 2.7 versus 3.4+ differences in...
2014-07-27 Terry Jan ReedyModernize turtledemo with conditional expressions;...
2014-07-26 Victor StinnerFix repr(_socket.socket) on Windows 64-bit: don't fail...
2014-07-26 Victor Stinnersocketmodule.c: backport INVALID_SOCKET from Python...
2014-07-26 Charles-François... Issue #19875: Fix random test_getsockaddrarg() failure.
2014-07-25 Zachary WareIssue #21958: Define HAVE_ROUND when building with...
2014-07-25 Raymond HettingerIssue #21990: Cleanup unnecessary inner class definiti...
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 StinnerIssue #19884, readline: calling rl_variable_bind (...
2014-07-24 Victor StinnerIssue #16133: The asynchat.async_chat.handle_read(...
2014-07-24 Serhiy StorchakaIssue #1730136: Fix comparison between a tk Font object...
2014-07-24 Victor StinnerIssue #19884: readline: Disable the meta modifier key...
2014-07-24 Andrew SvetlovFix grammar
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 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-22 Zachary WareFix minor typo in round docs. Reported by Scott Hinton...
2014-07-22 Zachary WareCloses #21665: Don't use OPTS=noxp or -DWINVER=0x0500...
2014-07-22 Serhiy StorchakaFixed bugs in reprs of CookieJar and multiprocessing...
2014-07-22 Serhiy StorchakaBackout 308f3c1e36d3. This change (issue21044) does...
2014-07-22 Serhiy StorchakaIssue #15759: "make suspicious", "make linkcheck" and...
2014-07-21 Antoine PitrouIssue #21976: Fix test_ssl to accept LibreSSL version...
2014-07-21 Raymond HettingerIssue #21868: Prevent turtle crash due to invalid undo...
2014-07-20 Benjamin Petersonadd #
2014-07-20 Benjamin Petersoncorrect ref counting of default_action (closes #22017)
next