- 6345be9 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers by Victor Stinner · 14 years ago
- 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
- 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 14 years ago
- 5d036e1 merge from 3.2 testFnNames is assigned twice. by Senthil Kumaran · 14 years ago
- f27be5c testFnNames is assigned twice. by Senthil Kumaran · 14 years ago
- c8cf4df revert cset 6a0da9b65e54 against sched.py committed by accident by Giampaolo Rodola' · 14 years ago
- 9329029 (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
- b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
- cbbd562 Merge branch default by Victor Stinner · 14 years ago
- 896f471 Merge branch 3.2 by Victor Stinner · 14 years ago
- 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
- 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 14 years ago
- 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
- 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 14 years ago
- f683700 sort last committed name in alphabetical order by Giampaolo Rodola' · 14 years ago
- 221ef67 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
- 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 14 years ago
- be55d99 Fix 13245: by Giampaolo Rodola' · 14 years ago
- b84d723 (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 14 years ago
- ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 14 years ago
- c814a38 Add a test on str.__getnewargs__() by Victor Stinner · 14 years ago
- 42bf775 Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API by Victor Stinner · 14 years ago
- ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 14 years ago
- 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
- 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
- 41dde32 Issue #13441: Reenable strxfrm() tests on Solaris by Victor Stinner · 14 years ago
- 0293db6 Issue #13441: Disable temporary localeconv() tests on Solaris by Victor Stinner · 14 years ago
- a1c03b0 Issue #13441: Disable temporary strxfrm() tests on Solaris by Victor Stinner · 14 years ago
- 242b6ea (Merge 3.2) Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 14 years ago
- a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 14 years ago
- 54e26c0 Update list of trove classifiers by Éric Araujo · 14 years ago
- e6eabd4 Issue #13215: multiprocessing.Connection: don't hammer the remote end with by Charles-François Natali · 14 years ago
- 4a7abe7 #11112: merge with 3.2. by Ezio Melotti · 14 years ago
- 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 14 years ago
- 304261e #13358: merge with 3.2. by Ezio Melotti · 14 years ago
- 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 14 years ago
- def4728 #4147: merge with 3.2. by Ezio Melotti · 14 years ago
- 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
- adc417c #13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code. by Ezio Melotti · 14 years ago
- f7c5ae2 Issue #13374: Deprecate os.getcwdb() on Windows by Victor Stinner · 14 years ago
- 345379a #13406: correct the error message in check_warnings too. by Ezio Melotti · 14 years ago
- 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