1. 11060a4 #13406: silence deprecation warnings in test_codecs. by Ezio Melotti · 14 years ago
  2. 2821644 Issue #13374: Skip deprecation tests for os.symlink() on Windows XP by Victor Stinner · 14 years ago
  3. 040e16e "unicode_internal" codec has been deprecated: fix related tests by Victor Stinner · 14 years ago
  4. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 14 years ago
  5. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 14 years ago
  6. 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 14 years ago
  7. 3f2ba3b Branch merge by Éric Araujo · 14 years ago
  8. 13f8b68 Mark test_devpoll as unexpected on most platforms by Antoine Pitrou · 14 years ago
  9. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 14 years ago
  10. 9b5c7f4 Remove unused code from packaging.tests.__init__ by Éric Araujo · 14 years ago
  11. 78edf75 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
  12. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
  13. 3650034 Remove redundant setUp/tearDown methods in packaging tests by Éric Araujo · 14 years ago
  14. acc0952 The error message should contain the key as given, not normalized. by Éric Araujo · 14 years ago
  15. 618b730 Add tests to check initial content of packaging.database caches by Éric Araujo · 14 years ago
  16. e749e21 packaging cleanup: A few super I missed in 5ae03b1e147a by Éric Araujo · 14 years ago
  17. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 14 years ago
  18. 0efc419 Adapt test and example after e39d1b6f0856. by Éric Araujo · 14 years ago
  19. bfc9729 Fix a few typos by Éric Araujo · 14 years ago
  20. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 14 years ago
  21. d5d4406 #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. by Ezio Melotti · 14 years ago
  22. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 14 years ago
  23. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 14 years ago
  24. 4339a77 Merge by Antoine Pitrou · 14 years ago
  25. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 14 years ago
  26. e0815e2 Restore smtpd.DEBUGSTREAM at the end of test_smtpd. by Antoine Pitrou · 14 years ago
  27. 516d805 Merge branch 3.2 by Petri Lehtinen · 14 years ago
  28. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 14 years ago
  29. 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 14 years ago
  30. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 14 years ago
  31. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 14 years ago
  32. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 14 years ago
  33. 992d9e0 Fix few typos. by Florent Xicluna · 14 years ago
  34. e54371e Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309. by Florent Xicluna · 14 years ago
  35. 4ff29db Merge 3.2 by Brian Curtin · 14 years ago
  36. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 14 years ago
  37. 40dc919 Fix range in test. by Ezio Melotti · 14 years ago
  38. 51f6648 Make test more inclusive by Antoine Pitrou · 14 years ago
  39. dffab19 Enable commented out test by Antoine Pitrou · 14 years ago
  40. b0a1d62 Avoid a glibc bug in test_time (issue #13309) by Antoine Pitrou · 14 years ago
  41. 9768676 Speed up IDNA for the common case by Antoine Pitrou · 14 years ago
  42. 240c55f Fix test_socket when built whithout threads. by Charles-François Natali · 14 years ago
  43. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 14 years ago
  44. 0c929d9 Issue #13303: Fix bytecode file default permission. by Charles-François Natali · 14 years ago
  45. 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  46. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  47. fd9cd24 Issue #13374: Use Unicode filenames instead of bytes filenames by Victor Stinner · 14 years ago
  48. c12e093 Back out changeset b6336ba796d4 until fix for #13303. by Charles-François Natali · 14 years ago
  49. 31846c4 test_import: test_execute_bit_not_copied() was actually a no-op: enable it. by Charles-François Natali · 14 years ago
  50. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 14 years ago
  51. 682ca1e Fix BytesWarnings in fnmatch by Antoine Pitrou · 14 years ago
  52. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
  53. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
  54. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 14 years ago
  55. 6e533f0 MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
  56. 0fd66b8 MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
  57. be90840 Some win32 platforms raise NotADirectoryError, others FileNotFoundError. Issue #13366. by Florent Xicluna · 14 years ago
  58. 7eb6584 branch merge. by Brian Curtin · 14 years ago
  59. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 14 years ago
  60. e0912db Closes #13366: fix test_pep277 failure on Windows. by Florent Xicluna · 14 years ago
  61. ca0fbc0 branch merge by Brian Curtin · 14 years ago
  62. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 14 years ago
  63. ca6befb More assertions in test_unicode_file, to chase issue #13348. by Florent Xicluna · 14 years ago
  64. a011e2b fileinput: replace this last occurence of codecs.open with builtins.open. by Florent Xicluna · 14 years ago
  65. 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 14 years ago
  66. 1cdbf57 Merge 3.2 by Éric Araujo · 14 years ago
  67. b1c6f59 Branch merge by Éric Araujo · 14 years ago
  68. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 14 years ago
  69. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 14 years ago
  70. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 14 years ago
  71. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 14 years ago
  72. 2a7cc53 Remove unnecessary version check by Éric Araujo · 14 years ago
  73. 0277aa3 Oops. Update a placeholder comment with the issue number. by Brian Curtin · 14 years ago
  74. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 14 years ago
  75. 9589ab1 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
  76. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
  77. 438f21a Use more standard name for one option of packaging’s install_distinfo by Éric Araujo · 14 years ago
  78. ca94603 Remove redundant __main__ blocks from packaging modules. by Éric Araujo · 14 years ago
  79. fad46e1 Clean up mocking of stdout and stdin in packaging tests. by Éric Araujo · 14 years ago
  80. 261ccdc Minor tweak to packaging tests. by Éric Araujo · 14 years ago
  81. a963e0d Undo potentially confusing name change in packaging. by Éric Araujo · 14 years ago
  82. 4e377f2 Make sure packaging tests that register custom commands also clear them by Éric Araujo · 14 years ago
  83. 55f8757 Issue #13300: Fix IDLE Restart Shell command failure introduced by by Ned Deily · 14 years ago
  84. deb925f Skip early if stdin and stdout are not ttys by Antoine Pitrou · 14 years ago
  85. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 14 years ago
  86. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 14 years ago
  87. 772add7 Try to make the tty input() tests more robust by Antoine Pitrou · 14 years ago
  88. 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 14 years ago
  89. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 14 years ago
  90. 8e9f6c4 Accept None as start and stop parameters for list.index() and tuple.index(). by Petri Lehtinen · 14 years ago
  91. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 14 years ago
  92. 68fb89f Fix whitespace by Raymond Hettinger · 14 years ago
  93. f1182cd Merge by Raymond Hettinger · 14 years ago
  94. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 14 years ago
  95. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 14 years ago
  96. 03b0819 Try to fix buildbot failures from #13193 by Éric Araujo · 14 years ago
  97. 88c2e45 asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag by Charles-François Natali · 14 years ago
  98. 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
  99. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
  100. 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 14 years ago