]> granicus.if.org Git - python/shortlog
python
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 Ł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...
2011-10-13 Victor Stinnerdictviews_or() uses _Py_identifier
2011-10-13 Martin v. LöwisUse GetAttrId directly. Proposed by Amaury.
2011-10-13 Antoine PitrouReuse the stringlib in findchar(), and make its signatu...
2011-10-13 Antoine PitrouAdd a comment explaining this heuristic.
2011-10-13 Antoine PitrouSimplify heuristic for when to use memchr
2011-10-13 Nadeem VawdaMerge #13159: Replace FileIO's quadratic-time buffer...
2011-10-13 Nadeem VawdaIssue #13159: Replace FileIO's quadratic-time buffer...
2011-10-12 Victor StinnerOptimize unicode_subscript() for step != 1 and ascii...
2011-10-12 Victor StinnerDon't use PyUnicode_MAX_CHAR_VALUE() macro in Py_MAX()
2011-10-12 Victor StinnerSimplify PyUnicode_MAX_CHAR_VALUE
2011-10-12 Victor StinnerOptimize findchar() for PyUnicode_1BYTE_KIND: use memch...
2011-10-12 Antoine PitrouIssue #13155: Optimize finding the optimal character...
2011-10-12 Victor StinnerUnicode replace() avoids calling unicode_adjust_maxchar...
2011-10-12 Victor StinnerIssue #13157: Fix building Python outside its source...
2011-10-12 Victor StinnerIssue #12367: Add a test on error attribute of select...
2011-10-12 Victor StinnerWhat's New in Python 3.3: mention the PEP 3151
2011-10-12 Antoine PitrouReplace mentions of IOError
2011-10-12 Antoine PitrouInstantiate the OS-related exception as soon as we...
2011-10-12 Antoine PitrouThis shameful limitation of the fileinput module is...
2011-10-12 Antoine PitrouFix some mentions of IOError
2011-10-12 Antoine PitrouFix mentions of IOError in the io module docs
2011-10-12 Antoine PitrouUpdate doc for BlockingIOError and its alias in the...
2011-10-12 Antoine PitrouReplace mentions of WindowsError
2011-10-12 Antoine PitrouReplace a mention of EnvironmentError in the distutils...
2011-10-12 Antoine PitrouUpdate index entries
2011-10-12 Antoine PitrouUpdate the C-API docs for exception types
2011-10-12 Antoine PitrouReplace mentions of socket.error.
2011-10-12 Antoine PitrouMention the merging of other exceptions into OSError.
2011-10-12 Antoine PitrouMinimal update of select docs for PEP 3151.
2011-10-12 Antoine PitrouMinimal update of socket docs for PEP 3151.
2011-10-12 Antoine PitrouUpdate exceptions doc for PEP 3151
2011-10-12 Antoine PitrouPEP 3151 / issue #12555: reworking the OS and IO except...
2011-10-11 Victor StinnerBacked out changeset 952d91a7d376
2011-10-11 Antoine PitrouRelax condition
2011-10-11 Victor Stinnerstringlib: Fix STRINGLIB_STR for UCS2/UCS4
2011-10-11 Victor StinnerFix compiler warning in _PyUnicode_FromUCS2()
2011-10-11 Victor StinnerFix fastsearch for UCS2 and UCS4
2011-10-11 Victor StinnerFix FileIO.readall() (new_buffersize()) for large files
2011-10-11 Antoine PitrouUse _PyUnicode_CONVERT_BYTES() where applicable.
2011-10-11 Antoine PitrouMerge
next