]> granicus.if.org Git - python/shortlog
python
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...
2012-05-20 Hynek SchlawackFix `versionchanged` tags for json.load
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 KumaranFix for issue14426 - buildbots here I come
2012-05-20 Senthil Kumarannews for Issue14426
2012-05-20 Senthil Kumaran Issue #14426: Correct the Date format in Expires attri...
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öwisDrop double quoting again. I'm at a loss when to quote...
2012-05-18 Martin v. LöwisUpgrade OpenSSL to 1.0.0j
2012-05-18 Martin v. Löwismerge heads
2012-05-18 Martin v. LöwisAdd another set of quotes to make cmd.exe happy.
2012-05-18 Martin v. LöwisFetch openssl directory from pyproject.vsprops.
2012-05-17 R David Murray#14823: Simplify threading.Lock.acquire argument discus...
2012-05-16 Hynek Schlawack#14692 Fix json docs to reflect changes in json.load
2012-05-16 Antoine PitrouForward port additional tests from 2.7 (issue #14829).
2012-05-16 Antoine PitrouIssue #14829: Fix bisect and range() indexing with...
2012-05-16 Eric V. SmithCleanup so subsequent tests won't fail. Needs to be...
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-16 Eric V. SmithIssue #14817: Add rudimentary tests for pkgutil.extend_...
2012-05-15 Senthil KumaranIssue12541 - Add UserWarning for unquoted realms
2012-05-15 Senthil KumaranIssue #12541: Be lenient with quotes around Realm field...
2012-05-15 R David Murray#14766: Reflow the altered paragraphs.
2012-05-15 R David Murray#14766: Add correct algorithm for when a 'time' object...
2012-05-15 Brian Curtinbsddb never existed in 3.x, no need to keep downloading...
2012-05-14 Antoine PitrouFollowup to issue #14157: respect the relative ordering...
2012-05-14 Martin v. LöwisStop deleting non-existing bytecode files.
2012-05-14 Antoine PitrouRemove tab characters
2012-05-14 Antoine PitrouUse size_t, not ssize_t (issue #14801).
2012-05-14 Martin v. LöwisUpgrade bzip2 to 1.0.6.
2012-05-14 Ezio Melotti#14405: remove outdated/broken/duplicate links.
2012-05-13 Mark DickinsonIssue #14245: Improve floating-point entry in FAQ....
2012-05-13 Ezio Melotti#14770: improve the library FAQ.
2012-05-13 Sandro TosiIssue #14793: fix grammar in bytes object paragraph...
2012-05-12 Sandro Tosicorrectly define what 'fill' could be; thanks to Leland...
2012-05-11 Ned DeilyIssue #14662: Prevent shutil failures on OS X when...
2012-05-10 Antoine PitrouIssue #14157: Fix time.strptime failing without a year...
2012-05-10 Antoine PitrouSome nits in the pickle docs.
2012-05-10 Antoine PitrouRemoved outdated statement about pickle's and marshal...
2012-05-10 Ezio Melotti#14763: document default maxsplit value for str.split.
2012-05-10 Jesus CeaCloses #14768: os.path.expanduser('~/a') doesn't works...
2012-05-09 Antoine PitrouIssue #14761: Fix potential leak on an error case in...
2012-05-09 R David MurrayImprove the grammar of a non-sentence.
2012-05-08 Benjamin Petersonfix possible refleak (closes #14752)
2012-05-08 Larry HastingsIssue #14749: Add support for 'Z' to skipitem() in...
2012-05-08 Benjamin Petersonremove basically bitrotted XXXs
2012-05-07 Mark DickinsonIssue #14741: Fix missing support for ellipsis in parse...
2012-05-07 Mark DickinsonIssue #14697: Fix missing parser module support for...
2012-05-07 Mark DickinsonIssue #14701: Add missing support for 'raise ... from...
2012-05-07 Mark DickinsonFix issue number in Misc/NEWS.
2012-05-06 Georg BrandlFix document title for Sphinx.
2012-05-06 Mark DickinsonIssue #14965: Fix missing support for starred assignmen...
2012-05-06 Ezio Melotti#14034: fix indentation.
2012-05-06 Ezio Melotti#14034: added the argparse tutorial. Patch by Tshepang...
2012-05-06 Georg Brandl#13183: backport fixes to test_pdb to 3.2 branch
2012-05-05 Richard OudkerkFix for issue 14725 for 3.2 branch
2012-05-04 Antoine PitrouFix test connecting to sha256.tbs-internet.com.
2012-05-03 Benjamin Petersonclose() doesn't take any args (closes #14717)
2012-05-03 Vinay SajipChanged order of cleanup operations to be more sensible.
2012-05-02 Charles-François... os.popen().close() returns None on success, not 0...
2012-05-02 Charles-François... Issue #14698: Make test_posix more robust when the...
2012-05-02 Senthil Kumaranfix windows test failure - issue13183
2012-05-01 Benjamin Petersonfix calling the classmethod descriptor directly (closes...
2012-05-01 Senthil Kumaranissue13183 - Fix pdb skipping frames after hitting...
2012-04-30 Ned DeilyIssue #10433: Document unique behavior of 'os.getgroups...
2012-04-30 Ezio Melotti#14558: document the module, argv, and testLoader args...
2012-04-30 Senthil KumaranIssue11352 - Update cgi module docs
2012-04-30 Martin v. LöwisIssue #14433: Prevent msvcrt crash in interactive promp...
2012-04-29 Alexander Belopolskyfixed test_imaplib failure on Win
2012-04-29 Mark DickinsonIssue #14696: Fix parser module to understand 'nonlocal...
2012-04-29 Alexander BelopolskyIssue #10941: Fix imaplib.Internaldate2tuple to produce...
2012-04-29 Mark DickinsonIssue #9154: Fix parser module to understand function...
2012-04-29 Raymond HettingerIssue 14688: Fix typo
2012-04-29 Ezio Melotti#14236: fix docs for \S.
2012-04-29 Ezio Melotti#14519: fix the regex used in the scanf example.
2012-04-29 Ezio MelottiFix markup in unittest doc.
2012-04-29 Senthil KumaranFix issue6085 - Remove the delay caused by fqdn lookup...
2012-04-29 Ezio Melotti#14236: mention Unicode whitespace in \s documentation.
2012-04-29 Ezio Melotti#14461: fix wording.
2012-04-29 Senthil Kumaranissue14427 - Document Request.get_header and Request...
2012-04-29 Senthil Kumaranhttplib - minor update to check empty response
2012-04-29 Senthil Kumaranhttplib test for early eof response. related to Issue13684
2012-04-29 Ezio Melotti#14155: add a note about \b.
2012-04-28 Sandro TosiIssue #14448: add reference to IANA timezone database...
2012-04-25 Antoine PitrouIssue #14664: It is now possible to use @unittest.skip...
next