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
*
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka
2013-11-16
1
-34/+34
|
\
|
*
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka
2013-11-16
1
-34/+34
*
|
Issue #19602: Use specific asserts in tkinter tests.
Serhiy Storchaka
2013-11-16
3
-26/+26
|
\
\
|
|
/
|
*
Issue #19602: Use specific asserts in tkinter tests.
Serhiy Storchaka
2013-11-16
3
-26/+26
*
|
Issue #19601: Use specific asserts in sqlite3 tests.
Serhiy Storchaka
2013-11-16
2
-30/+20
|
\
\
|
|
/
|
*
Issue #19601: Use specific asserts in sqlite3 tests.
Serhiy Storchaka
2013-11-16
2
-30/+20
*
|
Issue #19600: Use specific asserts in distutils tests.
Serhiy Storchaka
2013-11-16
16
-36/+36
|
\
\
|
|
/
|
*
Issue #19600: Use specific asserts in distutils tests.
Serhiy Storchaka
2013-11-16
16
-36/+36
*
|
Issue #19594: Use specific asserts in unittest tests.
Serhiy Storchaka
2013-11-16
7
-28/+28
|
\
\
|
|
/
|
*
Issue #19594: Use specific asserts in unittest tests.
Serhiy Storchaka
2013-11-16
7
-28/+28
*
|
Issue #19591: Use specific asserts in ctype tests.
Serhiy Storchaka
2013-11-16
16
-85/+84
|
\
\
|
|
/
|
*
Issue #19591: Use specific asserts in ctype tests.
Serhiy Storchaka
2013-11-16
16
-85/+84
*
|
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
Ezio Melotti
2013-11-16
8
-23/+51
*
|
Correct long line
Jason R. Coombs
2013-11-16
1
-1/+2
*
|
Issue #19586: Update remaining deprecated assertions to their preferred usage.
Jason R. Coombs
2013-11-16
1
-2/+2
*
|
Fixed issue number for issue #8311.
Serhiy Storchaka
2013-11-16
1
-1/+1
*
|
Issue #16685: Added support for writing any bytes-like objects in the aifc,
Serhiy Storchaka
2013-11-16
8
-0/+51
*
|
Issue #5202: Added support for unseekable files in the wave module.
Serhiy Storchaka
2013-11-16
5
-34/+90
*
|
Issue #19590: Use specific asserts in email tests.
Serhiy Storchaka
2013-11-16
4
-107/+92
|
\
\
|
|
/
|
*
Issue #19590: Use specific asserts in email tests.
Serhiy Storchaka
2013-11-16
4
-107/+92
*
|
asyncio: Replace connection_refused() with error_received().
Guido van Rossum
2013-11-16
5
-29/+39
*
|
Update more usage of assertEqual
Jason R. Coombs
2013-11-16
3
-8/+8
*
|
Use preferred assertEqual
Jason R. Coombs
2013-11-16
1
-9/+9
*
|
Use preferred assertEqual form. Correct indentation.
Jason R. Coombs
2013-11-16
1
-4/+4
*
|
Issue #7408: Forward port limited test from Python 2.7, fixing failing buildb...
Jason R. Coombs
2013-11-16
1
-1/+4
*
|
calculate_path() now fails with a fatal error when it fails to allocate memory
Victor Stinner
2013-11-16
1
-49/+40
*
|
Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils...
Andrew Kuchling
2013-11-10
5
-8/+68
*
|
Don't mix wide character strings and byte strings (L"lib/python" VERSION): use
Victor Stinner
2013-11-15
1
-6/+13
*
|
Fix compiler warnings on Windows 64 bit: add an explicit cast from Py_ssize_t
Victor Stinner
2013-11-15
1
-1/+1
*
|
Fix sock_recvfrom_guts(): recvfrom() size is limited to an int on Windows, not
Victor Stinner
2013-11-15
1
-8/+8
*
|
Fix compiler warning on Windows 64 bit: _init_pos_args() result type is
Victor Stinner
2013-11-15
1
-2/+2
*
|
Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index param...
Victor Stinner
2013-11-15
1
-4/+6
*
|
Fix compiler warning (on Windows 64-bit): explicit cast Py_ssize_t to unsigned
Victor Stinner
2013-11-15
1
-2/+2
*
|
Fix compiler warning in win32_urandom(): explicit cast to DWORD in
Victor Stinner
2013-11-15
1
-1/+1
*
|
Fix compiler warning (especially on Windows 64-bit): don't truncate Py_ssize_t
Victor Stinner
2013-11-15
1
-4/+4
*
|
Fix compiler warning on Windows 64-bit: explicit cast size_t to unsigned long
Victor Stinner
2013-11-15
1
-2/+2
*
|
Issue #19544, #6516: no need to catch AttributeError on import pwd/grp
Victor Stinner
2013-11-15
1
-2/+2
*
|
Issue #19544 and Issue #6516: quick workaround for failing builds
Christian Heimes
2013-11-15
1
-2/+2
*
|
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
5
-11/+11
|
\
\
|
|
/
|
*
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
5
-11/+11
*
|
Closes #19523: Merged fix from 3.3.
Vinay Sajip
2013-11-15
2
-1/+5
|
\
\
|
|
/
|
*
Issue #19523: Closed FileHandler leak which occurred when delay was set.
Vinay Sajip
2013-11-15
2
-1/+5
*
|
Issue #19544 and Issue #6516: Restore support for --user and --group paramete...
Andrew Kuchling
2013-11-15
9
-15/+230
*
|
(Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAX
Victor Stinner
2013-11-15
1
-6/+6
|
\
\
|
|
/
|
*
fileutils.c: use MAXPATHLEN instead of PATH_MAX
Victor Stinner
2013-11-15
1
-6/+6
*
|
(Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get
Victor Stinner
2013-11-15
1
-1/+1
|
\
\
|
|
/
|
*
sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner
2013-11-15
1
-1/+1
*
|
(Merge 3.3) pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get
Victor Stinner
2013-11-15
1
-2/+3
|
\
\
|
|
/
|
*
pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of
Victor Stinner
2013-11-15
1
-2/+3
*
|
asyncio: Longer timeout in Windows test_popen. Fixes issue 19598.
Guido van Rossum
2013-11-15
1
-1/+2
[next]