]> granicus.if.org Git - python/shortlog
python
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 ...
2014-06-29 Benjamin Petersondon't allow unicode into type_map on Windows (closes...
2014-06-28 Jesus CeaCloses #11279: test_posix and lack of "id -G" support...
2014-06-28 Berker PeksagFix typo pointed out by Dmitry Chaplinsky on docs@.
2014-06-27 Ned DeilyIssue #21875: Remove vestigial references to Classic...
2014-06-27 Benjamin Petersondon't overwrite the error from PyObject_GetAttrString...
2014-06-26 Berker PeksagIssue #19897: Use python as executable instead of python3.
2014-06-26 Raymond HettingerIssue #19145: Remove duplicate ACKS entry
2014-06-26 Terry Jan ReedyIssue #18592: For idlelib.SearchDialogBase, edit and...
2014-06-25 Ned DeilyIssue #21811: Anticipated fixes to 2.7 configure for...
2014-06-25 Ned DeilyIssue #21811: Anticipated fixes to 3.x and 2.7 for...
2014-06-25 Serhiy StorchakaIssue #21729: Used the "with" statement in the dbm...
2014-06-25 Jesus CeaCloses #20872: dbm/gdbm/ndbm close methods are not...
2014-06-25 Vinay SajipFixed typo in documentation.
2014-06-25 Raymond HettingerIssue #19145: Fix handling of negative values for...
2014-06-25 Terry Jan ReedyIssue #14117: Inprove help text and docstrings, some...
2014-06-25 Raymond HettingerAdd news entry for 21832
2014-06-24 R David Murray#20155: use fake HTTP method names so windows doesn...
2014-06-24 Raymond HettingerIssue 21832: Require named tuple inputs to be exact...
2014-06-24 Benjamin Petersonadd Chris Foster
2014-06-24 Benjamin Petersonavoid overflow with large buffer sizes and/or offsets...
2014-06-24 Raymond HettingerIssue #11974: Add tutorial section on class and instan...
2014-06-23 Benjamin Petersonadjust zipfile tests for splitdrive improvements
2014-06-23 Raymond HettingerDisplay the name not the group itself
2014-06-23 Raymond HettingerIssue #8343: Named group error msgs did not show the...
2014-06-23 Benjamin Petersonfix ntpath.join on UNC-style paths by backporting py3k...
2014-06-23 Benjamin Petersonclarify that islink only really works if python knows...
2014-06-22 Terry Jan ReedyIssue #21824: Turtledemo 2.7 help menu entries now...
2014-06-22 Terry Jan ReedyIssue #21823: Catch turtle.Terminator exceptions in...
2014-06-21 Raymond HettingerIssue 21635: Fix caching in difflib.SequenceMatcher...
2014-06-20 Charles-François... Fix test_pydoc failure introduced by e89c39125892....
2014-06-20 Charles-François... Issue #21491: SocketServer: Fix a race condition in...
2014-06-20 Terry Jan ReedyIssue #21768: fix type in test_pydoc, patch by Claudiu...
2014-06-20 Senthil Kumaranissue 20091 - index entry for __main__ in runpy docs.
2014-06-19 Ezio Melotti#21690: fix a couple of links in the docs of the re...
2014-06-19 Charles-François... Merge.
2014-06-19 Charles-François... Issue #21810: Backport mmap-based arena allocation...
2014-06-19 Antoine PitrouIssue #21722: The distutils "upload" command now exits...
2014-06-17 Terry Jan ReedyIssue #21694: Add unittest for ParenMatch. Patch by...
2014-06-17 Ned DeilyIssue #21789: fix broken link (reported by Jan Varho)
2014-06-17 Benjamin Petersonadd Ammar Brohi for running ssllab's test on python...
2014-06-17 Benjamin Petersonrevert tstate_delete_common, since it's pretty much...
2014-06-17 Benjamin Petersonavoid a deadlock with the interpreter head lock and...
2014-06-17 Benjamin Petersoncheck if the thread is finalizing after retaking the GIL
2014-06-17 Benjamin Petersonavoid crashes and lockups from daemon threads during...
2014-06-16 Terry Jan ReedyAdd Idle news entries (plus whitespace fix from other...
2014-06-16 Terry Jan ReedyIssue #21686: add unittest for idlelib.HyperParser...
2014-06-16 Zachary WareFix typo reported by Jesse W on docs@
2014-06-16 Jesus CeaCloses #21759: URL Typo in Documentation FAQ
2014-06-16 Terry Jan ReedyIssue #19362: Tweek len() doc and docstring to expand...
2014-06-16 Terry Jan Reedywhitespace
2014-06-16 Terry Jan ReedyIssue #21686: idlelib/HyperParser.py - Update docstring...
2014-06-16 Benjamin Petersonclarify when the list of subdirectories is read (closes...
2014-06-15 Benjamin Petersondocument IOBase.__del__'s behavior (closes #21764)
2014-06-15 Benjamin Petersonurl unquote the path before checking if it refers to...
2014-06-14 Vinay SajipIssue #21742: Set stream to None after closing.
2014-06-13 R David Murray#5904: Add sentence about the encoding of strftime...
2014-06-13 Zachary WareIssue #19493: Backport 6f63fff5c120
2014-06-13 Terry Jan ReedyIssue #21726: Remove unnecessary and contextually wrong...
2014-06-12 Terry Jan ReedyIssue #12387: Add missing upper(lower)case versions...
2014-06-11 Senthil Kumaran#21693 - Fix the broken link for pylons project.
2014-06-10 Terry Jan ReedyIssue #21695: Catch AttributeError created when user...
2014-06-10 Terry Jan ReedyCloses Issue 21659: Improve Idle calltips for *args...
2014-06-09 R David Murray#20903: clarify what happens when an smtp connection...
2014-06-09 Serhiy StorchakaIssue #21310: Fixed possible resource leak in failed...
2014-06-08 Zachary WareIssue #21683: Add Tix build to the Windows buildbot...
2014-06-08 Terry Jan Reedywhitespace
2014-06-08 Terry Jan ReedyIssue #21682: Replace EditorWindow with mock to elimina...
2014-06-08 Benjamin Petersonmake sure the builtin help function doesn't fail when...
2014-06-08 Benjamin Petersonbacked out 86ba41b7bb46 (#18910) for test breakage
2014-06-08 Benjamin Petersondocument TokenError and unclosed expression behavior...
next