]> granicus.if.org Git - python/shortlog
python
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.
2012-04-08 Antoine PitrouFix the patch for issue #7978: select() raises select...
2012-04-08 Antoine PitrouFix flakiness in test_socketserver
2012-04-08 Antoine PitrouIssue #7978: socketserver now restarts the select(...
2012-04-08 R David MurrayMake test_mailbox runnable via python -m unittest.
2012-04-08 Vinay SajipAdded multiprocessing example to logging cookbook.
2012-04-07 Georg BrandlCloses #14511: fix wrong opensearch link for 3.2 docs.
2012-04-06 Benjamin Petersonmerge heads
2012-04-06 Benjamin Petersonport 3.1.5rc2 tag
2012-04-06 Benjamin Petersonmerge 3.1
2012-04-06 Benjamin PetersonAdded tag v3.1.5 for changeset 7395330e495e
2012-04-06 Benjamin Petersonbump to 3.1.5 final v3.1.5
2012-04-06 R David Murray#14492: fix some bugs in Tools/scripts/pdeps.py.
2012-04-05 Sandro TosiIssue #14502: release() and unlocked lock generates...
2012-04-05 Andrew SvetlovIssue #14496: Fix wrong name in idlelib/tabbedpages.py.
2012-04-05 R David Murraytest_tools fix: don't import analyze_dxp if no _thread...
2012-04-05 R David Murray#14490, #14491: add 'sundry'-style import tests for...
2012-04-04 Georg BrandlCloses #14495: fix typo.
2012-04-03 Antoine PitrouIssue #14482: Raise a ValueError, not a NameError,...
2012-04-03 R David Murray#14481: fix formatting of example in subprocess docs.
2012-04-03 Benjamin Petersonfix parse_syntax_error to clean up its resources
2012-04-02 Benjamin Petersonremove uneeded line
2012-04-02 Kristján Valur... Issue #14471: Fix a possible buffer overrun in the...
2012-04-02 Benjamin Petersonprevent writing to stderr from messing up the exception...
2012-04-01 Benjamin Petersonadjust formatting
2012-04-01 Benjamin Petersonremove extraneous condition
2012-04-01 Benjamin Petersonmerge heads
2012-04-01 Benjamin Petersonbe consistent with rest of function
2012-04-01 Antoine PitrouIssue #14151: Raise a ValueError, not a NameError,...
2012-04-01 Antoine PitrouIssue #13019: Fix potential reference leaks in bytearra...
2012-03-31 Sandro Tosifix typo; thanks to Robert Bardos from docs@
2012-03-31 Antoine PitrouIssue #13872: socket.detach() now marks the socket...
2012-03-31 Antoine PitrouIssue #14437: Fix building the _io module under Cygwin.
2012-03-31 Antoine PitrouIssue #14456: improve documentation of the signal modul...
2012-03-31 Antoine PitrouIssue #14406: Fix a race condition when using `concurre...
2012-03-31 Sandro Tosiuse unittest.skip; thanks to Chang Min Jeon from docs@
2012-03-31 R David Murray#14434: make tutorial link in 'help' banner version...
2012-03-31 Sandro Tosiadd 'safari' to webbrowser browsers table; thanks to...
2012-03-31 Andrew Svetlovupdate NEWS as Terry Reedy proposed
next