1. 6345be9 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers by Victor Stinner · 14 years ago
  2. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
  3. 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 14 years ago
  4. 5d036e1 merge from 3.2 testFnNames is assigned twice. by Senthil Kumaran · 14 years ago
  5. f27be5c testFnNames is assigned twice. by Senthil Kumaran · 14 years ago
  6. c8cf4df revert cset 6a0da9b65e54 against sched.py committed by accident by Giampaolo Rodola' · 14 years ago
  7. 9329029 (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
  8. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
  9. cbbd562 Merge branch default by Victor Stinner · 14 years ago
  10. 896f471 Merge branch 3.2 by Victor Stinner · 14 years ago
  11. 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
  12. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 14 years ago
  13. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
  14. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 14 years ago
  15. f683700 sort last committed name in alphabetical order by Giampaolo Rodola' · 14 years ago
  16. 221ef67 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
  17. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
  18. be55d99 Fix 13245: by Giampaolo Rodola' · 14 years ago
  19. b84d723 (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 14 years ago
  20. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 14 years ago
  21. c814a38 Add a test on str.__getnewargs__() by Victor Stinner · 14 years ago
  22. 42bf775 Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API by Victor Stinner · 14 years ago
  23. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 14 years ago
  24. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  25. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  26. 41dde32 Issue #13441: Reenable strxfrm() tests on Solaris by Victor Stinner · 14 years ago
  27. 0293db6 Issue #13441: Disable temporary localeconv() tests on Solaris by Victor Stinner · 14 years ago
  28. a1c03b0 Issue #13441: Disable temporary strxfrm() tests on Solaris by Victor Stinner · 14 years ago
  29. 242b6ea (Merge 3.2) Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 14 years ago
  30. a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 14 years ago
  31. 54e26c0 Update list of trove classifiers by Éric Araujo · 14 years ago
  32. e6eabd4 Issue #13215: multiprocessing.Connection: don't hammer the remote end with by Charles-François Natali · 14 years ago
  33. 4a7abe7 #11112: merge with 3.2. by Ezio Melotti · 14 years ago
  34. 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 14 years ago
  35. 304261e #13358: merge with 3.2. by Ezio Melotti · 14 years ago
  36. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 14 years ago
  37. def4728 #4147: merge with 3.2. by Ezio Melotti · 14 years ago
  38. 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 · 14 years ago
  39. adc417c #13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code. by Ezio Melotti · 14 years ago
  40. f7c5ae2 Issue #13374: Deprecate os.getcwdb() on Windows by Victor Stinner · 14 years ago
  41. 345379a #13406: correct the error message in check_warnings too. by Ezio Melotti · 14 years ago
  42. 11060a4 #13406: silence deprecation warnings in test_codecs. by Ezio Melotti · 14 years ago
  43. 2821644 Issue #13374: Skip deprecation tests for os.symlink() on Windows XP by Victor Stinner · 14 years ago
  44. 040e16e "unicode_internal" codec has been deprecated: fix related tests by Victor Stinner · 14 years ago
  45. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 14 years ago
  46. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 14 years ago
  47. 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 14 years ago
  48. 3f2ba3b Branch merge by Éric Araujo · 14 years ago
  49. 13f8b68 Mark test_devpoll as unexpected on most platforms by Antoine Pitrou · 14 years ago
  50. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 14 years ago
  51. 9b5c7f4 Remove unused code from packaging.tests.__init__ by Éric Araujo · 14 years ago
  52. 78edf75 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
  53. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
  54. 3650034 Remove redundant setUp/tearDown methods in packaging tests by Éric Araujo · 14 years ago
  55. acc0952 The error message should contain the key as given, not normalized. by Éric Araujo · 14 years ago
  56. 618b730 Add tests to check initial content of packaging.database caches by Éric Araujo · 14 years ago
  57. e749e21 packaging cleanup: A few super I missed in 5ae03b1e147a by Éric Araujo · 14 years ago
  58. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 14 years ago
  59. 0efc419 Adapt test and example after e39d1b6f0856. by Éric Araujo · 14 years ago
  60. bfc9729 Fix a few typos by Éric Araujo · 14 years ago
  61. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 14 years ago
  62. d5d4406 #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. by Ezio Melotti · 14 years ago
  63. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 14 years ago
  64. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 14 years ago
  65. 4339a77 Merge by Antoine Pitrou · 14 years ago
  66. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 14 years ago
  67. e0815e2 Restore smtpd.DEBUGSTREAM at the end of test_smtpd. by Antoine Pitrou · 14 years ago
  68. 516d805 Merge branch 3.2 by Petri Lehtinen · 14 years ago
  69. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 14 years ago
  70. 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 14 years ago
  71. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 14 years ago
  72. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 14 years ago
  73. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 14 years ago
  74. 992d9e0 Fix few typos. by Florent Xicluna · 14 years ago
  75. e54371e Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309. by Florent Xicluna · 14 years ago
  76. 4ff29db Merge 3.2 by Brian Curtin · 14 years ago
  77. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 14 years ago
  78. 40dc919 Fix range in test. by Ezio Melotti · 14 years ago
  79. 51f6648 Make test more inclusive by Antoine Pitrou · 14 years ago
  80. dffab19 Enable commented out test by Antoine Pitrou · 14 years ago
  81. b0a1d62 Avoid a glibc bug in test_time (issue #13309) by Antoine Pitrou · 14 years ago
  82. 9768676 Speed up IDNA for the common case by Antoine Pitrou · 14 years ago
  83. 240c55f Fix test_socket when built whithout threads. by Charles-François Natali · 14 years ago
  84. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 14 years ago
  85. 0c929d9 Issue #13303: Fix bytecode file default permission. by Charles-François Natali · 14 years ago
  86. 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  87. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  88. fd9cd24 Issue #13374: Use Unicode filenames instead of bytes filenames by Victor Stinner · 14 years ago
  89. c12e093 Back out changeset b6336ba796d4 until fix for #13303. by Charles-François Natali · 14 years ago
  90. 31846c4 test_import: test_execute_bit_not_copied() was actually a no-op: enable it. by Charles-François Natali · 14 years ago
  91. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 14 years ago
  92. 682ca1e Fix BytesWarnings in fnmatch by Antoine Pitrou · 14 years ago
  93. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
  94. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
  95. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 14 years ago
  96. 6e533f0 MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
  97. 0fd66b8 MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
  98. be90840 Some win32 platforms raise NotADirectoryError, others FileNotFoundError. Issue #13366. by Florent Xicluna · 14 years ago
  99. 7eb6584 branch merge. by Brian Curtin · 14 years ago
  100. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 14 years ago