]> granicus.if.org Git - python/shortlog
python
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 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 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...
2012-03-21 Andrew Svetlov#3573: idle now doesn't hungs if launched as: idle...
2012-03-20 Giampaolo Rodola'Fix issue #13694: asynchronous connect in asyncore...
2012-03-19 Ross LagerwallIssue #14359: Only use O_CLOEXEC in _posixmodule.c...
2012-03-19 R David Murray#14355: remove obsolete doc reference to previously...
2012-03-18 Gregory P.... Fixes Issue #14331: Use significantly less stack space...
2012-03-18 Georg BrandlMerge 3.2.3rc2 from release clone.
2012-03-18 Georg BrandlPost-release updates for 3.2.3rc2.
2012-03-18 Georg BrandlAdded tag v3.2.3rc2 for changeset 428f05cb7277
2012-03-18 Georg BrandlBump to 3.2.3rc2. v3.2.3rc2
2012-03-17 R David Murray#14333: fix test_queue so it can be run via standard...
2012-03-17 Georg BrandlMove MANIFEST parsing change to the right position.
2012-03-17 Ned DeilyIssue #14346: Fix some typos in the Mac/README file.
2012-03-17 Georg BrandlCloses #14250: regex.flags has not only explicit flags...
2012-03-17 Georg BrandlCloses #14343: avoid shadowing builtin input() in examp...
2012-03-17 Georg BrandlCloses #14342: remove out-of-date section about avoidin...
2012-03-17 Georg BrandlCloses #14306: clarify expensiveness of try-except...
2012-03-17 Senthil Kumaran3.2 explain json.dumps for non-string keys in dicts...
2012-03-17 R David Murray#11686: news entry.
2012-03-17 R David Murray#11686: add missing entries to email __all__ lists.
2012-03-17 R David Murray#11780: s/throw/raise/
2012-03-17 R David Murray#11780: document that email.encoders throw TypeError...
2012-03-16 Eli BenderskyIssue #14202: some additional doc fixes
2012-03-16 Benjamin Petersoncheck to make sure the attribute is a string (#14334)
2012-03-16 Eli BenderskyIssue #14202: Greatly enhance the documentation of...
2012-03-16 Senthil Kumarancloses issue10484 - Fix the http.server's cgi PATH_INFO...
2012-03-16 Eli BenderskyIssue #9257: clarify the events iterparse accepts
next