]> granicus.if.org Git - python/shortlog
python
2013-11-19 R David Murray#19449: Handle non-string keys when generating 'fieldna...
2013-11-19 doko@ubuntu.com- Update config.{guess,sub} for new ports.
2013-11-17 Serhiy StorchakaIssue #19603: Use specific asserts in test_decr.
2013-11-17 Antoine PitrouFix buildbot failure
2013-11-17 Ezio MelottiFix indentation in doc example.
2013-11-17 Richard OudkerkIssue #19599: Increase sleep period.
2013-11-17 Richard OudkerkFix handling of SystemExit and exit code. Patch by...
2013-11-17 Richard OudkerkIssue 16998: Clarify that += on a shared value is not...
2013-11-17 Antoine PitrouIssue #19508: warn that ssl doesn't validate certificat...
2013-11-17 Serhiy StorchakaIssue #19606: Use specific asserts in cookielib tests.
2013-11-17 Serhiy StorchakaIssue #19607: Use specific asserts in weakref tests.
2013-11-17 Serhiy StorchakaIssue #19605: Use specific asserts in datetime tests
2013-11-17 Serhiy StorchakaFix merge error in issue #19602.
2013-11-17 Serhiy StorchakaMerge heads
2013-11-17 Ezio Melotti#19238: fix typo in documentation.
2013-11-16 Serhiy StorchakaIssue #19604: Use specific asserts in array tests.
2013-11-16 Serhiy StorchakaIssue #19602: Use specific asserts in tkinter tests.
2013-11-16 Serhiy StorchakaIssue #19601: Use specific asserts in sqlite3 tests.
2013-11-16 Serhiy StorchakaIssue #19600: Use specific asserts in distutils tests.
2013-11-16 Serhiy StorchakaIssue #19594: Use specific asserts in unittest tests.
2013-11-16 Serhiy StorchakaIssue #19591: Use specific asserts in ctype tests.
2013-11-16 Serhiy StorchakaIssue #19590: Use specific asserts in email tests.
2013-11-16 Jason R. CoombsIssue #12853: Correct NameError in distutils upload...
2013-11-15 Vinay SajipIssue #19504: Used American spelling for 'customize'.
2013-11-15 Vinay SajipIssue #19523: Closed FileHandler leak which occurred...
2013-11-14 Serhiy StorchakaIssue #19592: Use specific asserts in lib2to3 tests.
2013-11-10 Benjamin Petersona post-2.7.6 world
2013-11-10 Benjamin Petersonmerge 2.7.6 release branch
2013-11-10 Benjamin PetersonAdded tag v2.7.6 for changeset 3a1db0d2747e
2013-11-10 Benjamin Peterson2.7.6 final v2.7.6
2013-11-09 Serhiy StorchakaIssue #1575020: Fixed support of 24-bit wave files...
2013-11-09 Serhiy StorchakaFix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11...
2013-11-07 Ezio Melotti#19480: HTMLParser now accepts all valid start-tag...
2013-11-07 R David Murraybackport #18985: Improve fcntl documentation.
2013-11-05 Serhiy StorchakaRevert wrong change in previous commit (issue #19085).
2013-11-05 Serhiy StorchakaMerge heads
2013-11-05 Serhiy StorchakaFix test_insertwidth Tkinter tests on Tk 8.5 with patch...
2013-11-05 Benjamin Petersonmerge 2.7.6 release branch
2013-11-05 Ned DeilyIssue #15663: Revert OS X installer built-in Tcl/Tk...
2013-11-05 Ned DeilyIssue #15663: Revert OS X installer built-in Tcl/Tk...
2013-11-05 Terry Jan ReedyIssue #19397: test_pydoc now works with -S (help not...
2013-11-04 Benjamin Petersonmerge 2.7.6 release branch
2013-11-04 Serhiy StorchakaIssue #19085: Fix running test_ttk_textonly on displayl...
2013-11-04 Serhiy StorchakaIssue #19085: Fix Tkinter tests on Tk 8.5 with patchlev...
2013-11-04 Nick CoghlanRemove merge artifact from Misc/NEWS
2013-11-04 Nick CoghlanClose #17827: Document codecs.encode & codecs.decode
2013-11-04 Zachary WareIssue #17883: Tweak test_tcl testLoadWithUNC to skip...
2013-11-04 Terry Jan ReedyIssue #XXXXX: Fix test_idle so that idlelib test cases...
2013-11-04 Zachary WareIssue #17883: Backport test.test_support._is_gui_availa...
2013-11-04 Ned DeilyIssue #15392: Install idlelib/idle_test.
2013-11-04 Zachary WareIssue #19391: Clean up PCbuild/readme.txt
2013-11-03 Serhiy StorchakaFix test_os (issue #18702).
2013-11-03 Serhiy StorchakaIssue #18702: All skipped tests now reported as skipped.
2013-11-03 Serhiy StorchakaIssue #19085: Fixed pixels rounding for last Tk patchle...
2013-11-03 Serhiy StorchakaIssue #6157: Fixed Tkinter.Text.debug(). Original...
2013-11-03 Serhiy StorchakaIssue #6160: The bbox() method of Tkinter.Spinbox now...
2013-11-02 Serhiy StorchakaIssue #19085: Fixed some Tkinter tests on Windows.
2013-11-02 Jason R. CoombsMerge
2013-11-02 Jason R. CoombsUpdate NEWS
2013-11-02 Serhiy StorchakaIssue #19085: Fix Tkinter tests with Tcl/Tk 8.4.
2013-11-02 Jason R. CoombsIssue #19286: [distutils] Only match files in build_py...
2013-11-02 Jason R. CoombsIssue #19286: Adding test demonstrating the failure...
2013-11-02 Serhiy StorchakaIssue #10734: Fix and re-enable test_ttk test_heading_c...
2013-11-02 Serhiy StorchakaIssue #19085: Added basic tests for all tkinter widget...
2013-11-01 Benjamin Petersonmerge 2.7.6 release branch
2013-11-01 Benjamin Petersonfix xmlcharrefreplace tests on wide build when tests...
2013-10-31 Serhiy StorchakaIssue #19457: Fixed xmlcharrefreplace tests on wide...
2013-10-31 Vinay SajipIssue #19455: Corrected inaccuracies in documentation...
2013-10-30 Benjamin Petersonmerge 2.7.6 release branch
2013-10-30 Benjamin Petersonuse the collapsed path in the run_cgi method (closes...
2013-10-29 Benjamin Petersonmerge 2.7.6 branch
2013-10-29 Christian Heimesfix language
2013-10-29 Benjamin Petersonmerge 2.7.6 release branch
2013-10-29 Christian HeimesIssue #18747: document issue with OpenSSL's CPRNG state...
2013-10-29 Christian HeimesIssue #19227 / Issue #18747: Remove pthread_atfork...
2013-10-29 Christian HeimesIssue #19227 / Issue #18747: Remove pthread_atfork...
2013-10-29 Benjamin Petersonmerge 2.7.6 release branch
2013-10-29 Benjamin Petersonbackport #19426
2013-10-29 Barry Warsaw2.6.9 final
2013-10-29 Barry WarsawAdded tag v2.6.9 for changeset fcb3ec2842f9
2013-10-29 Barry Warsawversion bump v2.6.9
2013-10-29 Barry Warsawupdating topics
2013-10-29 Serhiy StorchakaIssue #19426: Fixed the opening of Python source file...
2013-10-29 Georg BrandlCloses #19416: fix references in the nntplib docs.
2013-10-29 Georg BrandlFix wrong signature for two-argument newwin(). Found...
2013-10-29 Georg BrandlFix typo: js_JP is not a valid locale.
2013-10-28 Richard OudkerkIssue #19425 -- a pickling error should not cause pool...
2013-10-28 Raymond HettingerFix unintended switch from a constant to a global in...
2013-10-28 Raymond HettingerFix unintended switch from a constant to a global in...
2013-10-28 Ned DeilyIssue #19373: Apply upstream change to Tk 8.5.15 fixing...
2013-10-28 Ned DeilyIssue #19373: Apply upstream change to Tk 8.5.15 fixing...
2013-10-27 Serhiy StorchakaIssue #19405: Fixed outdated comments in the _sre module.
2013-10-26 Benjamin Petersonadd 2.7.7 news header
2013-10-26 Benjamin PetersonAdded tag v2.7.6rc1 for changeset 4913d0e9be30
2013-10-26 Benjamin Peterson2.7.6rc1 v2.7.6rc1
2013-10-26 Benjamin Petersoncheck for berkelydb versions besides 4.3 (#18734)
2013-10-26 Benjamin Petersonupdate pydoc-topics
2013-10-26 Benjamin Petersonjust return toplevel symbol table rather than all block...
2013-10-26 Ned DeilyIssue #15663: OS X installer builtin Tcl/Tk support
2013-10-25 Ned DeilyIssue #19400: Prevent extension module build failures...
next