]> granicus.if.org Git - python/shortlog
python
2014-08-26 Stefan KrahIssue 22090: Fix '%' formatting for infinities and...
2014-08-24 Benjamin Petersonallow test to work on implementations not using ref...
2014-08-24 Benjamin Petersonfix some test_weakref tests to not rely on ref-counting...
2014-08-24 Benjamin Petersondon't segfault when trying to fdopen() a fd for a dir...
2014-08-24 Serhiy StorchakaIssue #22236: Tkinter tests now don't reuse default...
2014-08-24 Ned DeilyIssue #21166: fix typo in comment
2014-08-23 Terry Jan ReedyIssue #22243: fix except grammar in reference.
2014-08-23 Terry Jan ReedyMerge heads.
2014-08-23 Nick CoghlanUpdate PEP 466 What's New in 2.7 section
2014-08-22 Ned DeilyIssue #22199: update Misc/NEWS
2014-08-22 Ned DeilyIssue #22199: Make get_makefile_filename() available...
2014-08-22 Ned DeilyIssue #21166: Prevent possible segfaults and other...
2014-08-22 Brett CannonIssue #22191: Fix warnings.__all__.
2014-08-21 Serhiy StorchakaImport Tkinter as tkinter to help merging and avoid...
2014-08-21 Ned DeilyIssue #1730136: Fix backported exception name.
2014-08-21 Benjamin Petersonfix error message for invalid curve name
2014-08-20 Benjamin PetersonBacked out changeset 7c19f1f792c6
2014-08-20 Benjamin Petersondon't call rl_initialize when stdout is not a tty
2014-08-20 Benjamin Petersonexpect socket.error instead of the py3ism OSError
2014-08-20 Benjamin Petersonallow any socket error for rude shutdown test
2014-08-20 Benjamin Petersonlink _ssl to crypt32.lib on windoze
2014-08-20 Benjamin PetersonPyUnicode -> PyString and PyLong -> PyInt
2014-08-20 Benjamin Petersonbackport many ssl features from Python 3 (closes #21308)
2014-08-20 Senthil KumaranFix Issue #8797: Raise HTTPError on failed Basic Authen...
2014-08-19 Terry Jan ReedyIdle ColorDelegator: finish removing code for 'as'.
2014-08-19 Terry Jan ReedyIdle ColorDelegator: remove special case code for ...
2014-08-19 Serhiy StorchakaFixed typo.
2014-08-19 Serhiy StorchakaIssue #15696: Add a __sizeof__ implementation for mmap...
2014-08-18 Serhiy StorchakaClean up test_user_command.
2014-08-17 Serhiy StorchakaIssue #22068: Avoided reference loops with Variables...
2014-08-17 Serhiy StorchakaIssue #22201: Command-line interface of the zipfile...
2014-08-17 Serhiy StorchakaRemoved useless Py_LIMITED_API checks.
2014-08-16 Senthil Kumaranbackout changeset e0510a3bdf8f - due to buildbot failur...
2014-08-16 Victor StinnerCloses #22188: test_gdb now runs gdb with -nx: "Do...
2014-08-16 Senthil KumaranFix Issue #8797: Raise HTTPError on failed Basic Authen...
2014-08-15 Terry Jan ReedyIssue #17390: Adjust Editor window title. Remove 'Pytho...
2014-08-14 Serhiy StorchakaIssue #22193: Added private function _PySys_GetSizeOf...
2014-08-12 Serhiy StorchakaDecreased memory requirements of new tests added in...
2014-08-12 Serhiy StorchakaIssue #21448: Fixed FeedParser feed() to avoid O(N...
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...
next