]> granicus.if.org Git - python/shortlog
python
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 `...
2011-10-18 Ezio Melotti#12277: merge with 3.2.
2011-10-18 Ezio Melotti#12277: add missing comma.
2011-10-17 Victor StinnerClose #12454: The mailbox module is now using ASCII...
2011-10-17 Victor StinnerInstantiate the OS-related exception as soon as we...
2011-10-17 Victor StinnerIssue #12367: Test test_select.test_errno() on FreeBSD
2011-10-17 Nadeem VawdaMerge #13194: zlib.compressobj().copy() and zlib.decomp...
2011-10-17 Nadeem VawdaIssue #13194: zlib.compressobj().copy() and zlib.decomp...
2011-10-17 Antoine PitrouIssue #13146: Writing a pyc file is now atomic under...
2011-10-17 Antoine PitrouFix typo
2011-10-17 Benjamin Petersonmerge 3.2 (#13199)
2011-10-17 Benjamin Petersonplug possible refleak (closes #13199)
2011-10-17 Mark Hammondnormalize whitespace in Lib/distutils/msvc9compiler.py
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-17 Mark HammondIssue #7833: Ext. modules built using distutils on...
2011-10-16 Victor Stinner(null merge 3.2, fix already applied to default)
2011-10-16 Victor StinnerIssue #10653: Fix time.strftime() on Windows, check...
2011-10-16 Victor StinnerClose #13174: Fix extended attributes tests in test_os...
2011-10-16 Victor Stinnertest_select: use a timeout=0 in test_errno()
2011-10-16 Victor StinnerIssue #10653: Fix time.strftime() on Windows, check...
2011-10-16 Senthil KumaranFix closes issue 1673007 urllib.request to support...
2011-10-16 Raymond HettingerMerge
2011-10-16 Raymond HettingerIssue 13177: Make tracebacks more readable by avoiding...
2011-10-15 Antoine PitrouFix build under Windows
2011-10-15 Benjamin Petersonremove some duplication
2011-10-14 Éric AraujoMerge 3.2
2011-10-14 Éric AraujoUpdate dead references from py.org/dev/faq to the devgu...
2011-10-14 Éric AraujoCleanup in packaging: super considered super
2011-10-14 Éric AraujoFix writing of the RESOURCES file by packaging (#12386)
2011-10-14 Éric AraujoMerge 3.2
2011-10-14 Éric AraujoBranch merge
2011-10-14 Éric AraujoBranch merge
2011-10-14 Martin v. LöwisPort SetAttrString/HasAttrString to SetAttrId/GetAttrId.
2011-10-14 Lars GustäbelIssue #13158: Fix decoding and encoding of base-256...
2011-10-14 Martin v. LöwisRename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 Lars GustäbelMerge with 3.2: Issue #13158: Fix decoding and encoding...
2011-10-14 Victor Stinner(Merge 3.2) Issue #13025: mimetypes is now reading...
2011-10-14 Victor StinnerIssue #13025: mimetypes is now reading MIME types using...
2011-10-14 Victor Stinner(Merge 3.2) Issue #10653: On Windows, use strftime...
2011-10-14 Victor StinnerIssue #10653: On Windows, use strftime() instead of...
2011-10-14 Victor StinnerIssue #13088: Add shared Py_hexdigits constant to forma...
2011-10-13 Victor StinnerWhat's new in Python 3.3: document new functions of...
2011-10-13 Victor StinnerFix typo in the os doc: lremoveattr => lremovexattr
2011-10-13 Victor Stinnerconvertsimple(): "str without bytes" => "str without...
next