]> granicus.if.org Git - python/shortlog
python
2012-07-01 Georg BrandlRemove an unneeded footnote.
2012-06-30 Stefan KrahIssue #15170: Quote the variable that expands to the...
2012-06-30 Mark DickinsonCloses #14591: Random.jumpahead could produce an invali...
2012-06-29 Tim GoldenMerged
2012-06-29 Antoine PitrouBacked out changeset ee51e3aef302 - it broke the test...
2012-06-29 Senthil Kumaranurlparse cleanup. rename keywords used as variables
2012-06-29 Tim GoldenIssue #1677: Handle better a race condition between...
2012-06-29 Petri Lehtinen#5346: Preserve permissions of mbox, MMDF and Babyl...
2012-06-29 Petri Lehtinen#9559: Don't call _pre_mailbox_hook more than once
2012-06-29 Senthil Kumaranurlparse docs clean up
2012-06-28 Antoine PitrouIssue #5067: improve some json error messages.
2012-06-28 Amaury Forgeot... Issue #15219: Fix a reference leak when hashlib.new...
2012-06-28 Petri Lehtinen#9559: Append data to single-file mailbox files if...
2012-06-27 Antoine PitrouRegrtest option "-n" doesn't exist in 2.7.
2012-06-27 Antoine PitrouFlush stdout and stderr when running tests in parallel
2012-06-27 Antoine PitrouAllow passing extra testing options to the buildbot...
2012-06-26 Senthil Kumaranissue13666 - Fixing datetime documentation example...
2012-06-26 Gregory P.... Fixes issue #12268 for file readline, readlines and...
2012-06-25 Antoine PitrouTry to fix failure of a Windows buildbot to capture...
2012-06-25 Vinay SajipIssue #15179: Closed socket on connection failure....
2012-06-25 Stefan KrahIssue #15170: Try the HOST_PYTHON hack for 2.7.
2012-06-23 Charles-François... Remove useless test (flowinfo is unsigned).
2012-06-22 Alexander BelopolskyFixed the name of the 'email.Utils' module in tests.
2012-06-22 Alexander BelopolskyIssue #14653: email.utils.mktime_tz() no longer relies...
2012-06-21 Hynek Schlawack#10053: Don't close FDs when FileIO.__init__ fails
2012-06-18 Richard OudkerkIssue #15101: Make pool finalizer avoid joining current...
2012-06-18 Petri LehtinenFix NEWS entry for #15036
2012-06-17 Ezio Melotti#14840: Add a bit on the difference between tuples...
2012-06-17 Nick CoghlanIssue #15043: skip test_gdb if the custom hooks can...
2012-06-17 Nick CoghlanIssue #15044: Handle Fedora 17's approach to ndbm compa...
2012-06-17 Meador IngeIssue #15054: Fix incorrect tokenization of 'b' and...
2012-06-15 Petri Lehtinen#15036: Make a repeated changes and flushes work with...
2012-06-15 Antoine PitrouIssue #14933: fix misleading doc about weakref support...
2012-06-15 Antoine PitrouSkip test_bigmem.test_unicode_repr_oflw, since it crash...
2012-06-13 Sandro TosiIssue #15060: better fix, thanks to review on #python-dev
2012-06-13 Sandro TosiIssue #15060: fix typo in socket doc; Patch by anatoly...
2012-06-11 Richard OudkerkIssue #10133: Make multiprocessing deallocate buffer...
2012-06-10 Raymond HettingerMinor formatting fix=up
2012-06-09 Raymond HettingerWrap fat lines and improve some variable names.
2012-06-08 Raymond HettingerCode cleanups
2012-06-08 R David Murray#8652: update errors tutorial.
2012-06-07 Terry Jan ReedyNEWS fixes
2012-06-06 Richard OudkerkIssue #13854: Properly handle non-integer, non-string...
2012-06-06 Richard OudkerkIssue #12157: pool.map() does not handle empty iterable...
2012-06-07 Nick CoghlanNudge readers towards a more accurate mental model...
2012-06-03 Terry Jan ReedyIssue 12510: Expand 2 bare excepts. Improve comments...
2012-06-03 Terry Jan ReedyIssue 10365: Add and replace comments; condense default...
2012-06-02 Sandro Tosibackport c4bd68be5fc6 to 2.7
2012-06-02 Sandro Tosirefer to time.strftime
2012-06-02 R David Murray#14957: fix doc typo.
2012-06-02 Raymond HettingerImprove tooltips for splitlines() by showing that the...
2012-06-01 R David Murray#14957: clarify splitlines docs.
2012-05-31 Ned DeilyIssue #14962: Update text coloring in IDLE shell window...
2012-05-31 Vinay SajipChanged comment on test skip.
2012-05-29 Ned DeilyIssue #10997: Prevent a duplicate entry in IDLE's ...
2012-05-28 Antoine PitrouIssue #14775: Fix a potential quadratic dict build...
2012-05-28 Meador IngeIssue #9041: raised exception is misleading
2012-05-28 Terry Jan ReedyIssue12510: Attempting to get invalid tooltip no longer...
2012-05-27 R David Murray#11785: fix the :mod: references in email package submo...
2012-05-27 Terry Jan Reedy#10365 Trim trailing whitespace
2012-05-27 Terry Jan ReedyIssue #10365: File open dialog now works instead of...
2012-05-26 Terry Jan ReedyIssue #14876: Use user-selected font for highlight...
2012-05-25 Richard OudkerkIssue #14881: Allow normal non-main thread to spawn...
2012-05-25 Hynek Schlawack#4841: Fix FileIO constructor to honor closefd when...
2012-05-24 Antoine PitrouFix other test requirements.
2012-05-24 Antoine PitrouFix memory constraint for test_decodeascii
2012-05-24 Senthil KumaranIssue #14036: return None when port in urlparse cross...
2012-05-23 Antoine PitrouIssue #14888: Fix misbehaviour of the _md5 module when...
2012-05-22 Hynek SchlawackRestore [] where default arguments are not keywords
2012-05-22 Hynek Schlawack#14804: Remove [] around optional arguments with defaul...
2012-05-21 Ezio Melotti#14875: Use float('inf') instead of float('1e66666...
2012-05-20 Vinay SajipFixes #14864: Added documentation on how to undo the...
2012-05-20 Hynek SchlawackDocument when json.load's parse_constant behaviour...
2012-05-20 Senthil Kumaranmerge heads
2012-05-20 Senthil KumaranFix for issue14426 - buildbots here I come
2012-05-20 Vinay SajipTemporarily disabled test_race on Windows.
2012-05-20 Martin v. LöwisIssue #8767: Restore building with --disable-unicode.
2012-05-20 Ned DeilyIssue #14572: Prevent build failures with pre-3.5.0...
2012-05-20 Senthil Kumaran Issue #14426: Correct the Date format in Expires attri...
2012-05-19 Vinay SajipMerged upstream changes.
2012-05-19 Vinay SajipIgnore exceptions on test handler closing.
2012-05-19 Petri Lehtinen#14494: Document that absolute imports became default...
2012-05-19 Ezio Melotti#14072: Fix parsing of tel URIs in urlparse by making...
2012-05-19 Senthil KumaranFix Issue14721: Send Content-length: 0 for empty body...
2012-05-19 Senthil KumaranIssue9374 - Generic parsing of query and fragment porti...
2012-05-18 Petri Lehtinen#14798: pyclbr now raises ImportError instead of KeyErr...
2012-05-18 Petri LehtinenFix time.time() references in the time module docs
2012-05-18 Martin v. LöwisStop refetching OpenSSL.
2012-05-18 Martin v. LöwisUse SSL directory from properties file.
2012-05-17 R David Murray#14823: Simplify threading.Lock.acquire argument discus...
2012-05-16 R David Murray#14832: 'first' now really refers to first arg in unitt...
2012-05-16 Hynek Schlawack#14692 Fix json docs to reflect changes in json.load
2012-05-16 Antoine PitrouIssue #14829: Fix bisect issues under 64-bit Windows.
2012-05-16 Antoine PitrouSkip test under 64-bit Windows
2012-05-16 R David Murray#1440472: reflow
2012-05-16 R David Murray#1440472: Explain that email parser/generator isn't...
2012-05-16 Ned DeilyIssue #14777: In an X11 windowing environment, tkinter...
2012-05-15 Martin v. LöwisForce recheckout of openssl.
2012-05-15 Senthil Kumaranmerge heads
2012-05-15 Senthil KumaranIssue12541 - Add UserWarning for unquoted realms
next