]> granicus.if.org Git - python/shortlog
python
2012-07-08 Terry Jan ReedyIssue #13557: Clarify effect of giving two different...
2012-07-08 Senthil Kumaranmerge heads.
2012-07-08 Senthil Kumaranrevert the changes done in d931a3b64fd6 - buildbot...
2012-07-08 Senthil KumaranFix the buildbot failure - msg164973
2012-07-08 Senthil KumaranFix issue14826 - make urllib.request.Request quoted...
2012-07-06 Georg BrandlFix leftover quote.
2012-07-06 Antoine PitrouIssue #15247: FileIO now raises an error when given...
2012-07-05 Senthil KumaranFix closes issue # 15033 - Return the proper exitcode...
2012-07-03 Jesus CeaIssue #1677: Unused variable warning in Non-Windows
2012-07-03 Jesus CeaBacked out changeset 7ccc2cea6969
2012-07-03 Jesus CeaIssue #1667: Unused variable warning in Non-Windows
2012-07-03 Éric AraujoCreate ~/.pypirc securely (#13512).
2012-07-03 Éric AraujoBranch merge
2012-07-03 Éric AraujoIgnore .nfs* files in distutils (#7719).
2012-07-03 Raymond HettingerMake it easier to search for the grouper() recipe.
2012-07-02 Éric AraujoUse source role to get links to files
2012-07-02 Éric AraujoAdapt mentions of future changes in doc
2012-07-02 Éric AraujoAvoid SyntaxError in script using print function
2012-07-02 Raymond HettingerThe StopIteration API applies to both tokenize() and...
2012-07-01 Antoine PitrouIssue #15212: fix typo in compiler module (rename SC_GL...
2012-07-01 Georg BrandlMake call of os.getppid() conditional: it is not availa...
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...
next