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
*
Set svn:eol-style=CRLF on all Visual Studio solution files.
Amaury Forgeot d'Arc
2009-07-13
6
-1467/+1467
*
Issue #6314: logging: Extra checks on the "level" argument in more places.
Vinay Sajip
2009-07-13
2
-12/+21
*
fix umlaut
Benjamin Peterson
2009-07-13
1
-1/+1
*
change encoding to utf-8
Benjamin Peterson
2009-07-12
1
-2/+2
*
fix another name
Benjamin Peterson
2009-07-12
1
-1/+1
*
change encoding to utf-8
Benjamin Peterson
2009-07-12
1
-25/+25
*
fix Tarek's name
Benjamin Peterson
2009-07-12
1
-1/+1
*
http://bugs.python.org/issue6267
Kristján Valur Jónsson
2009-07-12
1
-4/+41
*
add Joe
Benjamin Peterson
2009-07-12
1
-1/+2
*
add versionadded
Benjamin Peterson
2009-07-12
1
-0/+2
*
Fixed distutils test.
Hirokazu Yamamoto
2009-07-12
1
-1/+1
*
ignore things in Lib/test/data/
Benjamin Peterson
2009-07-11
2
-0/+2
*
put downloaded test support files in Lib/test/data instead of the cwd
Benjamin Peterson
2009-07-11
4
-39/+5
*
reverted changes for #6459 (doesn't apply on 2.x)
Tarek Ziadé
2009-07-11
3
-7/+4
*
#2622 Import errors in email.message, from a py2app standalone application.
Amaury Forgeot d'Arc
2009-07-11
9
-18/+21
*
array.array is actually a class.
Georg Brandl
2009-07-11
1
-4/+3
*
fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
Tarek Ziadé
2009-07-11
3
-4/+7
*
#6456: clarify the meaning of constants used as arguments to nl_langinfo().
Georg Brandl
2009-07-11
1
-133/+120
*
cleaned up distutils.build_ext module
Tarek Ziadé
2009-07-11
1
-26/+16
*
#6430: add note about size of "u" type.
Georg Brandl
2009-07-11
1
-1/+6
*
#6448: clarify docs for find_module().
Georg Brandl
2009-07-11
1
-10/+11
*
#6446: fix import_spam() function to use correct error and reference handling.
Georg Brandl
2009-07-11
1
-9/+16
*
Fix style.
Georg Brandl
2009-07-11
1
-4/+4
*
Add basic tests for the return value of os.popen().close().
Amaury Forgeot d'Arc
2009-07-11
1
-0/+7
*
http://bugs.python.org/issue6460
Kristján Valur Jónsson
2009-07-11
1
-2/+8
*
more cleanups and if zlib -> skipUnless(zlib)
Ezio Melotti
2009-07-10
1
-90/+94
*
#6447: typo in subprocess docstring
Amaury Forgeot d'Arc
2009-07-10
1
-2/+2
*
cleaned up distutils.command.build
Tarek Ziadé
2009-07-10
1
-15/+5
*
Added test coverage for distutils.command.build
Tarek Ziadé
2009-07-10
1
-0/+54
*
Fixed #6455 (the test shall use pyd files under win32, rather than so files)
Tarek Ziadé
2009-07-10
2
-4/+7
*
#6416: Fix compilation of the select module on Windows, as well as test_subpr...
Amaury Forgeot d'Arc
2009-07-09
4
-7/+10
*
Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames
R. David Murray
2009-07-09
1
-2/+1
*
Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
R. David Murray
2009-07-09
1
-1/+2
*
Curdir needs to be in the path for the test to work on all buildbots.
R. David Murray
2009-07-09
1
-0/+2
*
Specify umask in execute bit test to get consistent results
R. David Murray
2009-07-09
1
-0/+2
*
PendingDeprecationWarning -> DeprecationWarning in build_ext
Tarek Ziadé
2009-07-09
1
-2/+2
*
Make test work with -O.
R. David Murray
2009-07-09
1
-2/+8
*
Conditionalize test cleanup code to eliminate traceback, which will
R. David Murray
2009-07-09
1
-1/+1
*
Sets the compiler attribute to keep the old behavior for third-party packages.
Tarek Ziadé
2009-07-08
2
-4/+29
*
Issue #1523: Remove deprecated overflow masking in struct module, and
Mark Dickinson
2009-07-07
3
-238/+37
*
Expand test coverage for struct.pack with native integer packing;
Mark Dickinson
2009-07-07
1
-170/+107
*
Add skipping to struct test that only applies when overflow masking is in effect
Mark Dickinson
2009-07-07
1
-0/+2
*
Typo in error message
Mark Dickinson
2009-07-07
1
-1/+1
*
Update issue 6070 patch to match the patch that was actually tested
R. David Murray
2009-07-07
1
-1/+3
*
http://bugs.python.org/issue6382
Kristján Valur Jónsson
2009-07-07
1
-9/+23
*
#6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD.
Amaury Forgeot d'Arc
2009-07-07
1
-1/+1
*
Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun.
Alexandre Vassalotti
2009-07-07
1
-2/+2
*
Issue 6070: when creating a compiled file, after copying the mode bits, on
R. David Murray
2009-07-07
3
-1/+25
*
Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...
Tarek Ziadé
2009-07-06
4
-68/+121
*
http://bugs.python.org/issue6382
Kristján Valur Jónsson
2009-07-05
1
-1/+3
[next]