]> granicus.if.org Git - python/shortlog
python
2012-04-02 Benjamin Petersonprotect this call, too
2012-04-02 Benjamin Petersonprevent writing to stderr from messing up the exception...
2012-04-01 Antoine PitrouIssue #13019: Fix potential reference leaks in bytearra...
2012-03-31 Sandro Tosifix typo; thanks to Robert Bardos from docs@
2012-03-31 Antoine PitrouIssue #14437: Fix building the _io module under Cygwin.
2012-03-31 Sandro Tosiuse unittest.skip; thanks to Chang Min Jeon from docs@
2012-03-31 R David Murray#14434: make tutorial link in 'help' banner version...
2012-03-31 Sandro Tosiadd 'safari' to webbrowser browsers table; thanks to...
2012-03-31 Andrew Svetlovupdate NEWS for 2.7 as Terry Reedy proposed
2012-03-30 R David Murray#10423: clarify options vs args in argparse discussion...
2012-03-30 Alex GaynorAdded a new crasher that targets mutating the underlyin...
2012-03-29 Vinay SajipCloses #14436: Convert msg + args to string before...
2012-03-29 Andrew SvetlovBackport of Issue #14409 to 2.7
2012-03-29 R David Murray#14416: add missing LOG_SYSLOG facility to syslog docs.
2012-03-27 Georg BrandlCloses #14411: remove outdated comment in rlcompleter...
2012-03-27 R David Murray#5301: re-add image/vnd.microsoft.icon per discussion
2012-03-26 Sandro TosiIssue #14410: fix typo in argparse doc; patch by Tshepa...
2012-03-26 Vinay SajipMinor documentation tweak.
2012-03-26 Benjamin Petersonkill this terribly outdated comment
2012-03-25 Georg BrandlCloses #14401: fix typos in curses howto.
2012-03-24 Martin v. LöwisIssue #14400: Fix typo.
2012-03-23 Vinay SajipCloses #14314: backported fix.
2012-03-23 Giampaolo Rodola'attempt to fix asyncore buildbot failure
2012-03-22 krisvaleIssue #10538 - Update Misc/NEWS
2012-03-22 Kristján Valur... Issue #10538. Put a reference to the source object...
2012-03-22 Giampaolo Rodola'fix #10340: properly handle EINVAL on OSX and also...
2012-03-22 Benjamin Petersonthis should technicaly be identifier
2012-03-22 Benjamin Petersonmerge heads
2012-03-22 Benjamin Petersoncheck for NULL
2012-03-22 Benjamin Petersoncheck by equality for __future__ not identity (closes...
2012-03-21 R David Murray#12757: Make doctest skipping in -OO mode work with...
2012-03-21 Andrew Svetlov#3573: idle now doesn't hungs if launched as: idle...
2012-03-20 Giampaolo Rodola'Fix issue #13694: asynchronous connect in asyncore...
2012-03-20 Benjamin Petersonmerge from release branch
2012-03-20 Benjamin Petersonmerge tag
2012-03-19 Benjamin Petersonmerge heads
2012-03-19 Benjamin Petersonmerge 2.7.3 release branch
2012-03-18 Gregory P.... Fixes Issue #14331: Use significantly less stack space...
2012-03-18 Martin v. LöwisAdd 2.7.3rc2 uuid
2012-03-18 Martin v. LöwisAdd 2.7.3rc2 uuid
2012-03-18 Georg BrandlMerge 2.6.8rc tags into 2.7.
2012-03-18 Georg BrandlRemove duplicate hgtags entries for 2.6.8rc{1,2}.
2012-03-17 Barry WarsawAdded tag v2.6.8rc2 for changeset bd9e1a02e3e3
2012-03-17 Barry Warsawnull merge
2012-03-17 Barry Warsawnull merge from 2.6
2012-03-17 Barry WarsawAdded tag v2.6.8rc2 for changeset 1d1b7b9fad48
2012-03-17 Barry WarsawBump to 2.6.8rc2 v2.6.8rc2
2012-03-17 Barry WarsawUpdate Docs and NEWS for 2.6.8rc2.
2012-03-17 R David Murray#14333: fix test_queue so it can be run via standard...
2012-03-17 Ned DeilyIssue #14346: Fix some typos in the Mac/README file.
2012-03-17 Georg BrandlCloses #14250: regex.flags has not only explicit flags...
2012-03-17 Georg BrandlCloses #14343: avoid shadowing builtin input() in examp...
2012-03-17 Georg BrandlCloses #14342: remove out-of-date section about avoidin...
2012-03-17 Georg BrandlCloses #14306: clarify expensiveness of try-except...
2012-03-17 Senthil Kumaran explain json.dumps for non-string keys in dicts. close...
2012-03-17 R David Murray#11780: s/throw/raise/
2012-03-17 R David Murray#11780: document that email.encoders throw TypeError...
2012-03-16 Benjamin Petersoncheck for string attribute names in old-style classes...
2012-03-16 Benjamin Petersoncheck to make sure the attribute is a string (#14334)
2012-03-16 Senthil Kumaran2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO...
2012-03-15 Senthil KumaranFix the urllib closing issue which hangs on particular...
2012-03-15 Benjamin Petersonmerge from 2.7 release branch
2012-03-15 Benjamin PetersonAdded tag v2.7.3rc2 for changeset d46c1973d3c4
2012-03-15 Benjamin Petersonbump to 2.7.3rc2 v2.7.3rc2
2012-03-15 R David Murray#12758: removing confusing mention of UTC from time...
2012-03-15 Benjamin Petersonmerge heads
2012-03-15 Gregory P.... merge heads.
2012-03-15 Gregory P.... Fixes Issue 14234: fix for the previous commit, keep...
2012-03-15 Gregory P.... Fixes Issue 14234: fix for the previous commit, keep...
2012-03-15 Barry Warsawmerge 2.6
2012-03-15 Barry Warsaw- Issue #14234: CVE-2012-0876: Randomize hashes of...
2012-03-14 Matthias Klose- rename configure.in to configure.ac
2012-03-14 Gregory P.... Fixes Issue #14234: CVE-2012-0876: Randomize hashes...
2012-03-14 Gregory P.... Fixes Issue #14234: CVE-2012-0876: Randomize hashes...
2012-03-14 Georg BrandlCloses #14289: put a link to the CHM download page...
2012-03-13 Martin v. LöwisIssue #5219: Prevent event handler cascade in IDLE.
2012-03-13 Vinay SajipMerged upstream change.
2012-03-13 Vinay SajipCloses #14267: Corrected computation of rollover filename.
2012-03-13 Senthil KumaranFix closes Issue14281 - Test for cgi.escape by Brian...
2012-03-13 Senthil Kumaranmerge heads
2012-03-12 Ezio Melotti#14179: add tests for re.compile. Patch by Florian...
2012-03-12 Senthil Kumarancloses issue14257 - Grammatical fix
2012-03-12 Senthil Kumarancloses issue14257 minor error in glossary wording regar...
2012-03-12 Senthil KumaranFix closes issue14258 - added clarification to \W and...
2012-03-12 Ezio Melotti#14161: fix test failures on Windows.
2012-03-11 Ezio Melotti#14161: fix compile error under Windows.
2012-03-11 Ezio Melotti#14161: fix the __repr__ of file objects to escape...
2012-03-11 Antoine PitrouIssue #14252: Fix subprocess.Popen.terminate() to not...
2012-03-10 Mark DickinsonCloses #9574: Note that complex constructor doesn't...
2012-03-08 Jason R. CoombsMoved symlink support into its own module. Ported can_s...
2012-03-08 Jason R. CoombsImprove the test case to avoid spurious errors about...
2012-03-08 Jason R. CoombsTest in 6c218b9c5c4c was inadvertently converted from...
2012-02-25 Ezio Melotti#14114: don't include copybutton.js in the htmlhelp...
2012-02-25 Ezio Melotti#14114: don't include copybutton.js in the htmlhelp...
2012-03-03 Georg BrandlFix link to global module index.
2012-02-25 Martin v. LöwisAdd 2.7.3 and 2.7.4 UUIDs
2012-02-23 Benjamin Petersonupdate pydoc-topics
2012-02-23 Barry WarsawAdded tag v2.6.8rc1 for changeset 5356b6c7fd66
2012-02-23 Barry WarsawAdded tag v2.6.8rc1 for changeset caab08cd2b3e
2012-02-23 Barry WarsawBump some more copyright years (as per PEP 101), since... v2.6.8rc1
next