]> granicus.if.org Git - python/shortlog
python
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 Lars GustäbelIssue #13158: Fix decoding and encoding of base-256...
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
2011-10-11 Victor StinnerFix io.FileIO.readall() on Windows 64 bits
2011-10-11 Antoine PitrouFix deprecation warning
2011-10-11 Victor StinnerFix a compiler warning in _locale
2011-10-11 Victor StinnerFix a compiler warning in zipimport
2011-10-11 Victor StinnerFix typo in import.c
2011-10-11 Victor StinnerPyUnicode_AsUnicodeCopy() now checks if PyUnicode_AsUni...
2011-10-11 Victor StinnerStrip trailing spaces in _json.c
2011-10-11 Victor StinnerFix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LEN...
2011-10-11 Victor StinnerReuse PyUnicode_Copy() in validate_and_copy_tuple()
2011-10-11 Victor StinnerUse PyUnicode_AsUnicodeAndSize() instead of PyUnicode_G...
2011-10-11 Antoine PitrouIssue #13136: speed up conversion between different...
2011-10-11 Antoine PitrouIssue #13134: optimize finding single-character strings...
2011-10-11 Antoine PitrouMerge
2011-10-11 Mark DickinsonMerge issue #13145 fix.
2011-10-11 Mark DickinsonIssue #13145. Fix incorrect documentation for PyNumber_...
2011-10-11 Antoine PitrouAvoid pulling threading when _thread is sufficient
2011-10-11 Antoine PitrouUse a dict for faster sysconfig startup (issue #13150)
2011-10-11 Antoine PitrouIssue #13150: The tokenize module doesn't compile large...
2011-10-11 Antoine PitrouRemove unused variable
2011-10-11 Antoine Pitrou/* Remove unused code. It has been committed out since...
2011-10-10 Antoine PitrouAvoid exporting private helpers
2011-10-10 Antoine PitrouFix the threading infrastructure in test_socket to...
2011-10-10 Martin v. LöwisUse identifier API for PyObject_GetAttrString.
2011-10-10 Victor Stinnerany_find_slice() doesn't use callbacks anymore
2011-10-09 Ezio MelottiMerge whatsnew fixes with 3.2.
2011-10-09 Ezio MelottiFix/improve markup in whatsnew/2.7.
2011-10-09 Ezio Melotti#13138: merge with 3.2.
2011-10-09 Ezio Melotti#13138: add missing versionadded.
2011-10-09 Raymond HettingerClean-up and improve the priority queue example in...
2011-10-09 Raymond HettingerClean-up and improve the priority queue example in...
2011-10-09 Martin v. LöwisDrop extra semicolon.
2011-10-09 Martin v. LöwisAdd API for static strings, primarily good for identifiers.
2011-10-09 Éric AraujoMerge 3.2
2011-10-09 Éric AraujoBranch merge
2011-10-09 Éric AraujoBranch merge
2011-10-09 Éric AraujoAdd tests for Unicode handling in distutils’ check...
2011-10-09 Éric AraujoAs it turns out, this bug was already in the tracker...
2011-10-08 Antoine PitrouFix typo in the PyUnicode_Find() implementation
2011-10-08 Antoine Pitroutest_unicode was forgetting to run the common string...
2011-10-08 Antoine Pitroutest_unicode was forgetting to run the common string...
2011-10-08 Antoine PitrouFix a missing encoding argument when opening a text...
2011-10-08 Antoine PitrouFix a missing encoding argument when opening a text...
2011-10-08 Antoine PitrouFix test_gdb following the small unicode struct change...
2011-10-08 Georg BrandlCloses #12192: Document that mutating list methods...
2011-10-08 Éric AraujoFix packaging byte-compilation to comply with PEP 3147...
2011-10-08 Éric AraujoFix docstring of distutils.util.byte_compile (followup...
2011-10-08 Éric AraujoMake C code in one packaging test comply with ISO C...
2011-10-08 Éric AraujoMerge fixes for #10526, #10359, #11254, #9100 and the...
2011-10-07 Éric AraujoFix distutils.sysconfig.get_makefile_filename when...
next