]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2011-10-20  Ezio Melotti#13219: merge with 3.2.
2011-10-20  Ezio Melotti#13219: clarify section about character sets in the...
2011-10-20  Senthil Kumaranmerge heads
2011-10-20  Senthil KumaranNews entry for Issue12529 and Issue12604
2011-10-20  Senthil KumaranNews entry for Issue12529 and Issue12604
2011-10-20  Raymond HettingerSimplify calls in fnmatch.
2011-10-20  Raymond HettingerIssue 13227: Option to make the lru_cache() type specif...
2011-10-19  Victor StinnerMention that os.O_CLOEXEC was added to Python 3.3
2011-10-19  Victor StinnerIssue #13150: Add a comment in _sysconfigdata to explai...
2011-10-19  Antoine PitrouSilence the FileExistsError which can be raised because...
2011-10-19  Raymond Hettingermerge
2011-10-19  Raymond HettingerIssue 12668: Fix wording in Whatsnew3.2
2011-10-19  Raymond HettingerMerge
2011-10-19  Raymond HettingerIssue 11931: Minor punctuation/grammar/wording fixups...
2011-10-19  Benjamin Petersonmerge 3.2
2011-10-19  Benjamin Petersonadjust braces a bit
2011-10-19  Raymond HettingerIssue #13121: Support in-place math operators for colle...
2011-10-19  Éric AraujoBranch merge
2011-10-19  Senthil Kumaranurllib.request - syntax changes enhancing readability...
2011-10-19  Senthil Kumaranurllib.request - syntax changes enhancing readability...
2011-10-19  Senthil KumaranDoc improvements suggested by Éric Araujo for the new...
2011-10-19  Senthil Kumarandefault - Fix closes Issue 12604 - Use a proper no...
2011-10-19  Senthil Kumaran3.2 - Fix Issue 12604 - Use a proper no-op macro expans...
2011-10-19  Senthil Kumarandefault - Fix closes Issue6090 - Raise a ValueError...
2011-10-19  Senthil Kumaran3.2 - Fix closes Issue6090 - Raise a ValueError, instea...
2011-10-19  Senthil Kumarandefault - Fix closes Issue12529 - cgi.parse_header...
2011-10-19  Senthil Kumaran3.2 - Fix closes Issue12529 - cgi.parse_header failure...
2011-10-19  Florent XiclunaFix warning while building documentation.
2011-10-19  Ezio MelottiMerge with 3.2.
2011-10-19  Ezio MelottiRemove duplication.
2011-10-19  Éric AraujoMake one function in packaging.metadata simpler
2011-10-19  Éric AraujoClean up some idioms in packaging tests.
2011-10-19  Éric AraujoAdd reST targets to sections of the setup.cfg spec...
2011-10-19  Éric AraujoChange signature of packaging.tests.support.LoggingCatc...
2011-10-19  Éric AraujoMore fixes for PEP 3147 compliance in packaging (#11254)
2011-10-19  Éric AraujoExpand tests and fix bugs in packaging.util.resolve_name.
2011-10-19  Éric AraujoFix typo
2011-10-19  Éric AraujoImprove Victor’s commit with cool new 2.5 idiom
2011-10-19  Łukasz LangaA ricochet from fixing #10680: http://http://example...
2011-10-19  Łukasz LangaMerged fix for #10860 from 3.2
2011-10-18  Victor StinnerSimplify _PyUnicode_COMPACT_DATA() macro
2011-10-18  Victor StinnerAdd consistency check to _PyUnicode_New()
2011-10-18  Victor StinnerIssue #12281: Fix test_codecs.test_cp932() on Windows XP
2011-10-18  Victor StinnerIssue #12281: Skip code page tests on non-Windows platforms
2011-10-18  Victor StinnerIssue #12281: Rewrite the MBCS codec to handle correctl...
2011-10-18  Łukasz LangaFixes #10860: Handle empty port after port delimiter...
2011-10-18  Antoine PitrouIssue #13150: sysconfig no longer parses the Makefile...
2011-10-18  Antoine PitrouIssue #13188: When called without an explicit traceback...
2011-10-18  Antoine PitrouIssue #13188: When called without an explicit traceback...
2011-10-18  Ezio Melotti#12448: merge with 3.2.
2011-10-18  Ezio Melotti#12448: smtplib now flushes stdout while running `...
next