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