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