]> granicus.if.org Git - python/shortlog
python
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...
2012-04-25 Vinay SajipFixed test to work on Windows.
2012-04-24 Vinay SajipIssue #14632: Updated WatchedFileHandler to deal with...
2012-04-24 Lars GustäbelIssue #14160: TarFile.extractfile() failed to resolve...
2012-04-24 Sandro TosiIssue #14448: mention pytz; patch by Andrew Svetlov
2012-04-24 Sandro TosiIssue #14554: correct example for captured_stdout(...
2012-04-24 Sandro TosiIssue #13478: document timeit.default_timer()
2012-04-24 Sandro TosiIssue #13587: use the right RFC2617 name for WWW-Authen...
2012-04-24 Benjamin Petersondon't use a slot wrapper from a different special metho...
2012-04-23 R David Murray#14640: Fix typos/syntax in pyporting.rst.
2012-04-23 Sandro TosiIssue #14641: minor fixes to sockets Howto; patch by...
2012-04-23 R David Murray#14638: pydoc now treats non-str __name__ as None inste...
2012-04-23 Senthil Kumarannews for issue13684
2012-04-23 Senthil Kumaran 3.2 - Fix for Issue13684 - httplib tunnel infinite...
2012-04-23 Benjamin Petersonadd Mark Shannon
2012-04-23 Benjamin Petersonsleep here
2012-04-22 Nick CoghlanClose issue #14026 by better testing sys.argv handling...
2012-04-22 Senthil Kumaranissue2193 - Update 3.2 docs about legal characters...
2012-04-20 Mark DickinsonIssue #14630: Fix an incorrect access of ob_digit[0...
2012-04-20 Martin v. LöwisIssue #14629: Raise SyntaxError in tokenizer.detect_enc...
2012-04-19 Antoine PitrouIssue #14308: Fix an exception when a "dummy" thread...
2012-04-19 Nick CoghlanClose #14032: fix incorrect variable reference in test_...
2012-04-19 Ezio Melotti#14538: HTMLParser can now parse correctly start tags...
2012-04-18 Ned DeilyRemove webbrowser doc reference to the previously remov...
2012-04-18 Benjamin Petersonimprove
2012-04-18 Benjamin PetersonSETUP_WITH acts like SETUP_FINALLY for the purposes...
2012-04-17 Benjamin Petersonmangle keyword-only argname when loading defaults ...
2012-04-17 Charles-François... Issue #5113: Fix a test_posix failure on HP-UX, where...
2012-04-16 Vinay SajipCorrected version numbers in cookbook example.
2012-04-16 Vinay SajipTweaked format of cookbook example.
2012-04-16 Vinay SajipAdded cookbook example for BOM insertion.
2012-04-16 Vinay SajipCloses #14452: remove BOM insertion code.
2012-04-16 Antoine PitrouIssue #14589: Update certificate chain for sha256.tbs...
2012-04-15 Mark DickinsonIssue 13496: Fix bisect.bisect overflow bug for large...
next