]> granicus.if.org Git - python/shortlog
python
2011-10-28 Ezio Melotti#13278: merge with 3.2.
2011-10-28 Ezio MelottiMerge heads.
2011-10-28 Florent XiclunaMerge 3.2
2011-10-28 Ezio Melotti#13278: fix typo.
2011-10-28 Florent XiclunaFixes #13270: obsolete reference to old-style/new-style...
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 Vinay SajipAdded lost documentation cross-reference.
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 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 MelottiRefactor a bit the codecs doc.
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 MelottiFix typo.
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 heads
2011-10-25 Benjamin Petersonmerge 3.2 (#13259)
2011-10-25 Benjamin Petersondocument __bytes__ special method (closes #13259)
2011-10-24 Antoine PitrouFix test_imp failure under Windows
2011-10-24 Petri Lehtinenmerge heads
2011-10-24 Petri Lehtinenmerge heads
2011-10-24 Petri LehtinenMerge 3.2
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 Charles-François... Issue #10332: multiprocessing: fix a race condition...
2011-10-24 Benjamin Petersonmerge 3.2
2011-10-24 Benjamin Petersonnote callable is back in 3.2
2011-10-24 Florent XiclunaMerge 3.2.
2011-10-24 Florent XiclunaIssue #13255: wrong docstrings in array module.
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 XiclunaIssue 13141: Demonstrate recommended style for socketse...
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 Petri LehtinenAdd the green "New reference" note to the doc of PyExce...
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.
2011-10-23 Martin v. LöwisReformulate make_compiled_pathname in terms of unicode...
2011-10-23 Nick CoghlanMerge issue 1294232 patch from 3.2
2011-10-23 Nick CoghlanIssue 1294232: Fix errors in metaclass calculation...
2011-10-22 Antoine PitrouAdd a docstring to SSLError
2011-10-22 Antoine PitrouUse PyExc_OSError directly instead of grabbing it from...
2011-10-22 Antoine PitrouAdd missing prefixes
2011-10-22 Antoine PitrouElaborate on representations and canonical/legacy unico...
2011-10-22 Antoine PitrouMove deprecated functions at the end of their respectiv...
2011-10-22 Meador IngeIssue 13243: Rename _Py_identifier to _Py_IDENTIFIER...
2011-10-22 Éric AraujoAvoid relying on the default reST role in logging libra...
2011-10-22 Vinay SajipCloses #13235: Changed PendingDeprecationWarning to...
2011-10-22 Victor StinnerFix unicode_subtype_new() on debug build
2011-10-21 Éric AraujoFix text duplication. Spotted by Nick Coghlan, thanks!
2011-10-21 Ezio MelottiRemove unused variable.
2011-10-21 Ezio Melotti#12753: fix compilation on Windows.
2011-10-21 Ezio Melotti#12753: Add support for Unicode name aliases and named...
2011-10-21 Éric AraujoBanch merge
2011-10-21 Vinay SajipCloses #13235: Added deprecation for warn() methods...
2011-10-21 Éric AraujoAdd tests for packaging.tests.support (#12659).
2011-10-21 Éric AraujoDocument that packaging doesn’t create __init__.py...
2011-10-21 Éric AraujoFix missing imports in setup scripts generated by packa...
2011-10-20 Antoine PitrouIssue #12170: The count(), find(), rfind(), index(...
2011-10-20 Florent XiclunaIssue #9168: now smtpd is able to bind privileged port.
2011-10-20 Florent XiclunaIssue #9168: now smtpd is able to bind privileged port.
2011-10-20 Ezio Melotti#13233: null merge with 3.2.
2011-10-20 Ezio Melotti#13233: fix typo.
2011-10-20 Ezio MelottiMerge heads.
2011-10-20 Raymond Hettingermerge
2011-10-20 Raymond HettingerBytes are already distinct from text, so typed=True...
next