1. 0612e8c Merged fix for #13211 from 3.2 by Jason R. Coombs · 13 years ago
  2. 5645850 Issue #13439: Merge branch 3.2 by Petri Lehtinen · 13 years ago
  3. 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
  4. b3d188f #8414: merge with 3.2. by Ezio Melotti · 13 years ago
  5. 6cc5bf7 #8414: add more tests for "assert". Initial patch by Gregory Nofi. by Ezio Melotti · 13 years ago
  6. 44ae4a2 Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent with TextIOWrapper. by Nadeem Vawda · 13 years ago
  7. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  8. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
  9. a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 13 years ago
  10. e1886bf Fix instructions on how to rebuild some modules by Éric Araujo · 13 years ago
  11. ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 13 years ago
  12. a2b89e3 Fix last remaining references to ex-devguide by Éric Araujo · 13 years ago
  13. 5d7c9ab (Merge 3.2) Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
  14. b9bb1f4 Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
  15. 1439c77 Merge test_xmlrpc_net fixes (issue #13434) by Antoine Pitrou · 13 years ago
  16. f1c141b Fix resource warning in test_xmlrpc_net by Antoine Pitrou · 13 years ago
  17. 5a88c38 Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test. by Antoine Pitrou · 13 years ago
  18. 39a73a4 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  19. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  20. 31b798d Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  21. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  22. d1b097f Issue #13415: test_curses skips unencodable characters by Victor Stinner · 13 years ago
  23. 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
  24. 756c6ec Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw by Victor Stinner · 13 years ago
  25. 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
  26. 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
  27. 59ff2c5 Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  28. fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  29. 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
  30. 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
  31. 261a6d7 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
  32. 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
  33. 4bc45b7 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  34. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  35. 4d09873 Some libcs' snprintf may output a leading minus sign when %p-formatting by Antoine Pitrou · 13 years ago
  36. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
  37. 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
  38. 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
  39. 6345be9 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers by Victor Stinner · 13 years ago
  40. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  41. 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 13 years ago
  42. 5d036e1 merge from 3.2 testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
  43. f27be5c testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
  44. c8cf4df revert cset 6a0da9b65e54 against sched.py committed by accident by Giampaolo Rodola' · 13 years ago
  45. 9329029 (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  46. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  47. cbbd562 Merge branch default by Victor Stinner · 13 years ago
  48. 896f471 Merge branch 3.2 by Victor Stinner · 13 years ago
  49. 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  50. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
  51. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  52. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 13 years ago
  53. f683700 sort last committed name in alphabetical order by Giampaolo Rodola' · 13 years ago
  54. 221ef67 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  55. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  56. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  57. b84d723 (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  58. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  59. c814a38 Add a test on str.__getnewargs__() by Victor Stinner · 13 years ago
  60. 42bf775 Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API by Victor Stinner · 13 years ago
  61. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
  62. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  63. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  64. 41dde32 Issue #13441: Reenable strxfrm() tests on Solaris by Victor Stinner · 13 years ago
  65. 0293db6 Issue #13441: Disable temporary localeconv() tests on Solaris by Victor Stinner · 13 years ago
  66. a1c03b0 Issue #13441: Disable temporary strxfrm() tests on Solaris by Victor Stinner · 13 years ago
  67. 242b6ea (Merge 3.2) Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  68. a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  69. 54e26c0 Update list of trove classifiers by Éric Araujo · 13 years ago
  70. e6eabd4 Issue #13215: multiprocessing.Connection: don't hammer the remote end with by Charles-François Natali · 13 years ago
  71. 4a7abe7 #11112: merge with 3.2. by Ezio Melotti · 13 years ago
  72. 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 13 years ago
  73. 304261e #13358: merge with 3.2. by Ezio Melotti · 13 years ago
  74. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  75. def4728 #4147: merge with 3.2. by Ezio Melotti · 13 years ago
  76. 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
  77. adc417c #13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code. by Ezio Melotti · 13 years ago
  78. f7c5ae2 Issue #13374: Deprecate os.getcwdb() on Windows by Victor Stinner · 13 years ago
  79. 345379a #13406: correct the error message in check_warnings too. by Ezio Melotti · 13 years ago
  80. 11060a4 #13406: silence deprecation warnings in test_codecs. by Ezio Melotti · 13 years ago
  81. 2821644 Issue #13374: Skip deprecation tests for os.symlink() on Windows XP by Victor Stinner · 13 years ago
  82. 040e16e "unicode_internal" codec has been deprecated: fix related tests by Victor Stinner · 13 years ago
  83. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  84. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  85. 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 13 years ago
  86. 3f2ba3b Branch merge by Éric Araujo · 13 years ago
  87. 13f8b68 Mark test_devpoll as unexpected on most platforms by Antoine Pitrou · 13 years ago
  88. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 13 years ago
  89. 9b5c7f4 Remove unused code from packaging.tests.__init__ by Éric Araujo · 13 years ago
  90. 78edf75 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  91. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  92. 3650034 Remove redundant setUp/tearDown methods in packaging tests by Éric Araujo · 13 years ago
  93. acc0952 The error message should contain the key as given, not normalized. by Éric Araujo · 13 years ago
  94. 618b730 Add tests to check initial content of packaging.database caches by Éric Araujo · 13 years ago
  95. e749e21 packaging cleanup: A few super I missed in 5ae03b1e147a by Éric Araujo · 13 years ago
  96. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  97. 0efc419 Adapt test and example after e39d1b6f0856. by Éric Araujo · 13 years ago
  98. bfc9729 Fix a few typos by Éric Araujo · 13 years ago
  99. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 13 years ago
  100. d5d4406 #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. by Ezio Melotti · 13 years ago