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
*
typo
Benjamin Peterson
2009-05-16
1
-2/+2
*
update
Benjamin Peterson
2009-05-16
1
-0/+3
*
completely ignore old-style stuff for type checking overloading
Benjamin Peterson
2009-05-16
2
-61/+42
*
deal with old-style classes in issubclass and isinstance
Benjamin Peterson
2009-05-16
1
-2/+2
*
properly lookup __instancecheck__ and __subclasscheck__
Benjamin Peterson
2009-05-16
3
-36/+46
*
use skipTest()
Benjamin Peterson
2009-05-16
1
-4/+1
*
pep8-fied distutils.dist module
Tarek Ziadé
2009-05-16
1
-93/+37
*
#6041: sdist and register now use the check command. No more duplicate code f...
Tarek Ziadé
2009-05-16
6
-72/+182
*
Fix about and bugs pages to match real workflow.
Georg Brandl
2009-05-16
2
-3/+7
*
#2856: document 2.x os.listdir() behavior for undecodable filenames.
Georg Brandl
2009-05-16
1
-1/+2
*
#6009: undocument default argument of Option as deprecated.
Georg Brandl
2009-05-16
1
-2/+2
*
#6025: fix signature of parse().
Georg Brandl
2009-05-16
1
-1/+1
*
#6034: clarify __reversed__ doc.
Georg Brandl
2009-05-16
1
-5/+5
*
Fix bootstrapping by removing uses of the copy module in distutils
Antoine Pitrou
2009-05-15
2
-8/+6
*
Issue #2116: Weak references and weak dictionaries now support copy()ing and ...
Antoine Pitrou
2009-05-15
4
-1/+116
*
Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.
Antoine Pitrou
2009-05-15
2
-4/+4
*
Fix example output for doctest-like demos.
Georg Brandl
2009-05-15
1
-6/+6
*
Issue 6024: make regrtest.py promote refleaks to test failures.
Collin Winter
2009-05-14
1
-1/+11
*
a useful decorator for cleaning up threads
Benjamin Peterson
2009-05-14
2
-7/+13
*
prevent refleaks from threads
Benjamin Peterson
2009-05-14
1
-1/+5
*
Issue #5918: Fix a crash in the parser module.
Antoine Pitrou
2009-05-14
2
-2/+4
*
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
[next]