index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Oops. Update a placeholder comment with the issue number.
Brian Curtin
2011-11-06
1
-1/+1
*
Fix #13327. Remove the need for an explicit None as the second argument to
Brian Curtin
2011-11-06
1
-0/+15
*
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
2
-14/+0
|
\
|
*
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
2
-14/+0
*
|
Skip early if stdin and stdout are not ttys
Antoine Pitrou
2011-11-06
1
-0/+2
|
\
\
|
|
/
|
*
Skip early if stdin and stdout are not ttys
Antoine Pitrou
2011-11-06
1
-0/+2
|
*
Backport robustness fix for test_builtin
Antoine Pitrou
2011-11-06
1
-21/+31
*
|
Try to make the tty input() tests more robust
Antoine Pitrou
2011-11-06
1
-21/+31
*
|
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Antoine Pitrou
2011-11-05
1
-0/+70
|
\
\
|
|
/
|
*
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Antoine Pitrou
2011-11-05
1
-0/+70
*
|
Accept None as start and stop parameters for list.index() and tuple.index().
Petri Lehtinen
2011-11-05
2
-0/+14
|
\
\
|
|
/
|
*
Accept None as start and stop parameters for list.index() and tuple.index()
Petri Lehtinen
2011-11-05
2
-0/+14
*
|
Fix whitespace
Raymond Hettinger
2011-11-05
1
-1/+1
*
|
Merge
Raymond Hettinger
2011-11-05
1
-0/+6
|
\
\
|
|
/
|
*
Improve Counter.__repr__() to not fail with unorderable values
Raymond Hettinger
2011-11-05
1
-0/+6
*
|
add introspection to range objects (closes #9896)
Benjamin Peterson
2011-11-05
1
-0/+29
*
|
Fix Maildir initialization so that maildir contents are read correctly.
Petri Lehtinen
2011-11-05
1
-0/+21
|
\
\
|
|
/
|
*
Fix Maildir initialization so that maildir contents are read correctly.
Petri Lehtinen
2011-11-05
1
-0/+21
*
|
Issue #13343: Fix a SystemError when a lambda expression uses a global
Amaury Forgeot d'Arc
2011-11-04
1
-0/+8
|
\
\
|
|
/
|
*
Issue #13343: Fix a SystemError when a lambda expression uses a global
Amaury Forgeot d'Arc
2011-11-04
1
-0/+8
*
|
Fix test_urllib2 error on Windows in relation with issue #13287.
Florent Xicluna
2011-11-04
1
-0/+4
*
|
Issue #3067: Fix the error raised by locale.setlocale()
Petri Lehtinen
2011-11-04
1
-0/+8
|
\
\
|
|
/
|
*
Issue #3067: Fix the error raised by locale.setlocale()
Petri Lehtinen
2011-11-04
1
-0/+8
*
|
Port code page codec to Unicode API.
Martin v. Löwis
2011-11-04
1
-8/+4
*
|
Merge 3.2: issue #13140
Florent Xicluna
2011-11-04
1
-1/+0
|
\
\
|
|
/
|
*
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Florent Xicluna
2011-11-04
1
-1/+0
*
|
Cleanup decode_code_page_stateful() and encode_code_page()
Victor Stinner
2011-11-03
1
-0/+3
*
|
Oversight in previous commit for test_pep277.
Florent Xicluna
2011-11-03
1
-1/+1
*
|
Use PEP-3151 exceptions for test_pep277.
Florent Xicluna
2011-11-03
1
-20/+22
*
|
(Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead
Victor Stinner
2011-11-03
1
-1/+2
|
\
\
|
|
/
|
*
Issue #10570: curses.putp() is now expecting a byte string, instead of a
Victor Stinner
2011-11-03
1
-1/+2
*
|
(Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,
Victor Stinner
2011-11-02
1
-1/+6
|
\
\
|
|
/
|
*
Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a
Victor Stinner
2011-11-02
1
-1/+6
*
|
test_asyncore: Actually try to received OOB data.
Charles-François Natali
2011-11-02
1
-0/+1
*
|
Issue #13308: Fix test_httpservers failures when run as root.
Charles-François Natali
2011-11-02
1
-2/+6
|
\
\
|
|
/
|
*
Issue #13308: Fix test_httpservers failures when run as root.
Charles-François Natali
2011-11-02
1
-2/+6
*
|
Issue #13312: skip the failing negative years for now.
Florent Xicluna
2011-11-02
1
-3/+4
*
|
Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue...
Florent Xicluna
2011-11-02
1
-2/+3
*
|
Issue #13312: skip the single failing value for now.
Florent Xicluna
2011-11-02
1
-1/+3
*
|
Additional tests for negative years.
Florent Xicluna
2011-11-01
1
-0/+2
*
|
Merge 3.2: issue #2892
Florent Xicluna
2011-11-01
1
-0/+1
|
\
\
|
|
/
|
*
Closes #2892: preserve iterparse events in case of SyntaxError.
Florent Xicluna
2011-11-01
1
-0/+1
*
|
Merge test improvements from 3.2.
Ezio Melotti
2011-11-01
1
-17/+19
|
\
\
|
|
/
|
*
Make sure that the tolerant parser still parses valid HTML correctly.
Ezio Melotti
2011-11-01
1
-17/+19
*
|
Lowercase the test name, to run last.
Florent Xicluna
2011-11-01
1
-4/+3
*
|
Replace temporary tests with the real test case for issue #13309 on Gentoo.
Florent Xicluna
2011-11-01
1
-7/+9
*
|
issue13287 - Define __all__ for urllib.request and urllib.error and expose only
Senthil Kumaran
2011-11-01
1
-0/+12
*
|
Troubleshoot issue #13309 on Gentoo buildbot.
Florent Xicluna
2011-11-01
1
-2/+4
*
|
Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot.
Florent Xicluna
2011-11-01
1
-0/+4
*
|
Test the year range supported by time.strftime() and time.asctime().
Florent Xicluna
2011-11-01
1
-37/+59
[next]