- 10a99b0 Issue #13150: The tokenize module doesn't compile large regular expressions at startup anymore. by Antoine Pitrou · 13 years ago
- 699cd9f Remove unused variable by Antoine Pitrou · 13 years ago
- 2871698 /* Remove unused code. It has been committed out since 2000 (!). */ by Antoine Pitrou · 13 years ago
- 53bb548 Avoid exporting private helpers (thanks "make smelly") by Antoine Pitrou · 13 years ago
- 86fe860 Fix the threading infrastructure in test_socket to support skipping by Antoine Pitrou · 13 years ago
- 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
- 794d567 any_find_slice() doesn't use callbacks anymore by Victor Stinner · 13 years ago
- a6968ed Merge whatsnew fixes with 3.2. by Ezio Melotti · 13 years ago
- 4e15828 Fix/improve markup in whatsnew/2.7. by Ezio Melotti · 13 years ago
- 5b194cc #13138: merge with 3.2. by Ezio Melotti · 13 years ago
- 138fc89 #13138: add missing versionadded. by Ezio Melotti · 13 years ago
- be22d1d Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
- df7c4cd Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
- 87da872 Drop extra semicolon. by Martin v. Löwis · 13 years ago
- afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
- 67df285 Merge 3.2 by Éric Araujo · 13 years ago
- 9255464 Branch merge by Éric Araujo · 13 years ago
- a5bc34f Branch merge by Éric Araujo · 13 years ago
- 5819dcc Add tests for Unicode handling in distutils’ check and register (#13114) by Éric Araujo · 13 years ago
- 8af607b As it turns out, this bug was already in the tracker: #11171 by Éric Araujo · 13 years ago
- eaf139b Fix typo in the PyUnicode_Find() implementation by Antoine Pitrou · 13 years ago
- 798b4df test_unicode was forgetting to run the common string tests for str.find() by Antoine Pitrou · 13 years ago
- c0bbe7d test_unicode was forgetting to run the common string tests for str.find() by Antoine Pitrou · 13 years ago
- 760531a Fix a missing encoding argument when opening a text file in some of iobench's subtests. by Antoine Pitrou · 13 years ago
- 74472a9 Fix a missing encoding argument when opening a text file in some of iobench's subtests. by Antoine Pitrou · 13 years ago
- 3c0c5f2 Fix test_gdb following the small unicode struct change in c25262e97304 (issue #13130) by Antoine Pitrou · 13 years ago
- 388349a Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy). by Georg Brandl · 13 years ago
- a29e4f6 Fix packaging byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
- 04ea953 Fix docstring of distutils.util.byte_compile (followup for #11254) by Éric Araujo · 13 years ago
- 73b1e7d Make C code in one packaging test comply with ISO C (#10359). by Éric Araujo · 13 years ago
- 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 13 years ago
- fea2d04 Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix by Éric Araujo · 13 years ago
- de50455 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 13 years ago
- 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
- db95c7a Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 13 years ago
- 30589c9 Issue #10141: fix socketmodule compilation on Linux systems with <linux/can.h> by Charles-François Natali · 13 years ago
- 35a502b Fix a typo and a broken link (part of #10536). by Éric Araujo · 13 years ago
- 1461775 - Re-enable lib2to3's test_parser.py tests, though with an expected failure by Barry Warsaw · 13 years ago
- de8c723 Merged by Barry Warsaw · 13 years ago
- 35d1878 Trunk merge by Barry Warsaw · 13 years ago
- cb9c5ba - Re-enable lib2to3's test_parser.py tests, though with an expected failure by Barry Warsaw · 13 years ago
- 532c363 Merge with 3.2 by Ned Deily · 13 years ago
- 7010a07 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 13 years ago
- 2da16e6 Fix indentation. by Martin v. Löwis · 13 years ago
- c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 13 years ago
- c6cfd4a Branch merge. by Barry Warsaw · 13 years ago
- 78f89d8 - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files by Barry Warsaw · 13 years ago
- dd07732 PyUnicode_Join() calls directly memcpy() if all strings are of the same kind by Victor Stinner · 13 years ago
- 756b169 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
- f394e47 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
- 789e7ad Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described by Antoine Pitrou · 13 years ago
- 586bfe4 Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described by Antoine Pitrou · 13 years ago
- 14c0f03 Issue #12943: python -m tokenize support has been added to tokenize. by Meador Inge · 13 years ago
- 1d972ad Mark 'abc'.expandtab() optimization as specific to CPython by Victor Stinner · 13 years ago
- ba7c226 Make platform.libc_ver() less slow by Antoine Pitrou · 13 years ago
- 978b9d2 Fix formatting memory consumption with very large padding specifications by Antoine Pitrou · 13 years ago
- db6c7f5 Update C API docs for PEP 393. by Georg Brandl · 13 years ago
- 59de0ee str.replace(a, a) is now returning str unchanged if a is a by Victor Stinner · 13 years ago
- 72ca65d Fix a Py_UCS4 / Py_UNICODE mixup. by Antoine Pitrou · 13 years ago
- 77ea640 Migrate the _csv module to the new unicode APIs by Antoine Pitrou · 13 years ago
- 0959554 Fix memory consumption estimate in test_unicode_repr_wide by Antoine Pitrou · 13 years ago
- 4574e62 Fix massive slowdown in string formatting with str.format. by Antoine Pitrou · 13 years ago
- 5c0ba36 Fix massive slowdown in string formatting with the % operator by Antoine Pitrou · 13 years ago
- 438818b Issue #7367: merge from 3.2 by Ned Deily · 13 years ago
- 7b847a4 Issue #7367: add NEWS item. by Ned Deily · 13 years ago
- 9403071 merge from 3.2 by Ned Deily · 13 years ago
- ed27df7 Issue #7367: Fix pkgutil.walk_paths to skip directories whose by Ned Deily · 13 years ago
- caf5a22 Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 13 years ago
- 92a81a1 Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 13 years ago
- 17a332a fix compiler warnings by Benjamin Peterson · 13 years ago
- 399df55 Fix expected memory consumption for test_translate by Antoine Pitrou · 13 years ago
- b6080b6 Fix size estimate for test_unicode_repr by Antoine Pitrou · 13 years ago
- a5d9917 Fix test_splitlines to reach its size estimate by Antoine Pitrou · 13 years ago
- f81ad6f Make the formula for this estimate more explicit by Antoine Pitrou · 13 years ago
- 7c46da7 Ensure that 1-char singletons get used by Antoine Pitrou · 13 years ago
- 8ac582f Fix size estimation for test_bigmem.StrTest.test_format by Antoine Pitrou · 13 years ago
- de21f84 Fix the expected memory consumption for some tests by Antoine Pitrou · 13 years ago
- b09460f Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize() by Victor Stinner · 13 years ago
- 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
- 90c30e8 Remove now duplicate code in _json.c; instead, reuse the new private lib by Antoine Pitrou · 13 years ago
- c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
- eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
- c6f0df7 Fix PyUnicode_Join() for len==1 and non-exact string by Victor Stinner · 13 years ago
- b066cc6 Fix PyUnicode_CHARACTER_SIZE and PyUnicode_KIND_SIZE by Victor Stinner · 13 years ago
- 1d4bd25 Fix compilation warnings under 64-bit Windows by Antoine Pitrou · 13 years ago
- dbf697a Fix compilation warnings under 64-bit Windows by Antoine Pitrou · 13 years ago
- 45d9c91 Issue #3163: The struct module gets new format characters 'n' and 'N' by Antoine Pitrou · 13 years ago
- 15a66cf Fix compilation under Windows by Antoine Pitrou · 13 years ago
- 200f213 Fix assertion in unicode_adjust_maxchar() by Victor Stinner · 13 years ago
- 207dc73 Merge 3.2 by Éric Araujo · 13 years ago
- 0f4ee93 Branch merge by Éric Araujo · 13 years ago
- bb2095f Branch merge by Éric Araujo · 13 years ago
- acf47b8 Fix my last change on PyUnicode_Join(): don't process separator if len==1 by Victor Stinner · 13 years ago
- 25a4b29 str.replace() avoids memory when it's possible by Victor Stinner · 13 years ago
- 6fd287e Fix return code of “pysetup run COMMAND” (closes #12222) by Éric Araujo · 13 years ago
- 8ed34a1 Minor: improve one test name, address pyflakes warnings by Éric Araujo · 13 years ago
- fa23cc8 Add test that was promised in a comment but not actually written by Éric Araujo · 13 years ago
- 9556a5b Fix incorrect test. by Éric Araujo · 13 years ago
- 2c30e39 Change one name in packaging’s test_uninstall to avoid confusion. by Éric Araujo · 13 years ago
- 56c161a _copy_characters() fails more quickly in debug mode on inconsistent state by Victor Stinner · 13 years ago