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
Commit message (
Expand
)
Author
Age
Files
Lines
*
(Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore.
Victor Stinner
2011-11-22
3
-81/+44
|
\
|
*
Issue #13415: os.unsetenv() doesn't ignore errors anymore.
Victor Stinner
2011-11-22
3
-17/+22
*
|
fix compiler warning by implementing this more cleverly
Benjamin Peterson
2011-11-22
1
-6/+1
*
|
sort last committed name in alphabetical order
Giampaolo Rodola'
2011-11-22
2
-1/+9
*
|
Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
Charles-François Natali
2011-11-22
1
-4/+5
|
\
\
|
|
/
|
*
Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
Charles-François Natali
2011-11-22
1
-4/+5
*
|
Issue #12156: Skip test_multiprocessing on systems which don't support enough
Charles-François Natali
2011-11-22
1
-0/+18
*
|
Issue #13093: Perform a real merge.
Charles-François Natali
2011-11-22
0
-0/+0
|
\
\
|
|
/
|
*
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
3
-8/+89
*
|
fix wrong credit and issue id given in previous commit
Giampaolo Rodola'
2011-11-22
3
-8/+8
*
|
Fix 13245:
Giampaolo Rodola'
2011-11-22
6
-14/+64
*
|
find_maxchar_surrogates() reuses surrogate macros
Victor Stinner
2011-11-22
1
-4/+4
*
|
Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide
Victor Stinner
2011-11-22
3
-25/+8
*
|
Issue #13441: Disable temporary the check on the maximum character until
Victor Stinner
2011-11-22
1
-20/+12
*
|
Fix compiler warnings
Victor Stinner
2011-11-22
3
-3/+4
*
|
Use the new Unicode API
Victor Stinner
2011-11-22
10
-41/+38
*
|
(Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
Victor Stinner
2011-11-22
2
-4/+14
*
|
PyUnicode_FromKindAndData() fails with a ValueError if size < 0
Victor Stinner
2011-11-22
1
-1/+4
*
|
UTF-8 decoder: set consumed value in the latin1 fast-path
Victor Stinner
2011-11-22
1
-0/+3
*
|
Replace _PyUnicode_READY_REPLACE() and _PyUnicode_ReadyReplace() with unicode...
Victor Stinner
2011-11-22
1
-143/+150
*
|
Add a test on str.__getnewargs__()
Victor Stinner
2011-11-22
1
-0/+7
*
|
Rewrite PyUnicode_TransformDecimalToASCII() to use the new Unicode API
Victor Stinner
2011-11-21
1
-17/+26
*
|
Remove an unused variable from PyUnicode_Copy()
Victor Stinner
2011-11-21
1
-2/+0
*
|
Simplify PyUnicode_Copy()
Victor Stinner
2011-11-21
1
-26/+7
*
|
Fix a compiler warning in _PyUnicode_CheckConsistency()
Victor Stinner
2011-11-21
1
-1/+1
*
|
Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API
Victor Stinner
2011-11-21
3
-46/+132
*
|
Issue #12328: Under Windows, refactor handling of Ctrl-C events and
Antoine Pitrou
2011-11-21
8
-98/+84
*
|
Issue #13411: memoryview objects are now hashable when the underlying object ...
Antoine Pitrou
2011-11-21
9
-19/+100
*
|
Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case.
Antoine Pitrou
2011-11-21
3
-107/+278
*
|
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
5
-60/+152
|
\
\
|
|
/
|
*
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
5
-62/+152
*
|
Issue #13441: Reenable strxfrm() tests on Solaris
Victor Stinner
2011-11-21
2
-6/+0
*
|
Remove temporary hacks for the issue #13441
Victor Stinner
2011-11-21
1
-46/+0
*
|
Another temporary hack to debug the issue #13441
Victor Stinner
2011-11-21
1
-0/+20
*
|
Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum
Victor Stinner
2011-11-21
2
-0/+39
*
|
What's new in Python 3.3: Rephrase PEP 393 doc
Victor Stinner
2011-11-21
1
-36/+43
*
|
winreg module avoids the deprecated Unicode API
Victor Stinner
2011-11-21
1
-24/+36
*
|
Issue #13441: Disable temporary localeconv() tests on Solaris
Victor Stinner
2011-11-21
1
-0/+2
*
|
CJK codecs checks for conversion to Py_UNICODE* failures
Victor Stinner
2011-11-21
1
-3/+10
*
|
MultibyteCodec_Encode() checks if PyUnicode_AS_UNICODE() failed
Victor Stinner
2011-11-21
1
-2/+5
*
|
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
Victor Stinner
2011-11-21
10
-19/+18
*
|
PyUnicode_GET_SIZE() checks that PyUnicode_AsUnicode() succeed
Victor Stinner
2011-11-21
1
-6/+7
*
|
Fix a typo in PC/_subprocess.c
Victor Stinner
2011-11-21
1
-1/+1
*
|
ctypes check for PyUnicode_GET_SIZE() failure
Victor Stinner
2011-11-21
2
-6/+16
*
|
test_widechar() uses the new Unicode API
Victor Stinner
2011-11-21
1
-1/+1
*
|
Check for PyUnicode_AS_UNICODE() failure
Victor Stinner
2011-11-21
4
-7/+38
*
|
UnicodeTranslateError uses the new Unicode API
Victor Stinner
2011-11-21
1
-3/+3
*
|
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]