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 #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
Antoine Pitrou
2009-05-14
3
-2/+4
*
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
Tarek Ziadé
2009-05-14
2
-4/+13
*
Fix test failure on Windows, and add skip check if even unicodedata
R. David Murray
2009-05-14
1
-3/+7
*
pep8-fied distutils.command.sdist + more tests
Tarek Ziadé
2009-05-14
2
-44/+39
*
more test coverage for distutils sdist command
Tarek Ziadé
2009-05-14
2
-4/+17
*
importlib.import_module is better these days
Benjamin Peterson
2009-05-14
1
-6/+2
*
adding void to the c function
Tarek Ziadé
2009-05-13
1
-1/+1
*
added an inifoo in the C file, to avoid a warning by the MSVC9 linker
Tarek Ziadé
2009-05-13
1
-1/+1
*
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
R. David Murray
2009-05-13
4
-1/+15
*
Move news item to correct section, remove spurious 'see below'
R. David Murray
2009-05-13
2
-3/+3
*
Issue 5994: add docstrings to marshal.
R. David Murray
2009-05-13
2
-5/+83
*
the compiler attribute is used in setup.py; can't rename
Benjamin Peterson
2009-05-12
1
-14/+14
*
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
Tarek Ziadé
2009-05-12
3
-45/+88
*
Better fix for modules using unittest.main(). Fixes regression caused by comm...
Michael Foord
2009-05-12
1
-1/+1
*
Fix to restore command line behaviour for test modules using unittest.main()....
Michael Foord
2009-05-12
1
-1/+2
*
removing the assert statement so the code works when Python is run with -O
Tarek Ziadé
2009-05-12
1
-1/+2
*
Make it clear up front that shelve only records changes
R. David Murray
2009-05-12
1
-7/+11
*
Add missing # to NEWS
Michael Foord
2009-05-11
1
-1/+1
*
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...
Michael Foord
2009-05-11
4
-15/+57
*
Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.
Mark Dickinson
2009-05-11
3
-16/+73
*
distutils.test_build_clib added a new line at the end of the file, to avoid a...
Tarek Ziadé
2009-05-11
1
-1/+1
*
sys.setdefaultencoding() strikes me as a bad example
Benjamin Peterson
2009-05-10
1
-3/+3
*
fixed test_build_ext for win32
Tarek Ziadé
2009-05-10
1
-1/+1
*
use isinstance
Benjamin Peterson
2009-05-10
1
-5/+5
*
fixed test for all platforms
Tarek Ziadé
2009-05-10
1
-1/+1
*
now using EnvironGuard everywhere
Tarek Ziadé
2009-05-10
3
-71/+25
*
refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard
Tarek Ziadé
2009-05-10
2
-19/+19
*
Added tests form install_lib and pep8-fied the module
Tarek Ziadé
2009-05-10
2
-27/+97
*
fixed #5984 and improved test coverage
Tarek Ziadé
2009-05-10
3
-47/+154
*
make sure files are closed using the with statement
Benjamin Peterson
2009-05-10
1
-25/+23
*
close file explicitly
Benjamin Peterson
2009-05-10
1
-2/+2
*
clear error state properly
Benjamin Peterson
2009-05-09
1
-0/+1
*
don't ignore exceptions from _PyObject_LengthHint
Benjamin Peterson
2009-05-09
1
-1/+3
*
ignore AttributeErrors for classic classes
Benjamin Peterson
2009-05-09
1
-1/+2
*
*sigh* deal with instances correctly
Benjamin Peterson
2009-05-09
2
-1/+18
*
can't handle classic classes here
Benjamin Peterson
2009-05-09
1
-0/+1
*
ignore classic classes
Benjamin Peterson
2009-05-09
1
-0/+2
*
convert some more special methods to use _PyObject_LookupSpecial
Benjamin Peterson
2009-05-09
3
-28/+30
*
Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when...
Vinay Sajip
2009-05-09
2
-6/+13
*
#5976: fixed distutils test_check_environ
Tarek Ziadé
2009-05-09
2
-6/+13
*
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...
Tarek Ziadé
2009-05-09
7
-8/+163
*
lookup __reversed__ correctly as a special method
Benjamin Peterson
2009-05-09
2
-3/+11
*
Merged revisions 72491-72493 via svnmerge from
Benjamin Peterson
2009-05-09
60
-244/+385
*
Fix an off by one error on negative indexs to __getitem__
Gregory P. Smith
2009-05-08
2
-0/+12
*
Issue 5954, PyFrame_GetLineNumber:
Jeffrey Yasskin
2009-05-08
8
-19/+35
*
PyCode_NewEmpty:
Jeffrey Yasskin
2009-05-08
9
-76/+139
*
Issue #5933: Fix gcc -Wextra compiler warnings (and remove some
Mark Dickinson
2009-05-08
1
-6/+6
*
Add a file that contains diffs between offical libffi files and the
Thomas Heller
2009-05-08
1
-0/+207
*
fix this test
Benjamin Peterson
2009-05-08
1
-4/+2
*
Update the Windows locale mapping with the ones introduced with Vista.
Jeroen Ruigrok van der Werven
2009-05-08
2
-13/+46
[next]