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
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
*
|
Issue #13300: Fix IDLE Restart Shell command failure introduced by
Ned Deily
2011-11-06
2
-4/+4
*
|
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
2
-2/+12
|
\
\
|
|
/
|
*
Improve Counter.__repr__() to not fail with unorderable values
Raymond Hettinger
2011-11-05
2
-2/+12
*
|
add introspection to range objects (closes #9896)
Benjamin Peterson
2011-11-05
1
-0/+29
*
|
Try to fix buildbot failures from #13193
Éric Araujo
2011-11-05
1
-0/+2
*
|
asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag
Charles-François Natali
2011-11-05
1
-3/+0
*
|
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
Petri Lehtinen
2011-11-05
1
-2/+3
|
\
\
|
|
/
|
*
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
Petri Lehtinen
2011-11-05
1
-2/+3
*
|
Fix Maildir initialization so that maildir contents are read correctly.
Petri Lehtinen
2011-11-05
2
-5/+24
|
\
\
|
|
/
|
*
Fix Maildir initialization so that maildir contents are read correctly.
Petri Lehtinen
2011-11-05
2
-5/+24
*
|
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
2
-7/+19
|
\
\
|
|
/
|
*
Issue #3067: Fix the error raised by locale.setlocale()
Petri Lehtinen
2011-11-04
2
-7/+19
*
|
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
2
-3/+1
|
\
\
|
|
/
|
*
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Florent Xicluna
2011-11-04
2
-3/+1
*
|
Remove redundant imports.
Florent Xicluna
2011-11-04
7
-12/+6
*
|
Drop unused import in unittest package.
Florent Xicluna
2011-11-04
4
-5/+1
*
|
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
Éric Araujo
2011-11-03
1
-1/+1
|
\
\
|
|
/
|
*
Branch merge
Éric Araujo
2011-11-03
9
-87/+128
|
|
\
|
|
*
Fix incorrect docstring I changed a while back.
Éric Araujo
2011-11-03
1
-1/+1
*
|
|
Branch merge
Éric Araujo
2011-11-03
21
-275/+285
|
\
\
\
|
*
|
|
Actually check the contents of the file created by packaging’s bdist_dumb
Éric Araujo
2011-11-03
1
-4/+13
|
*
|
|
Merge follow-up for #11254 and other changes from 3.2
Éric Araujo
2011-11-03
8
-86/+128
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
More fixes for PEP 3147 compliance in distutils (#11254)
Éric Araujo
2011-11-03
5
-60/+95
|
|
*
|
Fix typo
Éric Araujo
2011-11-02
1
-1/+1
|
|
*
|
Cleanups in distutils tests.
Éric Araujo
2011-11-02
3
-25/+32
|
*
|
|
Improve byte-compilation in packaging to be independent of -O or -B.
Éric Araujo
2011-11-03
9
-155/+117
|
*
|
|
Minor code reorganization in one packaging test file
Éric Araujo
2011-11-02
1
-27/+25
|
*
|
|
Fix typo “seperate”
Éric Araujo
2011-11-02
3
-3/+3
[next]