]> granicus.if.org Git - python/shortlog
python
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...
2012-04-15 Mark DickinsonIssue #13889: On MSVC builds, set FPU control word...
2012-04-15 Kristján Valur... Make all socket related modules link with ws2_32.lib...
2012-04-14 Sandro Tosifix typo; thanks to Jérôme Mainka from docs@
2012-04-14 Ezio MelottiFix highlight and spacing in json example.
2012-04-14 Ezio Melotti#14535: fix code highlight in multiprocessing examples...
2012-04-14 R David Murray#14399: corrected news item
2012-04-13 Benjamin Petersonmove outside WITH_THREAD conditional
2012-04-13 Benjamin Petersontake linkage def outside of WITH_THREAD conditional...
2012-04-13 Amaury Forgeot... merge heads
2012-04-13 Amaury Forgeot... Issue14559: Fix build files old Microft compilers.
2012-04-12 R David Murray#14399: zipfile now correctly handles comments added...
2012-04-12 Georg Brandl3.2 sidebar: link to 3.3, not 3.1
2012-04-12 Charles-François... Issue #14557: Fix extensions build on HP-UX. Patch...
2012-04-12 R David Murray#14553: fix word order.
2012-04-12 R David Murray#14552: remove redundant wording in 'test' docs.
2012-04-11 Benjamin Petersonmerge 3.1 (null)
2012-04-11 Benjamin Petersonafter 3.1.5
2012-04-11 R David Murray#14508: make gprof2html script runnable under python3
2012-04-11 Senthil Kumaran3.2 - Issue 10484 - Incorporate improvements to CGI...
2012-04-11 Antoine PitrouImprove the threading.Condition docs.
2012-04-11 Georg BrandlCloses #14545: make clearer what was added.
2012-04-11 Georg BrandlMerge 3.2.3 release clone.
2012-04-11 Georg BrandlPost-release update.
2012-04-10 Antoine PitrouSmall improvements to the threading docs: better public...
2012-04-10 Antoine PitrouFix some markup in the threading docs.
2012-04-10 Antoine PitrouIssue #8799: Fix and improve the threading.Condition...
2012-04-10 Senthil Kumaranmerge heads
2012-04-10 Senthil Kumaran3.2- fix the incorrect changes made for PATH_INFO value...
2012-04-10 Vinay SajipUpdated logging reference and HOWTO.
2012-04-10 Vinay SajipIssue #14541: Added test/sndhdrdata to Makefile.pre...
2012-04-10 Georg BrandlAdded tag v3.2.3 for changeset 3d0686d90f55
2012-04-10 Georg BrandlMerge. v3.2.3
2012-04-10 Georg BrandlBump to 3.2.3 final.
2012-04-10 Georg BrandlNews entry for f91ecbc8bafc.
2012-04-10 Senthil Kumaranminor .rst fix
2012-04-09 Benjamin Petersonmerge heads
2012-04-09 Benjamin Petersonmerge 3.1 (#14509)
2012-04-09 Benjamin Petersonfix build without Py_DEBUG and DNDEBUG (closes #14509)
2012-04-09 Vinay SajipCorrected comment in cookbook example script.
next