summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Oops. Update a placeholder comment with the issue number.Brian Curtin2011-11-061-1/+1
* Fix #13327. Remove the need for an explicit None as the second argument toBrian Curtin2011-11-061-0/+15
* Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-062-14/+0
|\
| * Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-062-14/+0
* | Skip early if stdin and stdout are not ttysAntoine Pitrou2011-11-061-0/+2
|\ \ | |/
| * Skip early if stdin and stdout are not ttysAntoine Pitrou2011-11-061-0/+2
| * Backport robustness fix for test_builtinAntoine Pitrou2011-11-061-21/+31
* | Try to make the tty input() tests more robustAntoine Pitrou2011-11-061-21/+31
* | Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicodeAntoine Pitrou2011-11-051-0/+70
|\ \ | |/
| * Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicodeAntoine Pitrou2011-11-051-0/+70
* | Accept None as start and stop parameters for list.index() and tuple.index().Petri Lehtinen2011-11-052-0/+14
|\ \ | |/
| * Accept None as start and stop parameters for list.index() and tuple.index()Petri Lehtinen2011-11-052-0/+14
* | Fix whitespaceRaymond Hettinger2011-11-051-1/+1
* | MergeRaymond Hettinger2011-11-051-0/+6
|\ \ | |/
| * Improve Counter.__repr__() to not fail with unorderable valuesRaymond Hettinger2011-11-051-0/+6
* | add introspection to range objects (closes #9896)Benjamin Peterson2011-11-051-0/+29
* | Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-051-0/+21
|\ \ | |/
| * Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-051-0/+21
* | Issue #13343: Fix a SystemError when a lambda expression uses a globalAmaury Forgeot d'Arc2011-11-041-0/+8
|\ \ | |/
| * Issue #13343: Fix a SystemError when a lambda expression uses a globalAmaury Forgeot d'Arc2011-11-041-0/+8
* | Fix test_urllib2 error on Windows in relation with issue #13287.Florent Xicluna2011-11-041-0/+4
* | Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-041-0/+8
|\ \ | |/
| * Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-041-0/+8
* | Port code page codec to Unicode API.Martin v. Löwis2011-11-041-8/+4
* | Merge 3.2: issue #13140Florent Xicluna2011-11-041-1/+0
|\ \ | |/
| * Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-041-1/+0
* | Cleanup decode_code_page_stateful() and encode_code_page()Victor Stinner2011-11-031-0/+3
* | Oversight in previous commit for test_pep277.Florent Xicluna2011-11-031-1/+1
* | Use PEP-3151 exceptions for test_pep277.Florent Xicluna2011-11-031-20/+22
* | (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, insteadVictor Stinner2011-11-031-1/+2
|\ \ | |/
| * Issue #10570: curses.putp() is now expecting a byte string, instead of aVictor Stinner2011-11-031-1/+2
* | (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,Victor Stinner2011-11-021-1/+6
|\ \ | |/
| * Issue #10570: curses.tigetstr() is now expecting a byte string, instead of aVictor Stinner2011-11-021-1/+6
* | test_asyncore: Actually try to received OOB data.Charles-François Natali2011-11-021-0/+1
* | Issue #13308: Fix test_httpservers failures when run as root.Charles-François Natali2011-11-021-2/+6
|\ \ | |/
| * Issue #13308: Fix test_httpservers failures when run as root.Charles-François Natali2011-11-021-2/+6
* | Issue #13312: skip the failing negative years for now.Florent Xicluna2011-11-021-3/+4
* | Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue...Florent Xicluna2011-11-021-2/+3
* | Issue #13312: skip the single failing value for now.Florent Xicluna2011-11-021-1/+3
* | Additional tests for negative years.Florent Xicluna2011-11-011-0/+2
* | Merge 3.2: issue #2892Florent Xicluna2011-11-011-0/+1
|\ \ | |/
| * Closes #2892: preserve iterparse events in case of SyntaxError.Florent Xicluna2011-11-011-0/+1
* | Merge test improvements from 3.2.Ezio Melotti2011-11-011-17/+19
|\ \ | |/
| * Make sure that the tolerant parser still parses valid HTML correctly.Ezio Melotti2011-11-011-17/+19
* | Lowercase the test name, to run last.Florent Xicluna2011-11-011-4/+3
* | Replace temporary tests with the real test case for issue #13309 on Gentoo.Florent Xicluna2011-11-011-7/+9
* | issue13287 - Define __all__ for urllib.request and urllib.error and expose onlySenthil Kumaran2011-11-011-0/+12
* | Troubleshoot issue #13309 on Gentoo buildbot.Florent Xicluna2011-11-011-2/+4
* | Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot.Florent Xicluna2011-11-011-0/+4
* | Test the year range supported by time.strftime() and time.asctime().Florent Xicluna2011-11-011-37/+59