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
*
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-0/+39
|
\
|
*
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-0/+39
*
|
Issue #12618: py_compile cannot create files in current directory
Meador Inge
2011-11-28
2
-1/+12
|
\
\
|
|
/
|
*
Issue #12618: py_compile cannot create files in current directory
Meador Inge
2011-11-28
2
-1/+12
|
*
Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X.
Charles-François Natali
2011-11-27
1
-0/+4
*
|
Issue #13415: test_curses skips unencodable characters
Victor Stinner
2011-11-28
1
-1/+8
*
|
Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw
Victor Stinner
2011-11-26
1
-1/+4
*
|
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-0/+19
|
\
\
|
|
/
|
*
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-0/+19
*
|
Issue #12618: fix py_compile unit tests to handle different drives on Windows
Meador Inge
2011-11-26
1
-0/+10
|
\
\
|
|
/
|
*
Issue #12618: fix py_compile unit tests to handle different drives on Windows
Meador Inge
2011-11-26
1
-0/+10
*
|
sched.py: fix test_queue by making sure that queue property returns an orderd...
Giampaolo Rodola'
2011-11-26
1
-7/+8
*
|
Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6
Charles-François Natali
2011-11-26
1
-0/+4
*
|
Issue #12618: create unit tests for the py_compile module
Meador Inge
2011-11-26
1
-0/+42
|
\
\
|
|
/
|
*
Issue #12618: create unit tests for the py_compile module
Meador Inge
2011-11-26
1
-0/+42
*
|
Issue #13380: add an internal function for resetting the ctypes caches
Meador Inge
2011-11-26
4
-9/+25
|
\
\
|
|
/
|
*
Issue #13380: add an internal function for resetting the ctypes caches
Meador Inge
2011-11-26
4
-9/+25
*
|
Some libcs' snprintf may output a leading minus sign when %p-formatting
Antoine Pitrou
2011-11-26
1
-17/+17
*
|
Issue #12567: The curses module uses Unicode functions for Unicode arguments
Victor Stinner
2011-11-25
1
-12/+31
*
|
Issue #12856: Ensure child processes do not inherit the parent's random seed ...
Antoine Pitrou
2011-11-25
2
-2/+39
|
\
\
|
|
/
|
*
Issue #12856: Ensure child processes do not inherit the parent's random seed ...
Antoine Pitrou
2011-11-25
2
-2/+39
*
|
Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
Victor Stinner
2011-11-25
1
-14/+4
*
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
8
-16/+52
*
|
Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par...
Antoine Pitrou
2011-11-25
2
-2/+28
*
|
merge from 3.2 testFnNames is assigned twice.
Senthil Kumaran
2011-11-24
1
-2/+1
|
\
\
|
|
/
|
*
testFnNames is assigned twice.
Senthil Kumaran
2011-11-24
1
-2/+1
*
|
revert cset 6a0da9b65e54 against sched.py committed by accident
Giampaolo Rodola'
2011-11-22
1
-8/+0
*
|
(Merge 3.2) Issue #13436: Fix unsetenv() test on Windows
Victor Stinner
2011-11-22
1
-1/+2
|
\
\
|
|
/
|
*
Issue #13436: Fix unsetenv() test on Windows
Victor Stinner
2011-11-22
1
-1/+2
|
*
Merge branch 3.2
Victor Stinner
2011-11-22
1
-0/+9
|
|
\
*
|
\
Merge branch default
Victor Stinner
2011-11-22
1
-0/+9
|
\
\
\
|
*
\
\
(Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore.
Victor Stinner
2011-11-22
1
-0/+9
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #13415: os.unsetenv() doesn't ignore errors anymore.
Victor Stinner
2011-11-22
1
-0/+9
*
|
|
|
Merge branch 3.2
Amaury Forgeot d'Arc
2011-11-22
1
-0/+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #13436: Fix a bogus error message when an AST object was passed
Amaury Forgeot d'Arc
2011-11-22
1
-0/+11
|
|
/
|
*
Issue #12156: Skip test_multiprocessing on systems which don't support enough
Charles-François Natali
2011-11-22
1
-0/+18
|
*
Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
Victor Stinner
2011-11-22
1
-0/+36
*
|
sort last committed name in alphabetical order
Giampaolo Rodola'
2011-11-22
1
-0/+8
*
|
Issue #12156: Skip test_multiprocessing on systems which don't support enough
Charles-François Natali
2011-11-22
1
-0/+18
*
|
Fix 13245:
Giampaolo Rodola'
2011-11-22
2
-8/+22
*
|
(Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
Victor Stinner
2011-11-22
1
-0/+6
*
|
Add a test on str.__getnewargs__()
Victor Stinner
2011-11-22
1
-0/+7
*
|
Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API
Victor Stinner
2011-11-21
1
-0/+30
*
|
Issue #13411: memoryview objects are now hashable when the underlying object ...
Antoine Pitrou
2011-11-21
2
-2/+29
*
|
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
2
-28/+99
|
\
\
|
|
/
|
*
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
2
-30/+99
*
|
Issue #13441: Reenable strxfrm() tests on Solaris
Victor Stinner
2011-11-21
2
-6/+0
*
|
Issue #13441: Disable temporary localeconv() tests on Solaris
Victor Stinner
2011-11-21
1
-0/+2
*
|
Issue #13441: Disable temporary strxfrm() tests on Solaris
Victor Stinner
2011-11-21
1
-0/+4
*
|
(Merge 3.2) Close #13401: Skip TestFileTypeW of test_argparse if the current ...
Victor Stinner
2011-11-20
1
-0/+2
|
\
\
|
|
/
[next]