1. 2c30e39 Change one name in packaging’s test_uninstall to avoid confusion. by Éric Araujo · 13 years ago
  2. 76558e1 Add regrtest check for caches in packaging.database (see #12167) by Éric Araujo · 13 years ago
  3. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  4. 4300f69 Update skip message printed by test.support.get_attribute. by Éric Araujo · 13 years ago
  5. c463771 Cosmetic fixes for whitespace and a regex in packaging. by Éric Araujo · 13 years ago
  6. 763cc6e Add tests for comparing candidate and final versions in packaging (#11841). by Éric Araujo · 13 years ago
  7. 63ba97b Fix typo and case in a recently added test by Éric Araujo · 13 years ago
  8. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  9. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  10. 56fab3d Remove inline comment, no longer supported by configparser. by Éric Araujo · 13 years ago
  11. 80a348c Fix typo by Éric Araujo · 13 years ago
  12. 525b1e9 Fix minor wording issue. by Éric Araujo · 13 years ago
  13. 5043f09 More info about PEP 393 in whatsnew and NEWS by Éric Araujo · 13 years ago
  14. b07b97f Minor updates to the whatsnew maintenance rules by Éric Araujo · 13 years ago
  15. b7591d4 Also fix pickletester by Antoine Pitrou · 13 years ago
  16. 382e8b5 An embarassing litle typo by Antoine Pitrou · 13 years ago
  17. e19aa38 When expandtabs() would be a no-op, don't create a duplicate string by Antoine Pitrou · 13 years ago
  18. 87a484c Migrate test_bigmem to PEP 393-compliant size calculations (hopefully) by Antoine Pitrou · 13 years ago
  19. e71d574 Migrate str.expandtabs to the new API by Antoine Pitrou · 13 years ago
  20. 310638e Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  21. 36225c6 Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  22. 061fe34 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  23. ed8ba14 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  24. 8e4dd08 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  25. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  26. b244d07 Fix compilation error under Windows by Antoine Pitrou · 13 years ago
  27. bf009f0 Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  28. 0fc80c0 Add John to ACKS by Antoine Pitrou · 13 years ago
  29. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  30. 5b99df6 Collect stats a bit more often by Antoine Pitrou · 13 years ago
  31. 75e78b6 Use the faulthandler module's infrastructure to write a GIL-less by Antoine Pitrou · 13 years ago
  32. 031487e Fix test failure by Antoine Pitrou · 13 years ago
  33. 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  34. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  35. 5a688db Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  36. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  37. 29f43f7 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  38. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  39. 7f3140e fix parens by Benjamin Peterson · 13 years ago
  40. 4bfce8f fix formatting by Benjamin Peterson · 13 years ago
  41. ccc51c1 fix compiler warnings by Benjamin Peterson · 13 years ago
  42. 30134f5 Complete documentation of compact ASCII strings by Victor Stinner · 13 years ago
  43. b092365 Move in-place Unicode append to its own subfunction by Victor Stinner · 13 years ago
  44. a5f9163 Reindent internal Unicode macros by Victor Stinner · 13 years ago
  45. a41463c Document utf8_length and wstr_length states by Victor Stinner · 13 years ago
  46. 9566311 resize_inplace() sets utf8_length to zero if the utf8 is not shared8 by Victor Stinner · 13 years ago
  47. 9e9d689 PyUnicode_New() sets utf8_length to zero for latin1 by Victor Stinner · 13 years ago
  48. 0169804 Unicode: raise SystemError instead of ValueError or RuntimeError on invalid by Victor Stinner · 13 years ago
  49. 7f11ad4 Unicode: document when the wstr pointer is shared with data by Victor Stinner · 13 years ago
  50. 0349091 Add _PyUnicode_HAS_WSTR_MEMORY() macro by Victor Stinner · 13 years ago
  51. 9ce5a83 PyUnicode_Join() checks output length in debug mode by Victor Stinner · 13 years ago
  52. b803895 Fix a compiler warning in PyUnicode_Append() by Victor Stinner · 13 years ago
  53. 8cfcbed Improve string forms and PyUnicode_Resize() documentation by Victor Stinner · 13 years ago
  54. 77bb47b Simplify unicode_resizable(): singletons reference count is at least 2 by Victor Stinner · 13 years ago
  55. 8619cd7 Issue #13001: Fix test_socket.testRecvmsgTrunc failure on FreeBSD < 8, which by Charles-François Natali · 13 years ago
  56. 87b3c92 Introduce support.requires_freebsd_version decorator. by Charles-François Natali · 13 years ago
  57. 85041a5 _PyUnicode_CheckConsistency() checks utf8 field consistency by Victor Stinner · 13 years ago
  58. 3cf4637 unicode_subtype_new() copies also the ascii flag by Victor Stinner · 13 years ago
  59. 42dfd71 unicode_kind_name() doesn't check consistency anymore by Victor Stinner · 13 years ago
  60. a3b334d PyUnicode_Ready() now sets ascii=1 if maxchar < 128 by Victor Stinner · 13 years ago
  61. 1b4f9ce Create _PyUnicode_READY_REPLACE() to reuse singleton by Victor Stinner · 13 years ago
  62. c379ead Fix resize_compact() and resize_inplace(); reenable full resize optimizations by Victor Stinner · 13 years ago
  63. 34411e1 resize_inplace() has been fixed: reenable this optimization by Victor Stinner · 13 years ago
  64. a849a4b _PyUnicode_Dump() indicates if wstr and/or utf8 are shared by Victor Stinner · 13 years ago
  65. 1c8d0c7 Fix resize_inplace(): update shared utf8 pointer by Victor Stinner · 13 years ago
  66. ca4f7a4 Disable unicode_resize() optimization on Windows (16-bit wchar_t) by Victor Stinner · 13 years ago
  67. 126c559 _PyUnicode_Ready() for 16-bit wchar_t by Victor Stinner · 13 years ago
  68. 2fd8227 Fix compilation error on Windows by Victor Stinner · 13 years ago
  69. 5d0de3f Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  70. 86aed0b Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 13 years ago
  71. d2a915d ceval.c: restore str+=str optimization by Victor Stinner · 13 years ago
  72. a3be613 Use PyUnicode_WCHAR_KIND to check if a string is a wstr string by Victor Stinner · 13 years ago
  73. 910337b Add _PyUnicode_CheckConsistency() macro to help debugging by Victor Stinner · 13 years ago
  74. 4fae54c In release mode, PyUnicode_InternInPlace() does nothing if the input is NULL or by Victor Stinner · 13 years ago
  75. 23e5668 PyUnicode_Append() now works in-place when it's possible by Victor Stinner · 13 years ago
  76. fe226c0 Rewrite PyUnicode_Resize() by Victor Stinner · 13 years ago
  77. 829c0ad Add _PyUnicode_HAS_UTF8_MEMORY() macro by Victor Stinner · 13 years ago
  78. 3794376 PyUnicode_READ_CHAR() ensures that the string is ready by Victor Stinner · 13 years ago
  79. fe0c155 Write _PyUnicode_Dump() to help debugging by Victor Stinner · 13 years ago
  80. f42dc44 PyUnicode_CopyCharacters() fails when copying latin1 into ascii by Victor Stinner · 13 years ago
  81. c53be96 unicode_convert_wchar_to_ucs4() cannot fail by Victor Stinner · 13 years ago
  82. c3c7415 Add _PyUnicode_DATA_ANY(op) private macro by Victor Stinner · 13 years ago
  83. a464fc1 unicode_empty and unicode_latin1 are PyObject* objects, not PyUnicodeObject* by Victor Stinner · 13 years ago
  84. 67002af Check error when calling PyUnicode_AppendAndDel() by Victor Stinner · 13 years ago
  85. 1a15aba PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result by Victor Stinner · 13 years ago
  86. 0069be1 merge from 3.2 - Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  87. 22cd021 Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 13 years ago
  88. a8726c4 merge heads by Benjamin Peterson · 13 years ago
  89. 014cc42 remove unused label by Benjamin Peterson · 13 years ago
  90. 027f9a3 Issue #13084: Fix a test_signal failure: the delivery order is only defined for by Charles-François Natali · 13 years ago
  91. 6fe679f #13076: merge with 3.2. by Ezio Melotti · 13 years ago
  92. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 13 years ago
  93. 267aa24 PyUnicode_FindChar() raises a IndexError on invalid index by Victor Stinner · 13 years ago
  94. bc603d1 Optimize _PyUnicode_AsKind() for UCS1->UCS4 and UCS2->UCS4 by Victor Stinner · 13 years ago
  95. 7a48ff7 Use Py_UCS1 instead of unsigned char in unicodeobject.h by Victor Stinner · 13 years ago
  96. 5a706cf Fix usage of PyUnicode_READY() in PyUnicode_GetLength() by Victor Stinner · 13 years ago
  97. cd9950f PyUnicode_WriteChar() raises IndexError on invalid index by Victor Stinner · 13 years ago
  98. 2fe5ced PyUnicode_ReadChar() raises a IndexError if the index in invalid by Victor Stinner · 13 years ago
  99. 202b62b PyUnicode_FromKindAndData() raises a ValueError if the kind is unknown by Victor Stinner · 13 years ago
  100. 1d30db4 merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago