]> granicus.if.org Git - python/shortlog
python
2011-10-31 Sandro Tosimerge with 3.2
2011-10-31 Sandro Tosiuse diveintopython.net now that DIP.org returns 410...
2011-10-31 Sandro Tosimerge with 3.2
2011-10-31 Sandro Tosiremove confusing paragraph (as part of r87523); thanks...
2011-10-31 Jesus CeaMERGE: Closes #13283: removal of two unused variable...
2011-10-31 Jesus CeaCloses #13283: removal of two unused variable in locale.py
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 Sandro Tosidocument turtle done() function; thanks to Csaba Szepes...
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.
2011-10-31 Martin v. LöwisReplace Py_UCS4_ API with Unicode API.
2011-10-31 Ned DeilyIssue 13296: Fix IDLE to clear compile __future__ flags...
2011-10-31 Ned DeilyIssue 13296: Fix IDLE to clear compile __future__ flags...
2011-10-31 Sandro Tosimerge with 3.2
2011-10-31 Sandro Tosicaught is the right pp of catch; thanks to Don Bennett...
2011-10-30 Florent XiclunaLet's assume that the datetime module is always available.
2011-10-30 Martin v. LöwisPort import_module_level to Unicode API.
2011-10-30 Raymond HettingerMerge
2011-10-30 Raymond HettingerImprove itertools docs with clearer examples of pure...
2011-10-30 Raymond HettingerMerge
2011-10-30 Raymond HettingerIssue 13274: Make the pure python code for heapq more...
2011-10-30 Florent XiclunaFix User-Agent for the xmlrpc.client, and catch Keyboar...
2011-10-30 Florent XiclunaMerge heads
2011-10-30 Florent XiclunaMerge heads
2011-10-30 Florent XiclunaMerge 3.2
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 Petri LehtinenAdd Misc/NEWS entry for issue #10519
2011-10-30 Benjamin Petersonmerge 3.2
2011-10-30 Benjamin Petersonremove unused variable
2011-10-30 Antoine PitrouIssue #10363: Deallocate global locks in Py_Finalize().
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 LehtinenFix the return value of set_discard (issue #10519)
2011-10-30 Petri LehtinenAvoid unnecessary recursive function calls (#closes...
2011-10-30 Petri LehtinenAvoid unnecessary recursive function calls (closes...
2011-10-30 Martin v. LöwisPort PyImport_ReloadModule to Unicode API.
2011-10-30 Ezio MelottiMerge the button to show/hide the prompts and output...
2011-10-30 Ezio MelottiAdd a button to the code examples in the doc to show...
2011-10-29 Charles-François... Issue #5661: on EPIPE/ECONNRESET, OS X returns the...
2011-10-29 Charles-François... Issue #5661: Add a test for ECONNRESET/EPIPE handling...
2011-10-29 Ezio Melotti#13289: merge with 3.2.
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 Victor StinnerPyUnicode_AsUnicodeCopy() uses PyUnicode_AsUnicodeAndSi...
2011-10-23 Victor StinnerFix PyUnicode_InternImmortal(): PyUnicode_InternInPlace...
2011-10-23 Victor StinnerCast directly to unsigned char, instead of using Py_CHA...
2011-10-23 Victor StinnerReplace PyUnicodeObject* by PyObject* where it was...
2011-10-23 Petri LehtinenAdd the green "New reference" note to the doc of PyExce...
2011-10-23 Victor StinnerFix data variable in _PyUnicode_Dump() for compact...
2011-10-23 Victor StinnerRemove last references to the removed Unicode free...
2011-10-28 Benjamin Petersonmerge 3.2
2011-10-28 Barry Warsaw- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
2011-10-28 Florent XiclunaMerge 3.2
2011-10-28 Florent XiclunaMerge 3.2
2011-10-28 Florent XiclunaRemove no-op code from previous commit.
2011-10-28 Florent XiclunaSimplify and remove few dependencies on 'errno', thanks...
2011-10-28 Florent XiclunaMerge 3.2 (linked to issue #1294232)
2011-10-28 Florent XiclunaMerge 3.2
2011-10-28 Ezio MelottiMerge HTMLParser doc changes from 3.2.
2011-10-28 Ezio Melotti#13273: merge with 3.2.
2011-10-28 Ezio Melotti#13278: merge with 3.2.
2011-10-28 Florent XiclunaMerge 3.2
2011-10-27 Antoine PitrouFix typo
2011-10-27 Antoine PitrouUpdate example of non-blocking SSL code for the new...
2011-10-27 Antoine PitrouIssue #11183: Add finer-grained exceptions to the ssl...
2011-10-27 Vinay SajipMerged documentation fix from 3.2.
2011-10-27 Benjamin Petersonadd a test for an assertion with tuple msg
2011-10-26 Victor StinnerPyUnicode_FSDecoder() ensures that the decoded string...
2011-10-26 Victor StinnerFix the issue number of my cp65001 commit: 13247 =...
2011-10-26 Victor StinnerClose #13247: Add cp65001 codec, the Windows UTF-8...
2011-10-26 Petri LehtinenIssue #10860: Skip the new test if HTTPS is not available
next