]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2011-10-26  Vinay SajipChanged warn() to warning() in logging tests.
2011-10-25  Victor StinnerFix typo in NEWS
2011-10-25  Ezio MelottiFix typos.
2011-10-25  Victor StinnerIssue #12619: Expose socket.SO_BINDTODEVICE constant
2011-10-25  Victor StinnerIssue #13226: Add RTLD_xxx constants to the os module...
2011-10-25  Victor StinnerClose #10278: Add clock_getres(), clock_gettime() and...
2011-10-25  Ezio MelottiMerge the codecs doc refactoring with 3.2.
2011-10-25  Ezio MelottiRemove mention of narrow/wide builds in the codecs...
2011-10-25  Ezio MelottiRemove mention of narrow/wide builds and update array...
2011-10-25  Ezio MelottiNull merge with 3.2.
2011-10-25  Ezio MelottiRemove mention of narrow/wide builds from ord/chr doc.
2011-10-25  Ezio Melotti#13251: update string description in datamodel.rst.
2011-10-25  Benjamin Petersonmerge 3.2
2011-10-25  Benjamin Petersonmerge heads
2011-10-25  Benjamin Petersonmerge 3.2 (#13259)
2011-10-24  Antoine PitrouFix test_imp failure under Windows
2011-10-24  Petri Lehtinenmerge heads
2011-10-24  Petri LehtinenMerge 3.2
2011-10-24  Charles-François... Issue #10332: multiprocessing: fix a race condition...
2011-10-24  Benjamin Petersonmerge 3.2
2011-10-24  Florent XiclunaMerge 3.2.
2011-10-24  Mark DickinsonIssue #13248, issue #8540: Remove deprecated Context...
2011-10-23  Antoine PitrouImprove the porting section
2011-10-23  Antoine PitrouImprove / clean up the PEP 393 description
2011-10-23  Antoine PitrouImprove description of PEP 3151
2011-10-23  Antoine PitrouMention InterruptedError in the doc for new function...
2011-10-23  Antoine PitrouMerge
2011-10-23  Antoine PitrouUse InterruptedError instead of checking for EINTR
2011-10-23  Ezio MelottiUse ``...`` for string literals.
2011-10-23  Florent XiclunaFix documentation formatting.
2011-10-23  Florent XiclunaMerge heads
2011-10-23  Florent XiclunaMerge 3.2
2011-10-23  Ezio MelottiRemove obsolete FAQ.
2011-10-23  Florent XiclunaDocumentation typo.
2011-10-23  Florent XiclunaCleanup code: remove int/long idioms and simplify a...
2011-10-23  Mark DickinsonIssue #12965: Fix some inaccurate comments in Objects...
2011-10-23  Mark DickinsonIssue #10925: Add equivalent pure Python code for the...
2011-10-23  Mark DickinsonIssue #13201: equality for range objects is now based...
2011-10-23  Petri LehtinenMerge 3.2
2011-10-23  Martin v. LöwisRewrite find_module_path using unicode API.
2011-10-23  Martin v. LöwisFix off-by-one error.
2011-10-23  Martin v. LöwisDrop unused macros. Use CACHEDIR consistently.
2011-10-23  Martin v. LöwisRewrite make_source_pathname using Unicode API.
2011-10-23  Martin v. LöwisAdd ready checks for make_compiled_pathname.
next