]> granicus.if.org Git - python/shortlog
python
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...
2014-06-07 Benjamin Petersondon't remove self from example code in the HTML output...
2014-06-07 Benjamin Petersonspecify that getuid() returns the real uid (closes...
2014-06-07 Benjamin Petersondocument the compress_level argument to tarfile.open...
2014-06-07 Benjamin Petersonallow the keyword else immediately after (no space...
2014-06-07 Nick CoghlanUpdates to Python 2.7 What's New preamble
2014-06-07 Terry Jan ReedyIssue #21682: Replace EditorWindow with mock to elimina...
2014-06-06 Terry Jan ReedyIssue #18910: test_textView - since all tests require...
2014-06-06 Zachary WareIssue #21671, CVE-2014-0224: Update the Windows build...
2014-06-05 Zachary WareIssue #18292: s/tkinter/Tkinter/
2014-06-05 R David Murray#21653: fix doc for return type of sqlite3.Row.keys().
2014-06-05 Terry Jan Reedywhitespace
2014-06-05 Terry Jan ReedyIssue #18910: Add unittest for textView. Patch by Phil...
2014-06-05 Terry Jan ReedyIssue #18292: Idle - test AutoExpand. Patch by Saihadha...
2014-06-04 Terry Jan ReedyIssue #21654: Fix interaction with warnings. Patch...
2014-06-04 Terry Jan ReedyIssue #18409: Idle: add unittest for AutoComplete....
2014-06-03 Senthil KumaranUpdate references to Python docs in the sidebar index.
2014-06-03 Terry Jan ReedyIssue 21533: Dicts take iterables, not iterators. Patch...
2014-06-02 Zachary WareIssue #18492: Allow all resources when tests are not...
2014-06-02 Serhiy StorchakaIssue #6181: Fixed minor bugs in tkinter.Listbox methods:
2014-06-02 Serhiy StorchakaIssue #6181: Fixed errors in tkinter.Listbox docstrings.
2014-06-01 Vinay SajipUpdated logging HOWTO section on optimization.
2014-06-01 Serhiy StorchakaIssue #19656: Running Python with the -3 option now...
2014-06-01 Serhiy StorchakaIssue #21605: Added tests for Tkinter images.
2014-06-01 Serhiy StorchakaAdded missed calls of splitlist().
2014-06-01 Terry Jan ReedyIssue #21477: Update htest docstring and remove extrane...
2014-05-31 Benjamin Petersonpost 2.7.7 version bump
2014-05-31 Benjamin Petersonbackport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
2014-05-31 Benjamin Petersongive the correct fixer name (closes #21604)
2014-05-31 Benjamin Petersonmerge 2.7.7 release branch
2014-05-31 Benjamin PetersonAdded tag v2.7.7 for changeset f89216059edf
2014-05-31 Benjamin Petersonfix news header v2.7.7
2014-05-31 Benjamin Petersonbump to 2.7.7 final
2014-05-31 Benjamin Petersonopenssl requires nasm (#21462)
2014-05-31 Benjamin Petersonopenssl requires nasm (#21462)
2014-05-31 Ned DeilyIssue #21572: Change license command to fallback to...
2014-05-30 Terry Jan ReedyIssue #21593: (from StackOverflow) minor doc clarificat...
2014-05-30 Vinay SajipMerged upstream changes.
2014-05-30 Steve DowerIssue #21462 PEP 466: upgrade OpenSSL in the Python...
next