]> granicus.if.org Git - python/shortlog
python
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
2012-03-30 R David Murray#10423: clarify options vs args in argparse discussion...
2012-03-29 Vinay SajipCloses #14436: Convert msg + args to string before...
2012-03-29 Andrew SvetlovIssue #14409: IDLE doesn't not execute commands from...
2012-03-29 R David Murray#14416: add missing LOG_SYSLOG facility to syslog docs.
2012-03-27 Georg BrandlCloses #14411: remove outdated comment in rlcompleter...
2012-03-26 Sandro TosiIssue #14410: fix typo in argparse doc; patch by Tshepa...
2012-03-26 Vinay SajipMinor documentation tweak.
2012-03-26 Stefan KrahIssue #3367: NULL-terminate argv[] copies to prevent...
2012-03-26 Benjamin Petersonmerge heads
2012-03-26 Benjamin Petersonkill this terribly outdated comment
2012-03-25 Georg BrandlAdd missing files for new doc theme.
2012-03-25 Georg BrandlSwitch to new "lighter" doc design.
2012-03-25 Georg BrandlCloses #14401: fix typos in curses howto.
2012-03-24 Charles-François... Issue #13902: Fix a random test_threading failure on...
2012-03-24 Martin v. LöwisIssue #14400: Fix typo.
2012-03-23 Vinay SajipCloses #14314: backported fix.
2012-03-23 Giampaolo Rodola'attempt to fix asyncore buildbot failure
2012-03-23 Kristján Valur... Fix typo when "PyObject*" was changed to "identifier"
2012-03-22 Kristján Valur... Issue #14387 : undefine 'small' so that it doesn't...
2012-03-22 Kristján Valur... Issue #14387 : undefine 'small' so that it doesn't...
2012-03-22 Giampaolo Rodola'issue 10340 - forgot to update Misc/NEWS
2012-03-22 Giampaolo Rodola'fix #10340: properly handle EINVAL on OSX and also...
2012-03-22 Benjamin Petersonthis should technicaly be identifier
2012-03-22 Antoine PitrouIssue #14387: Do not include accu.h from Python.h.
2012-03-22 Benjamin Petersoncheck for NULL
2012-03-22 Benjamin Petersoncheck by equality for __future__ not identity (closes...
2012-03-21 R David Murray#12757: Make doctest skipping in -OO mode work with...
next