]> granicus.if.org Git - python/shortlog
python
2011-11-01 Senthil KumaranAppend HTTPSHandler to __all__ when it is available.
2011-11-01 Senthil Kumaranissue13287 - Define __all__ for urllib.request and...
2011-11-01 Florent XiclunaTroubleshoot issue #13309 on Gentoo buildbot.
2011-11-01 Florent XiclunaAdd temporary tests to troubleshoot issue #13309 on...
2011-11-01 Florent XiclunaTest the year range supported by time.strftime() and...
2011-11-01 Ezio MelottiMerge test fixes from 3.2.
2011-11-01 Ezio MelottiAvoid reusing the same collector in the tests.
2011-11-01 Ezio Melotti#12008: merge with 3.2.
2011-11-01 Ezio Melotti#12008: add a test.
2011-11-01 Ezio Melotti#670664: Fix HTMLParser to correctly handle the content...
2011-11-01 Sandro Tosicorrect signature for tzinfo.dst() in examples; thanks...
2011-10-31 Ned DeilyIssue #13304: Skip test case if user site-packages...
2011-10-31 Senthil KumaranFix issue 10817 - Fix urlretrieve function to raise...
2011-10-31 Sandro Tosiuse diveintopython.net now that DIP.org returns 410...
2011-10-31 Sandro Tosiremove confusing paragraph (as part of r87523); thanks...
2011-10-31 Jesus CeaCloses #13283: removal of two unused variable in locale.py
2011-10-31 Sandro Tosidocument turtle done() function; thanks to Csaba Szepes...
2011-10-31 Ned DeilyIssue 13296: Fix IDLE to clear compile __future__ flags...
2011-10-31 Sandro Tosicaught is the right pp of catch; thanks to Don Bennett...
2011-10-30 Raymond HettingerImprove itertools docs with clearer examples of pure...
2011-10-30 Raymond HettingerIssue 13274: Make the pure python code for heapq more...
2011-10-30 Florent XiclunaMerge heads
2011-10-30 Florent XiclunaIssue #13293: Better error message when trying to marsh...
2011-10-30 Florent XiclunaCleanup xmlrpc: remove obsolete comments, unused import...
2011-10-30 Florent XiclunaCloses #13291: NameError in xmlrpc package.
2011-10-30 Petri LehtinenAdd Misc/NEWS entry for issue #10519
2011-10-30 Benjamin Petersonremove unused variable
2011-10-30 Antoine PitrouIssue #10363: Deallocate global locks in Py_Finalize().
2011-10-30 Petri LehtinenFix the return value of set_discard (issue #10519)
2011-10-30 Petri LehtinenAvoid unnecessary recursive function calls (closes...
2011-10-30 Ezio MelottiAdd a button to the code examples in the doc to show...
2011-10-29 Ezio Melotti#13289: fix typo.
2011-10-28 Benjamin Petersonbring is_integer into tested existence
2011-10-28 Barry Warsaw- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
2011-10-28 Barry Warsaw- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
2011-10-28 Florent XiclunaDocumentation typo
2011-10-28 Florent XiclunaI should be someone
2011-10-28 Florent XiclunaRemove unused variable.
2011-10-28 Florent XiclunaCloses #13258: Use callable() built-in in the standard...
2011-10-28 Ezio MelottiImprove HTMLParser example in the doc and fix a couple...
2011-10-28 Ezio Melotti#13273: fix a bug that prevented HTMLParser to properly...
2011-10-28 Ezio MelottiMerge heads.
2011-10-28 Ezio Melotti#13278: fix typo.
2011-10-28 Florent XiclunaFixes #13270: obsolete reference to old-style/new-style...
2011-10-27 Vinay SajipAdded lost documentation cross-reference.
2011-10-26 Petri LehtinenIssue #10860: Skip the new test if HTTPS is not available
2011-10-25 Ezio MelottiRefactor a bit the codecs doc.
2011-10-25 Ezio MelottiFix typo.
2011-10-25 Benjamin Petersonmerge heads
2011-10-25 Benjamin Petersondocument __bytes__ special method (closes #13259)
2011-10-24 Petri Lehtinenmerge heads
2011-10-24 Petri LehtinenIssue #13018: Fix reference leaks in error paths in...
2011-10-24 Charles-François... Issue #10332: multiprocessing: fix a race condition...
2011-10-24 Benjamin Petersonnote callable is back in 3.2
2011-10-24 Florent XiclunaIssue #13255: wrong docstrings in array module.
2011-10-23 Florent XiclunaIssue 13141: Demonstrate recommended style for socketse...
2011-10-23 Petri LehtinenAdd the green "New reference" note to the doc of PyExce...
2011-10-23 Nick CoghlanIssue 1294232: Fix errors in metaclass calculation...
2011-10-20 Florent XiclunaIssue #9168: now smtpd is able to bind privileged port.
2011-10-20 Ezio Melotti#13233: fix typo.
2011-10-20 Ezio Melotti#13219: clarify section about character sets in the...
2011-10-20 Senthil KumaranNews entry for Issue12529 and Issue12604
2011-10-19 Raymond HettingerIssue 12668: Fix wording in Whatsnew3.2
2011-10-19 Raymond HettingerIssue 11931: Minor punctuation/grammar/wording fixups...
2011-10-19 Benjamin Petersonadjust braces a bit
2011-10-19 Senthil Kumaranurllib.request - syntax changes enhancing readability...
2011-10-19 Senthil Kumaran3.2 - Fix Issue 12604 - Use a proper no-op macro expans...
2011-10-19 Senthil Kumaran3.2 - Fix closes Issue6090 - Raise a ValueError, instea...
2011-10-19 Senthil Kumaran3.2 - Fix closes Issue12529 - cgi.parse_header failure...
2011-10-19 Ezio MelottiRemove duplication.
2011-10-18 Łukasz LangaFixes #10860: Handle empty port after port delimiter...
2011-10-18 Antoine PitrouIssue #13188: When called without an explicit traceback...
2011-10-18 Ezio Melotti#12448: smtplib now flushes stdout while running `...
2011-10-18 Ezio Melotti#12277: add missing comma.
2011-10-17 Nadeem VawdaIssue #13194: zlib.compressobj().copy() and zlib.decomp...
2011-10-17 Benjamin Petersonplug possible refleak (closes #13199)
2011-10-17 Mark Hammondnormalize whitespace in Lib/distutils/msvc9compiler.py
2011-10-17 Mark HammondIssue #7833: Ext. modules built using distutils on...
2011-10-16 Victor StinnerIssue #10653: Fix time.strftime() on Windows, check...
2011-10-16 Raymond HettingerIssue 13177: Make tracebacks more readable by avoiding...
2011-10-14 Éric AraujoUpdate dead references from py.org/dev/faq to the devgu...
2011-10-14 Éric AraujoBranch merge
2011-10-14 Martin v. LöwisReplace {Get,Set,Has}AttrString with *AttrId.
2011-11-01 Ezio Melotti#670664: merge with 3.2.
2011-11-01 Florent XiclunaStrengthen the tests for format '%Y', in relation with...
2011-11-01 Sandro Tosimerge with 3.2
2011-10-31 Ned DeilyIssue #13304: Skip test case if user site-packages...
2011-10-31 Florent XiclunaFix regression due to changeset 2096158376e5 (issue...
2011-10-31 Charles-François... Issue #13303: Fix a race condition in the bytecode...
2011-10-31 Ross LagerwallIssue #12797: Added custom opener parameter to builtin...
2011-10-31 Senthil Kumaranmerge from 3.2 - Fix issue 10817 - Fix urlretrieve...
2011-10-31 Sandro Tosimerge with 3.2
2011-10-31 Sandro Tosimerge with 3.2
2011-10-31 Jesus CeaMERGE: Closes #13283: removal of two unused variable...
2011-10-31 Victor StinnerIssue #13226: Update sys.setdlopenflags() docstring
2011-10-31 Charles-François... test_asyncore: Enable tests of Unix domain sockets...
2011-10-31 Sandro Tosimerge with 3.2
2011-10-31 Martin v. LöwisDrop unused variable.
2011-10-31 Martin v. LöwisFix typo.
2011-10-31 Martin v. LöwisDrop Py_UCS4_ functions. Closes #13246.
next