1. db6c7f5 Update C API docs for PEP 393. by Georg Brandl · 13 years ago
  2. 59de0ee str.replace(a, a) is now returning str unchanged if a is a by Victor Stinner · 13 years ago
  3. 72ca65d Fix a Py_UCS4 / Py_UNICODE mixup. by Antoine Pitrou · 13 years ago
  4. 77ea640 Migrate the _csv module to the new unicode APIs by Antoine Pitrou · 13 years ago
  5. 0959554 Fix memory consumption estimate in test_unicode_repr_wide by Antoine Pitrou · 13 years ago
  6. 4574e62 Fix massive slowdown in string formatting with str.format. by Antoine Pitrou · 13 years ago
  7. 5c0ba36 Fix massive slowdown in string formatting with the % operator by Antoine Pitrou · 13 years ago
  8. 438818b Issue #7367: merge from 3.2 by Ned Deily · 13 years ago
  9. 7b847a4 Issue #7367: add NEWS item. by Ned Deily · 13 years ago
  10. 9403071 merge from 3.2 by Ned Deily · 13 years ago
  11. ed27df7 Issue #7367: Fix pkgutil.walk_paths to skip directories whose by Ned Deily · 13 years ago
  12. caf5a22 Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 13 years ago
  13. 92a81a1 Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 13 years ago
  14. 17a332a fix compiler warnings by Benjamin Peterson · 13 years ago
  15. 399df55 Fix expected memory consumption for test_translate by Antoine Pitrou · 13 years ago
  16. b6080b6 Fix size estimate for test_unicode_repr by Antoine Pitrou · 13 years ago
  17. a5d9917 Fix test_splitlines to reach its size estimate by Antoine Pitrou · 13 years ago
  18. f81ad6f Make the formula for this estimate more explicit by Antoine Pitrou · 13 years ago
  19. 7c46da7 Ensure that 1-char singletons get used by Antoine Pitrou · 13 years ago
  20. 8ac582f Fix size estimation for test_bigmem.StrTest.test_format by Antoine Pitrou · 13 years ago
  21. de21f84 Fix the expected memory consumption for some tests by Antoine Pitrou · 13 years ago
  22. b09460f Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize() by Victor Stinner · 13 years ago
  23. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  24. 90c30e8 Remove now duplicate code in _json.c; instead, reuse the new private lib by Antoine Pitrou · 13 years ago
  25. c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  26. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  27. c6f0df7 Fix PyUnicode_Join() for len==1 and non-exact string by Victor Stinner · 13 years ago
  28. b066cc6 Fix PyUnicode_CHARACTER_SIZE and PyUnicode_KIND_SIZE by Victor Stinner · 13 years ago
  29. 1d4bd25 Fix compilation warnings under 64-bit Windows by Antoine Pitrou · 13 years ago
  30. dbf697a Fix compilation warnings under 64-bit Windows by Antoine Pitrou · 13 years ago
  31. 45d9c91 Issue #3163: The struct module gets new format characters 'n' and 'N' by Antoine Pitrou · 13 years ago
  32. 15a66cf Fix compilation under Windows by Antoine Pitrou · 13 years ago
  33. 200f213 Fix assertion in unicode_adjust_maxchar() by Victor Stinner · 13 years ago
  34. 207dc73 Merge 3.2 by Éric Araujo · 13 years ago
  35. 0f4ee93 Branch merge by Éric Araujo · 13 years ago
  36. bb2095f Branch merge by Éric Araujo · 13 years ago
  37. acf47b8 Fix my last change on PyUnicode_Join(): don't process separator if len==1 by Victor Stinner · 13 years ago
  38. 25a4b29 str.replace() avoids memory when it's possible by Victor Stinner · 13 years ago
  39. 6fd287e Fix return code of “pysetup run COMMAND” (closes #12222) by Éric Araujo · 13 years ago
  40. 8ed34a1 Minor: improve one test name, address pyflakes warnings by Éric Araujo · 13 years ago
  41. fa23cc8 Add test that was promised in a comment but not actually written by Éric Araujo · 13 years ago
  42. 9556a5b Fix incorrect test. by Éric Araujo · 13 years ago
  43. 2c30e39 Change one name in packaging’s test_uninstall to avoid confusion. by Éric Araujo · 13 years ago
  44. 56c161a _copy_characters() fails more quickly in debug mode on inconsistent state by Victor Stinner · 13 years ago
  45. 76558e1 Add regrtest check for caches in packaging.database (see #12167) by Éric Araujo · 13 years ago
  46. 46084ba Fix find_module_path(): make the string ready by Victor Stinner · 13 years ago
  47. c729b8e Fix a compiler warning: don't define unicode_is_singleton() in release mode by Victor Stinner · 13 years ago
  48. b62a7b2 Fix _warnings.c: make the filename string ready by Victor Stinner · 13 years ago
  49. 1d4b35f rephrase PyUnicode_1BYTE_KIND documentation by Victor Stinner · 13 years ago
  50. fb9ea8c Don't check for the maximum character when copying from unicodeobject.c by Victor Stinner · 13 years ago
  51. 05d1189 Fix post-condition in unicode_repr(): check the result, not the input by Victor Stinner · 13 years ago
  52. f48323e replace() uses unicode_fromascii() if the input and replace string is ASCII by Victor Stinner · 13 years ago
  53. 0617b6e unicode_fromascii() checks that the input is ASCII in debug mode by Victor Stinner · 13 years ago
  54. a336de7 traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  55. 3484c09 Merge from 3.2 by Amaury Forgeot d'Arc · 13 years ago
  56. 3e961a5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 13 years ago
  57. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  58. 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  59. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  60. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  61. 4300f69 Update skip message printed by test.support.get_attribute. by Éric Araujo · 13 years ago
  62. c463771 Cosmetic fixes for whitespace and a regex in packaging. by Éric Araujo · 13 years ago
  63. 763cc6e Add tests for comparing candidate and final versions in packaging (#11841). by Éric Araujo · 13 years ago
  64. 63ba97b Fix typo and case in a recently added test by Éric Araujo · 13 years ago
  65. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  66. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  67. 56fab3d Remove inline comment, no longer supported by configparser. by Éric Araujo · 13 years ago
  68. 80a348c Fix typo by Éric Araujo · 13 years ago
  69. 525b1e9 Fix minor wording issue. by Éric Araujo · 13 years ago
  70. 5043f09 More info about PEP 393 in whatsnew and NEWS by Éric Araujo · 13 years ago
  71. b07b97f Minor updates to the whatsnew maintenance rules by Éric Araujo · 13 years ago
  72. 035018d os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  73. 79164c8 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  74. a13b1fa Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  75. b7591d4 Also fix pickletester by Antoine Pitrou · 13 years ago
  76. 382e8b5 An embarassing litle typo by Antoine Pitrou · 13 years ago
  77. e19aa38 When expandtabs() would be a no-op, don't create a duplicate string by Antoine Pitrou · 13 years ago
  78. 87a484c Migrate test_bigmem to PEP 393-compliant size calculations (hopefully) by Antoine Pitrou · 13 years ago
  79. e71d574 Migrate str.expandtabs to the new API by Antoine Pitrou · 13 years ago
  80. 310638e Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  81. 36225c6 Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  82. 061fe34 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  83. ed8ba14 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  84. 8e4dd08 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  85. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  86. b244d07 Fix compilation error under Windows by Antoine Pitrou · 13 years ago
  87. bf009f0 Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  88. 0fc80c0 Add John to ACKS by Antoine Pitrou · 13 years ago
  89. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  90. 5b99df6 Collect stats a bit more often by Antoine Pitrou · 13 years ago
  91. 75e78b6 Use the faulthandler module's infrastructure to write a GIL-less by Antoine Pitrou · 13 years ago
  92. 031487e Fix test failure by Antoine Pitrou · 13 years ago
  93. 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  94. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  95. 5a688db Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  96. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  97. 29f43f7 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  98. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  99. 7f3140e fix parens by Benjamin Peterson · 13 years ago
  100. 4bfce8f fix formatting by Benjamin Peterson · 13 years ago