1. aa35b00 cleanup setup.py for curses options by Victor Stinner · 13 years ago
  2. 5d7c9ab (Merge 3.2) Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
  3. b9bb1f4 Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
  4. 1439c77 Merge test_xmlrpc_net fixes (issue #13434) by Antoine Pitrou · 13 years ago
  5. f1c141b Fix resource warning in test_xmlrpc_net by Antoine Pitrou · 13 years ago
  6. 5a88c38 Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test. by Antoine Pitrou · 13 years ago
  7. 39a73a4 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  8. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  9. 31b798d Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  10. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  11. d1b097f Issue #13415: test_curses skips unencodable characters by Victor Stinner · 13 years ago
  12. eee0e44 Null merge. by Charles-François Natali · 13 years ago
  13. 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
  14. 9cbe9c5 Null merge. by Charles-François Natali · 13 years ago
  15. 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  16. 66f412e MERGE: Closes issue #13488: Some old preprocessors have problem with #define not in the first column by Jesus Cea · 13 years ago
  17. 6d47db3 Closes issue #13488: Some old preprocessors have problem with #define not in the first column by Jesus Cea · 13 years ago
  18. 756c6ec Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw by Victor Stinner · 13 years ago
  19. 5604ef3 Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 13 years ago
  20. d7c8fbf Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 13 years ago
  21. 59ff2c5 Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  22. fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  23. 6a5dcd4 sched.py: fix test_queue by making sure that queue property returns an orderd list of upcoming events by Giampaolo Rodola' · 13 years ago
  24. 2966f10 Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6 by Charles-François Natali · 13 years ago
  25. 261a6d7 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
  26. 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
  27. 4bc45b7 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  28. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  29. 4d09873 Some libcs' snprintf may output a leading minus sign when %p-formatting by Antoine Pitrou · 13 years ago
  30. c366117 Merge heads by Antoine Pitrou · 13 years ago
  31. f0effe6 Better resolution for issue #11849: Ensure that free()d memory arenas are really released by Antoine Pitrou · 13 years ago
  32. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
  33. c248476 Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 13 years ago
  34. 4558bad Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 13 years ago
  35. cad939b NEWS: fix the issue number for PyUnicode_EncodeDecimal change by Victor Stinner · 13 years ago
  36. 6345be9 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers by Victor Stinner · 13 years ago
  37. e7ede06 Typo by Antoine Pitrou · 13 years ago
  38. 6bbd76b Update What's new for PEP 3155 by Antoine Pitrou · 13 years ago
  39. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  40. 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 13 years ago
  41. e333d00 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  42. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  43. 0481f4b fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  44. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  45. 61ea8a0 Add a "What's New" entry for #12170 by Petri Lehtinen · 13 years ago
  46. 5d036e1 merge from 3.2 testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
  47. f27be5c testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
  48. 984890f Close #13415: Test in configure if unsetenv() has a return value or not. by Victor Stinner · 13 years ago
  49. 1518e87 and back to the "magic" formula (with a comment) it is by Benjamin Peterson · 13 years ago
  50. d2b0217 Merged documentation addition from 3.2. by Vinay Sajip · 13 years ago
  51. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  52. ce378d1 Closes #13459: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  53. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
  54. 759345f merge 3.2 (null) by Benjamin Peterson · 13 years ago
  55. 06403cf decref correct object by Benjamin Peterson · 13 years ago
  56. e8eb0e8 merge 3.2 by Benjamin Peterson · 13 years ago
  57. 4bb867d plug refleak by Benjamin Peterson · 13 years ago
  58. e0bcca5 merge heads by Benjamin Peterson · 13 years ago
  59. 5944c36 cave to those who like readable code by Benjamin Peterson · 13 years ago
  60. bc53032 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  61. 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  62. c8cf4df revert cset 6a0da9b65e54 against sched.py committed by accident by Giampaolo Rodola' · 13 years ago
  63. 9329029 (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  64. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  65. cbbd562 Merge branch default by Victor Stinner · 13 years ago
  66. 896f471 Merge branch 3.2 by Victor Stinner · 13 years ago
  67. 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  68. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
  69. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  70. 5e8f810 Issue #13436: commit regenerated Python-ast.c by Amaury Forgeot d'Arc · 13 years ago
  71. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 13 years ago
  72. 0268675 fix compiler warning by implementing this more cleverly by Benjamin Peterson · 13 years ago
  73. f683700 sort last committed name in alphabetical order by Giampaolo Rodola' · 13 years ago
  74. 23b0b92 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
  75. a233df8 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
  76. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  77. 221ef67 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  78. 98f22d2 Issue #13093: Perform a real merge. by Charles-François Natali · 13 years ago
  79. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  80. bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 13 years ago
  81. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  82. ca4f207 find_maxchar_surrogates() reuses surrogate macros by Victor Stinner · 13 years ago
  83. 63ab875 Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide by Victor Stinner · 13 years ago
  84. 0d3721d Issue #13441: Disable temporary the check on the maximum character until by Victor Stinner · 13 years ago
  85. f8facac Fix compiler warnings by Victor Stinner · 13 years ago
  86. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  87. b84d723 (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  88. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  89. cfed46e PyUnicode_FromKindAndData() fails with a ValueError if size < 0 by Victor Stinner · 13 years ago
  90. 4288520 UTF-8 decoder: set consumed value in the latin1 fast-path by Victor Stinner · 13 years ago
  91. d3df8ab Replace _PyUnicode_READY_REPLACE() and _PyUnicode_ReadyReplace() with unicode_ready() by Victor Stinner · 13 years ago
  92. c814a38 Add a test on str.__getnewargs__() by Victor Stinner · 13 years ago
  93. f012450 Rewrite PyUnicode_TransformDecimalToASCII() to use the new Unicode API by Victor Stinner · 13 years ago
  94. 2d718f3 Remove an unused variable from PyUnicode_Copy() by Victor Stinner · 13 years ago
  95. 87af4f2 Simplify PyUnicode_Copy() by Victor Stinner · 13 years ago
  96. 5bbe5e7 Fix a compiler warning in _PyUnicode_CheckConsistency() by Victor Stinner · 13 years ago
  97. 42bf775 Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API by Victor Stinner · 13 years ago
  98. 6dd381e Issue #12328: Under Windows, refactor handling of Ctrl-C events and by Antoine Pitrou · 13 years ago
  99. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  100. 0a3229d Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case. by Antoine Pitrou · 13 years ago