]> granicus.if.org Git - python/shortlog
python
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
2012-05-15 Martin v. LöwisUpgrade openssl to 0.9.8x.
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-14 Antoine PitrouFollowup to issue #14157: respect the relative ordering...
2012-05-14 Martin v. LöwisUpgrade to bzip2 1.0.6.
2012-05-14 Ezio Melotti#14405: remove outdated/broken/duplicate links.
2012-05-13 Ezio Melotti#14770: backport a couple of changes from 3.x.
2012-05-13 Ezio Melotti#14770: improve the library FAQ.
2012-05-12 Sandro Tosicorrectly define what 'fill' could be; thanks to Leland...
2012-05-11 Raymond HettingerAdditional example of using decimal.localcontext().
2012-05-11 Ned DeilyIssue #14662: Prevent shutil failures on OS X when...
2012-05-10 Antoine PitrouUpdate ACKS.
2012-05-10 Antoine PitrouIssue #14157: Fix time.strptime failing without a year...
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 Ezio Melotti#14763: fix documentation for string.split/rsplit.
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 Benjamin Petersonremove basically bitrotted XXXs
2012-05-07 Sandro Tosibackport 7a05cb3beddf to 2.7
2012-05-06 Georg BrandlFix document title for Sphinx.
2012-05-06 Ezio Melotti#14034: adapt to Python 2 and 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 2.7 branch
2012-05-05 Richard OudkerkFix for issue 14725 for 2.7 branch
2012-05-04 Antoine PitrouSkip test_algorithms (known remote hosts need SNI,...
2012-05-03 Benjamin Petersonclose() doesn't take any args (closes #14717)
2012-05-03 Ezio MelottiUse Python 3 instead of 3.0.
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 Richard OudkerkIssue #9400: Partial backport of fix for #9244
2012-05-01 Senthil Kumaranfix windows test failure - issue13183
2012-05-01 Benjamin Petersonuse formats that work on 2.7
2012-05-01 Benjamin Petersonfix calling the classmethod descriptor directly (closes...
2012-05-01 Senthil KumaranHave Bdb frame_returning in the finally clause
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-29 Raymond HettingerFix typo
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#14461: fix wording.
2012-04-29 Senthil Kumaranissue14427 - Document Request.get_header and Request...
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 Tosirefer to file.readline() in stdtypes doc; thanks to...
2012-04-28 Sandro TosiIssue #14676: DeprecationWarning is ignored too; patch...
2012-04-28 Sandro TosiIssue #14448: add reference to IANA timezone database...
2012-04-27 Raymond HettingerMake the example cut and pasteable.
2012-04-27 Raymond HettingerImprove docstring
2012-04-25 Sandro Tosifix footnote reference; thanks to Fizz from docs@
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 SajipUpdated year in docstring/comment.
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-24 Raymond Hettingermerge
2012-04-24 Raymond HettingerImprove section heading for better discoverability.
2012-04-24 Raymond HettingerReorder the entries to put the type specific technique...
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 Fix for Issue13684 - httplib tunnel infinite loop
next