]> granicus.if.org Git - python/shortlog
python
2012-07-06 Antoine PitrouIssue #15247: FileIO now raises an error when given...
2012-07-05 Antoine PitrouIssue #15020: The program name used to search for Pytho...
2012-07-05 Senthil KumaranFix issue # 15033 - Return the proper exitcode for...
2012-07-03 Jesus CeaIssue #1677: Unused variable warning in Non-Windows
2012-07-01 Georg BrandlMake call of os.getppid() conditional: it is not availa...
2012-07-01 Georg BrandlFix inconsistent function name in embedding howto.
2012-06-30 Stefan KrahIssue #15171: Quote the variable that expands to the...
2012-06-30 Antoine PitrouIssue #9239: add tests for modifying zipfile comments...
2012-06-29 Tim GoldenMerged
2012-06-29 Senthil Kumaranurllib.parse cleanup. rename keywords used as variables
2012-06-29 Antoine PitrouBetter diagnose test failure
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 - no reference to earlier draft
2012-06-28 Antoine PitrouIssue #5067: improve some json error messages.
2012-06-28 Antoine PitrouIssue #10571: Fix the "--sign" option of distutils...
2012-06-28 Petri Lehtinen#9559: Append data to single-file mailbox files if...
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 Antoine PitrouIssue #15079: make a test applicable to both C and...
2012-06-26 David MalcolmIssue #14443: ensure that brp-python-bytecompile is...
2012-06-26 Senthil Kumaranissue13666 - Fixing datetime documentation example...
2012-06-26 Senthil KumaranIssue #13685 - Update argparse help message for % sign...
2012-06-25 Vinay SajipIssue #15179: Closed socket on connection failure....
2012-06-25 Antoine PitrouBackport test_nntplib fixes from default.
2012-06-25 Stefan KrahIssue #15171: Try the HOST_PYTHON hack for 3.2.
2012-06-25 Gregory P.... Backout change e8f44ebacda7052267318cecf5b6f128d35add17...
2012-06-24 Georg BrandlFix a bunch of "versionchanged" related markup errors.
2012-06-24 Georg BrandlRefer test_xmlrpc_net to the new buildbot URL at buildb...
2012-06-24 Georg BrandlPartial backport of 612f34e31270: fix spacing error...
2012-06-24 Gregory P.... Fixes issue #12268: File readline, readlines and read...
2012-06-24 Gregory P.... Speed up test_io by >2x by reducing the sleep time...
2012-06-23 Martin v. LöwisThe build target of this makefile is python3.dll, not...
2012-06-23 Antoine PitrouIssue #15142: Fix reference leak when deallocating...
2012-06-23 Mark DickinsonIssue #12965: More PyLong_As* clarifications. Thanks...
2012-06-23 Mark DickinsonIssue #12965: Clean up C-API docs for PyLong_AsLongLong...
2012-06-23 Mark DickinsonIssue #12965: Clean up C-API docs for PyLong_AsLong...
2012-06-23 Charles-François... Remove useless test (flowinfo is unsigned).
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-19 Nadeem VawdaFix GzipFile's handling of filenames given as bytes...
2012-06-18 Richard OudkerkIssue #15101: Make pool finalizer avoid joining current...
2012-06-18 Petri LehtinenFix NEWS entry for #15036
2012-06-17 R David MurrayUpdate out of date docstring.
2012-06-17 Ezio Melotti#14840: Add a bit on the difference between tuples...
2012-06-17 Nick CoghlanIgnore X-Antivirus headers in test_nntplib
2012-06-17 Nick CoghlanIssue #15095: Use better assertions in test_imaplib
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-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-14 Martin v. LöwisIssue #14937: Fix typo. Patch by Roger Serwy.
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-07 Terry Jan ReedyIssue #12510: Revise and triple # of calltip tests...
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-05 Gregory P.... Fixes issue #15000: support the odd x32 abi on posixsub...
2012-06-03 Gregory P.... Revert the modification of e.strerror in 3.2 as that...
2012-06-03 Gregory P.... Move the 14992 note to the correct section.
2012-06-03 Gregory P.... Fixes Issue #14992: os.makedirs(path, exist_ok=True...
2012-06-03 Martin v. LöwisPEP 3131: support non-ASCII characters in auto-completi...
2012-06-03 Martin v. LöwisDo not try to insert control characters.
2012-06-03 Martin v. LöwisIssue #14937: Perform auto-completion of filenames...
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 3.2
2012-06-02 Sandro TosiIssue #14926: fix docstring highlight
2012-06-02 Sandro Tosirefer to time.strftime
2012-06-02 R David Murray#14957: fix doc typo.
2012-06-02 Benjamin Petersondon't leak if the __class__ closure is set
2012-06-01 R David Murray#14957: clarify splitlines docs.
2012-06-01 Sandro TosiIssue #14968: set 'Inplace Operators' as subsection...
2012-05-31 Ned DeilyIssue #14962: Update text coloring in IDLE shell window...
2012-05-31 Vinay SajipAdded test skip under Windows, as not applicable there.
2012-05-29 Brian CurtinAdd news item for #14943
2012-05-29 Brian CurtinFix #14943. Update the proper default value and list...
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 Nick CoghlanIssue #14443: Tell rpmbuild to use the correct version...
2012-05-28 Terry Jan ReedyIssue14929: Stop Idle 3.x from closing on Unicode decod...
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-26 Senthil KumaranIssue #14920: Fix the help(urllib.parse) failure on...
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 Petri Lehtinen#14863: Update the documentation of os.fdopen()
2012-05-24 Senthil KumaranIssue #14036: return None when port in urlparse cross...
2012-05-23 Florent XiclunaRemove duplicate entries in Misc/NEWS.
2012-05-22 Petri Lehtinen#14472: Update .gitignore
2012-05-22 Hynek SchlawackRestore [] where default arguments are not keywords
2012-05-21 Ezio Melotti#14875: Use float('inf') instead of float('1e66666...
2012-05-21 Hynek Schlawack#14804: Remove [] around optional arguments with defaul...
next