1. 0617b6e unicode_fromascii() checks that the input is ASCII in debug mode by Victor Stinner · 13 years ago
  2. a336de7 traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  3. 3484c09 Merge from 3.2 by Amaury Forgeot d'Arc · 13 years ago
  4. 3e961a5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 13 years ago
  5. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  6. 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  7. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  8. 035018d os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  9. 79164c8 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  10. a13b1fa Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  11. 36225c6 Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  12. ed8ba14 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  13. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  14. 0fc80c0 Add John to ACKS by Antoine Pitrou · 13 years ago
  15. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  16. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  17. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  18. 1efb33a Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  19. bbe7b0a Fix a few ResourceWarnings in idle by Amaury Forgeot d'Arc · 13 years ago
  20. c3cec78 Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII by Victor Stinner · 13 years ago
  21. 14f8f02 Fix PyUnicode_Partition(): str_in->str_obj by Victor Stinner · 13 years ago
  22. 31392e7 Fix my_basename(): make the string ready by Victor Stinner · 13 years ago
  23. b619bb2 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  24. bb10a1f Ensure that newly created strings use the most efficient store in debug mode by Victor Stinner · 13 years ago
  25. 4d0d54b Document requierements of Unicode kinds by Victor Stinner · 13 years ago
  26. 9310abb Replace PyUnicodeObject* with PyObject* where it was inappropriate by Victor Stinner · 13 years ago
  27. ce5faf6 unicodeobject.c doesn't make output strings ready in debug mode by Victor Stinner · 13 years ago
  28. 55a190f merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 13 years ago
  29. 91a076a merge from 3.2. Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  30. 07de325 More fixes. by Georg Brandl · 13 years ago
  31. 7597add More typoes. by Georg Brandl · 13 years ago
  32. c6bc4c6 Fix a few typos in the unicode header. by Georg Brandl · 13 years ago
  33. 4975a9b Fix grammar. by Georg Brandl · 13 years ago
  34. c80d6d2 Speedup str[a:b:step] for step != 1 by Victor Stinner · 13 years ago
  35. ae86485 Speedup find_maxchar_surrogates() for 32-bit wchar_t by Victor Stinner · 13 years ago
  36. b9275c1 Speedup str[a:b] and PyUnicode_FromKindAndData by Victor Stinner · 13 years ago
  37. 702c734 Speedup the ASCII decoder by Victor Stinner · 13 years ago
  38. 00b2c86 Fix text failures when ctypes is not available by Antoine Pitrou · 13 years ago
  39. 4637309 Merge. by Charles-François Natali · 13 years ago
  40. 09252c4 os.geteuid() may not be available... by Charles-François Natali · 13 years ago
  41. e1335c7 Fix usage og PyUnicode_READY() by Victor Stinner · 13 years ago
  42. e06e145 _PyUnicode_READY_REPLACE() cannot be used in unicode_subtype_new() by Victor Stinner · 13 years ago
  43. 5f99c91 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 13 years ago
  44. 17efeed Add DONT_MAKE_RESULT_READY to unicodeobject.c to help detecting bugs by Victor Stinner · 13 years ago
  45. 6b56a7f Add assertion to _Py_ReleaseInternedUnicodeStrings() if READY fails by Victor Stinner · 13 years ago
  46. 875f29b Fix naïve heuristic in unicode slicing (followup to 1b4f886dc9e2) by Antoine Pitrou · 13 years ago
  47. 2b72f83 Merge. by Charles-François Natali · 13 years ago
  48. e39b112 Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 13 years ago
  49. d9488c6 Merge by Antoine Pitrou · 13 years ago
  50. 2242522 Add a necessary call to PyUnicode_READY() (followup to ab5086539ab9) by Antoine Pitrou · 13 years ago
  51. 7aec401 Optimize string slicing to use the new API by Antoine Pitrou · 13 years ago
  52. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  53. b7591d4 Also fix pickletester by Antoine Pitrou · 13 years ago
  54. 382e8b5 An embarassing litle typo by Antoine Pitrou · 13 years ago
  55. e19aa38 When expandtabs() would be a no-op, don't create a duplicate string by Antoine Pitrou · 13 years ago
  56. 87a484c Migrate test_bigmem to PEP 393-compliant size calculations (hopefully) by Antoine Pitrou · 13 years ago
  57. e71d574 Migrate str.expandtabs to the new API by Antoine Pitrou · 13 years ago
  58. 310638e Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  59. 061fe34 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  60. 8e4dd08 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  61. b244d07 Fix compilation error under Windows by Antoine Pitrou · 13 years ago
  62. bf009f0 Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  63. 5b99df6 Collect stats a bit more often by Antoine Pitrou · 13 years ago
  64. 75e78b6 Use the faulthandler module's infrastructure to write a GIL-less by Antoine Pitrou · 13 years ago
  65. 031487e Fix test failure by Antoine Pitrou · 13 years ago
  66. 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  67. 5a688db Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  68. 29f43f7 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 13 years ago
  69. 7f3140e fix parens by Benjamin Peterson · 13 years ago
  70. 4bfce8f fix formatting by Benjamin Peterson · 13 years ago
  71. ccc51c1 fix compiler warnings by Benjamin Peterson · 13 years ago
  72. 30134f5 Complete documentation of compact ASCII strings by Victor Stinner · 13 years ago
  73. b092365 Move in-place Unicode append to its own subfunction by Victor Stinner · 13 years ago
  74. a5f9163 Reindent internal Unicode macros by Victor Stinner · 13 years ago
  75. a41463c Document utf8_length and wstr_length states by Victor Stinner · 13 years ago
  76. 9566311 resize_inplace() sets utf8_length to zero if the utf8 is not shared8 by Victor Stinner · 13 years ago
  77. 9e9d689 PyUnicode_New() sets utf8_length to zero for latin1 by Victor Stinner · 13 years ago
  78. 0169804 Unicode: raise SystemError instead of ValueError or RuntimeError on invalid by Victor Stinner · 13 years ago
  79. 7f11ad4 Unicode: document when the wstr pointer is shared with data by Victor Stinner · 13 years ago
  80. 0349091 Add _PyUnicode_HAS_WSTR_MEMORY() macro by Victor Stinner · 13 years ago
  81. 9ce5a83 PyUnicode_Join() checks output length in debug mode by Victor Stinner · 13 years ago
  82. b803895 Fix a compiler warning in PyUnicode_Append() by Victor Stinner · 13 years ago
  83. 8cfcbed Improve string forms and PyUnicode_Resize() documentation by Victor Stinner · 13 years ago
  84. 77bb47b Simplify unicode_resizable(): singletons reference count is at least 2 by Victor Stinner · 13 years ago
  85. 8619cd7 Issue #13001: Fix test_socket.testRecvmsgTrunc failure on FreeBSD < 8, which by Charles-François Natali · 13 years ago
  86. 87b3c92 Introduce support.requires_freebsd_version decorator. by Charles-François Natali · 13 years ago
  87. 85041a5 _PyUnicode_CheckConsistency() checks utf8 field consistency by Victor Stinner · 13 years ago
  88. 3cf4637 unicode_subtype_new() copies also the ascii flag by Victor Stinner · 13 years ago
  89. 42dfd71 unicode_kind_name() doesn't check consistency anymore by Victor Stinner · 13 years ago
  90. a3b334d PyUnicode_Ready() now sets ascii=1 if maxchar < 128 by Victor Stinner · 13 years ago
  91. 1b4f9ce Create _PyUnicode_READY_REPLACE() to reuse singleton by Victor Stinner · 13 years ago
  92. c379ead Fix resize_compact() and resize_inplace(); reenable full resize optimizations by Victor Stinner · 13 years ago
  93. 34411e1 resize_inplace() has been fixed: reenable this optimization by Victor Stinner · 13 years ago
  94. a849a4b _PyUnicode_Dump() indicates if wstr and/or utf8 are shared by Victor Stinner · 13 years ago
  95. 1c8d0c7 Fix resize_inplace(): update shared utf8 pointer by Victor Stinner · 13 years ago
  96. ca4f7a4 Disable unicode_resize() optimization on Windows (16-bit wchar_t) by Victor Stinner · 13 years ago
  97. 126c559 _PyUnicode_Ready() for 16-bit wchar_t by Victor Stinner · 13 years ago
  98. 2fd8227 Fix compilation error on Windows by Victor Stinner · 13 years ago
  99. 5d0de3f Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  100. 86aed0b Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 13 years ago