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