]> granicus.if.org Git - python/shortlog
python
2014-08-12 Serhiy StorchakaIssue #17923: glob() patterns ending with a slash no...
2014-08-11 Zachary WareIssue #22178: Fix the date of the Windows epoch (Jan...
2014-08-10 Raymond HettingerIssue #22174: Clean-up grammar and ambiguities in...
2014-08-10 doko@ubuntu.com- Issue #22176: Update the ctypes module's libffi to...
2014-08-10 Benjamin Petersonremove casts
2014-08-10 Benjamin Petersontest for 2 arg exec case
2014-08-10 Benjamin Petersonrestore runtime exec test (#21591)
2014-08-09 Terry Jan ReedyIssue #14105: Stop removing breakpoints from Idle editors.
2014-08-07 Zachary WareIssue #22160: Update OpenSSL to 1.0.1i for the Windows...
2014-08-07 Ezio Melotti#22092: use absolute imports in unittest tests. Patch...
2014-08-06 Serhiy StorchakaIssue #18004: test_overflow in test_list by mistake...
2014-08-06 Serhiy StorchakaIssue #21975: Fixed crash when using uninitialized...
2014-08-05 Vinay SajipIssue #22130: Corrected fileConfig() documentation.
2014-08-05 Ezio Melotti#21928: clarify functools.wraps docs.
2014-08-05 Berker PeksagIssue #16037: HTTPMessage.readheaders() raises an HTTPE...
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)
2014-07-20 Jason R. CoombsIssue #13540: Removed redundant documentation about...
2014-07-19 Benjamin Petersonargs doesn't need to be a tuple (closes #17210)
2014-07-19 Mark DickinsonIssue #22006: Remove outdated thread module caveat...
2014-07-18 Benjamin Petersonadd missing 'because' (closes #22008)
2014-07-18 Zachary WareIssue #22004: Correct an argument name.
2014-07-16 Serhiy StorchakaIssue 21044: tarfile.open() now handles fileobj with...
2014-07-16 Serhiy StorchakaAdd helpers for testing unicode disabled builds.
2014-07-16 Zachary WareFix a minor typo in the turtle docs. Found by Brandon...
2014-07-15 Terry Jan ReedyIssue #21982: Add minimal unittest for configDialog...
2014-07-14 Serhiy StorchakaCall PyErr_NoMemory() when PyMem_Malloc() fails.
2014-07-14 Terry Jan ReedyIssue #17506: Synchronize Misc/NEWS and idlelib/NEWS...
2014-07-13 Terry Jan ReedyIssue #18592: Method return signature changes made...
2014-07-13 Ned DeilyIssue #21323: Fix CGIHTTPServer to again handle scripts...
2014-07-11 Steve Dower#21959: Adds 2.7.8 product code to Tools/msi/uuids.py
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 Terry Jan ReedyIssue #21940: add docstrings to idlelib.WidgetRedirector.
2014-07-09 Ezio Melotti#21945: fix typo in Cookie module docstring.
2014-07-07 Zachary WareFix typo found by Scott Hinton on docs@
2014-07-07 Serhiy StorchakaIssue #21881: Just omit tests for platform-specific...
2014-07-07 Serhiy StorchakaIssue #21881: Be more tolerant in test_tcl to not parsa...
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 Benjamin Petersonproperly decref the return value of close()
2014-07-03 Zachary WareIssue #21151: Fixed a segfault in the _winreg module.
2014-07-02 Raymond HettingerFix guidance for subclassing collections.Set()
2014-07-02 Victor StinnerIssue #21090: io.FileIO.readall() does not ignore I...
2014-07-02 Berker PeksagIssue #19870: BaseCookie now parses 'secure' and 'httpo...
2014-07-02 Terry Jan ReedyMore idlelib cleanup inspired by pyflakes.
2014-07-01 Terry Jan ReedyDelete a few unused names suggested by pyflakes.
2014-07-01 Zachary WareIssue #14097: Backport 796d1371605d and subsequent...
2014-07-01 Terry Jan ReedyIssue #18592: Refactor 2 SearchDialogBase.create_(optio...
2014-07-01 Terry Jan Reedywhitespace
2014-06-30 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 Ned DeilyIssue #21811: Add Misc/NEWS entry.
2014-06-30 Benjamin Petersonafter 2.7.8
2014-06-30 Benjamin PetersonAdded tag v2.7.8 for changeset ee879c0ffa11
2014-06-30 Benjamin Petersonbump to 2.7.8 v2.7.8
2014-06-30 Benjamin Petersonupdate pydoc-topics
2014-06-29 Benjamin Petersonadd a test for access errors from OpenKey (closes ...
next