]> granicus.if.org Git - python/shortlog
python
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
2012-04-23 Benjamin Petersonadd Mark Shannon
2012-04-23 Benjamin Petersonsleep here
2012-04-23 Raymond Hettingermerge
2012-04-22 Senthil KumaranUpdate 2.7 docs about legal characters allowed in Cooki...
2012-04-19 Antoine PitrouIssue #14308: Fix an exception when a "dummy" thread...
2012-04-19 Ezio Melotti#14538: HTMLParser can now parse correctly start tags...
2012-04-18 Gregory P.... Fix compiler warning related to issue #14331. harmless.
2012-04-18 Ned DeilyRemove webbrowser doc reference to the previously remov...
2012-04-18 Benjamin PetersonSETUP_WITH acts like SETUP_FINALLY for the purposes...
2012-04-18 Raymond HettingerMinor fixups.
2012-04-18 Raymond HettingerClean-up the SQLite introduction.
2012-04-17 Raymond HettingerClarify that a new connection needs to be made after...
2012-04-17 Charles-François... Issue #5113: Fix a test_posix failure on HP-UX, where...
2012-04-16 Vinay SajipTweaked format of cookbook example.
2012-04-16 Vinay SajipAdded cookbook example for log insertion.
2012-04-16 Vinay SajipIssue #14452: remove BOM insertion code.
2012-04-16 Antoine PitrouIssue #14589: Update certificate chain for sha256.tbs...
2012-04-15 Mark DickinsonRemove accidentally-committed debugging code.
2012-04-15 Mark DickinsonIssue 13496: Fix bisect.bisect overflow bug for large...
2012-04-15 Mark DickinsonIssue #13889: On MSVC builds, set FPU control word...
2012-04-14 R David Murray#14399: corrected news item
2012-04-13 Benjamin Petersonmove outside WITH_THREAD conditional
next