1. 06403cf decref correct object by Benjamin Peterson · 13 years ago
  2. e8eb0e8 merge 3.2 by Benjamin Peterson · 13 years ago
  3. 4bb867d plug refleak by Benjamin Peterson · 13 years ago
  4. e0bcca5 merge heads by Benjamin Peterson · 13 years ago
  5. 5944c36 cave to those who like readable code by Benjamin Peterson · 13 years ago
  6. bc53032 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  7. 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  8. c8cf4df revert cset 6a0da9b65e54 against sched.py committed by accident by Giampaolo Rodola' · 13 years ago
  9. 9329029 (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  10. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  11. cbbd562 Merge branch default by Victor Stinner · 13 years ago
  12. 896f471 Merge branch 3.2 by Victor Stinner · 13 years ago
  13. 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  14. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
  15. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  16. 5e8f810 Issue #13436: commit regenerated Python-ast.c by Amaury Forgeot d'Arc · 13 years ago
  17. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 13 years ago
  18. 0268675 fix compiler warning by implementing this more cleverly by Benjamin Peterson · 13 years ago
  19. f683700 sort last committed name in alphabetical order by Giampaolo Rodola' · 13 years ago
  20. 23b0b92 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
  21. a233df8 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
  22. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  23. 221ef67 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  24. 98f22d2 Issue #13093: Perform a real merge. by Charles-François Natali · 13 years ago
  25. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  26. bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 13 years ago
  27. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  28. ca4f207 find_maxchar_surrogates() reuses surrogate macros by Victor Stinner · 13 years ago
  29. 63ab875 Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide by Victor Stinner · 13 years ago
  30. 0d3721d Issue #13441: Disable temporary the check on the maximum character until by Victor Stinner · 13 years ago
  31. f8facac Fix compiler warnings by Victor Stinner · 13 years ago
  32. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  33. b84d723 (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  34. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  35. cfed46e PyUnicode_FromKindAndData() fails with a ValueError if size < 0 by Victor Stinner · 13 years ago
  36. 4288520 UTF-8 decoder: set consumed value in the latin1 fast-path by Victor Stinner · 13 years ago
  37. d3df8ab Replace _PyUnicode_READY_REPLACE() and _PyUnicode_ReadyReplace() with unicode_ready() by Victor Stinner · 13 years ago
  38. c814a38 Add a test on str.__getnewargs__() by Victor Stinner · 13 years ago
  39. f012450 Rewrite PyUnicode_TransformDecimalToASCII() to use the new Unicode API by Victor Stinner · 13 years ago
  40. 2d718f3 Remove an unused variable from PyUnicode_Copy() by Victor Stinner · 13 years ago
  41. 87af4f2 Simplify PyUnicode_Copy() by Victor Stinner · 13 years ago
  42. 5bbe5e7 Fix a compiler warning in _PyUnicode_CheckConsistency() by Victor Stinner · 13 years ago
  43. 42bf775 Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API by Victor Stinner · 13 years ago
  44. 6dd381e Issue #12328: Under Windows, refactor handling of Ctrl-C events and by Antoine Pitrou · 13 years ago
  45. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  46. 0a3229d Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case. by Antoine Pitrou · 13 years ago
  47. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  48. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  49. 41dde32 Issue #13441: Reenable strxfrm() tests on Solaris by Victor Stinner · 13 years ago
  50. ce0e7da Remove temporary hacks for the issue #13441 by Victor Stinner · 13 years ago
  51. a697b37 Another temporary hack to debug the issue #13441 by Victor Stinner · 13 years ago
  52. da29cc3 Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum by Victor Stinner · 13 years ago
  53. a996f1e What's new in Python 3.3: Rephrase PEP 393 doc by Victor Stinner · 13 years ago
  54. be49244 winreg module avoids the deprecated Unicode API by Victor Stinner · 13 years ago
  55. 0293db6 Issue #13441: Disable temporary localeconv() tests on Solaris by Victor Stinner · 13 years ago
  56. 4eea849 CJK codecs checks for conversion to Py_UNICODE* failures by Victor Stinner · 13 years ago
  57. 9a80fab MultibyteCodec_Encode() checks if PyUnicode_AS_UNICODE() failed by Victor Stinner · 13 years ago
  58. 9e30aa5 Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() by Victor Stinner · 13 years ago
  59. f3ae620 PyUnicode_GET_SIZE() checks that PyUnicode_AsUnicode() succeed by Victor Stinner · 13 years ago
  60. dcbbd9e Fix a typo in PC/_subprocess.c by Victor Stinner · 13 years ago
  61. ea90e0f ctypes check for PyUnicode_GET_SIZE() failure by Victor Stinner · 13 years ago
  62. 8ef1887 test_widechar() uses the new Unicode API by Victor Stinner · 13 years ago
  63. 3335447 Check for PyUnicode_AS_UNICODE() failure by Victor Stinner · 13 years ago
  64. 53b33e7 UnicodeTranslateError uses the new Unicode API by Victor Stinner · 13 years ago
  65. a1c03b0 Issue #13441: Disable temporary strxfrm() tests on Solaris by Victor Stinner · 13 years ago
  66. 242b6ea (Merge 3.2) Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  67. a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  68. da1ddf3 UnicodeEncodeError uses the new Unicode API by Victor Stinner · 13 years ago
  69. 4ead7c7 PyObject_Str() ensures that the result string is ready by Victor Stinner · 13 years ago
  70. 2b979bf Use PyUnicode_CompareWithASCIIString() instead of Py_UNICODE_strcmp() to avoid by Victor Stinner · 13 years ago
  71. 0fc3519 stringlib: remove unused STRINGLIB_FILL by Victor Stinner · 13 years ago
  72. e251d6d print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize() by Victor Stinner · 13 years ago
  73. b960b34 PyUnicode_AsUTF32String() calls directly _PyUnicode_EncodeUTF32(), by Victor Stinner · 13 years ago
  74. 77faf69 _PyUnicode_CheckConsistency() also checks maxchar maximum value, by Victor Stinner · 13 years ago
  75. d5c4022 Remove the two ugly and unused WRITE_ASCII_OR_WSTR and WRITE_WSTR macros by Victor Stinner · 13 years ago
  76. 2e9cfad Reuse surrogate macros in UTF-16 decoder by Victor Stinner · 13 years ago
  77. 9343999 Fix PyUnicode_CopyCharacters() doc by Victor Stinner · 13 years ago
  78. ae4f7c8 charmap_encoding_error() uses the new Unicode API by Victor Stinner · 13 years ago
  79. 7c8bbbb Ensure that Py_UCS4 is 32 bits and Py_UCS2 is 16 bits by Victor Stinner · 13 years ago
  80. 46606ce Document new and deprecated Unicode functions by Victor Stinner · 13 years ago
  81. b4938aa Document PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  82. ac931b1 Use PyUnicode_EncodeCodePage() instead of PyUnicode_EncodeMBCS() with by Victor Stinner · 13 years ago
  83. 2216899 charmap encoders uses Py_UCS4, not Py_UNICODE by Victor Stinner · 13 years ago
  84. 54e26c0 Update list of trove classifiers by Éric Araujo · 13 years ago
  85. aadc519 Merge branch 3.2 (closes #13338) by Petri Lehtinen · 13 years ago
  86. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 13 years ago
  87. b96172e Issue #9530: Fix undefined behaviour due to signed overflow in testcapi_long.h. by Mark Dickinson · 13 years ago
  88. 895d181 Issue #12245 merge. by Mark Dickinson · 13 years ago
  89. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  90. e6eabd4 Issue #13215: multiprocessing.Connection: don't hammer the remote end with by Charles-François Natali · 13 years ago
  91. e532456 Issue #13393: In TextIOWrapper.read(n), try to read `n` characters as by Antoine Pitrou · 13 years ago
  92. f34a0cd Issue #10227: Add an allocation cache for a single slice object. by Antoine Pitrou · 13 years ago
  93. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 13 years ago
  94. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  95. 4a7abe7 #11112: merge with 3.2. by Ezio Melotti · 13 years ago
  96. 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 13 years ago
  97. 304261e #13358: merge with 3.2. by Ezio Melotti · 13 years ago
  98. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  99. def4728 #4147: merge with 3.2. by Ezio Melotti · 13 years ago
  100. 8008f2a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 13 years ago