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
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand upon test_site.test_s_option to try to debug its failure.
Brett Cannon
2009-02-24
1
-1/+2
*
Backport 69934: Register xrange() as a Sequence.
Raymond Hettinger
2009-02-24
1
-0/+3
*
Revert debugging statements, culprit is possibly test_distutils (see #5316)
Antoine Pitrou
2009-02-22
1
-2/+1
*
Try to make sense of the test_site buildbot failures
Antoine Pitrou
2009-02-22
1
-1/+2
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
7
-10/+10
*
Fix keyword arguments for itertools.count().
Raymond Hettinger
2009-02-21
1
-0/+2
*
Issue 5176: special-case string formatting in BINARY_MODULO implementation. T...
Collin Winter
2009-02-20
1
-0/+6
*
Inline coefficients in gamma(). Add reflection formula. Add comments.
Raymond Hettinger
2009-02-19
1
-10/+18
*
Add some cross-references to the docs. Simplify the python code equivalent f...
Raymond Hettinger
2009-02-19
1
-3/+3
*
Add keyword arg support to itertools.repeat().
Raymond Hettinger
2009-02-19
1
-0/+1
*
Add keyword arg support to itertools.compress().
Raymond Hettinger
2009-02-19
1
-0/+1
*
Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,
Hirokazu Yamamoto
2009-02-17
1
-0/+21
*
Issue #5292: Fixed mmap crash on its boundary access m[len(m)].
Hirokazu Yamamoto
2009-02-17
1
-0/+4
*
Add GC support to count() objects. Backport candidate.
Raymond Hettinger
2009-02-16
1
-0/+5
*
Issue #5260: Various portability and standards compliance fixes, optimizations
Mark Dickinson
2009-02-15
1
-6/+6
*
#5179: don't leak PIPE fds when child execution fails.
Georg Brandl
2009-02-14
1
-0/+16
*
this needn't be a shebang line
Benjamin Peterson
2009-02-14
1
-1/+1
*
we're no longer using CVS, so this doesn't have to be binary
Benjamin Peterson
2009-02-14
1
-31/+30
*
Add keyword argument support to itertools.count().
Raymond Hettinger
2009-02-14
1
-0/+2
*
#3694: add test for fix committed in r66693.
Georg Brandl
2009-02-13
1
-0/+4
*
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
Gregory P. Smith
2009-02-13
1
-3/+18
*
One more test.
Raymond Hettinger
2009-02-12
1
-0/+3
*
Add an extra testcase.
Raymond Hettinger
2009-02-12
1
-0/+3
*
Issue 5032: added a step argument to itertools.count() and allowed non-integ...
Raymond Hettinger
2009-02-12
1
-1/+36
*
Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even
Gregory P. Smith
2009-02-11
1
-0/+8
*
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
Mark Dickinson
2009-02-10
1
-2/+2
*
compileall used the ctime of bytecode and source to determine if the bytecode
Brett Cannon
2009-02-10
1
-0/+63
*
Issue 1818: collections.namedtuple() to support automatic renaming of invalid...
Raymond Hettinger
2009-02-10
1
-0/+11
*
Checking for tk availability before continuing (basically the same that is do...
Guilherme Polo
2009-02-09
1
-1/+7
*
Some tests for Tkinter.Text.search
Guilherme Polo
2009-02-09
2
-0/+29
*
Issue #5170: Fixed Unicode output bug in logging and added test case. This is...
Vinay Sajip
2009-02-08
1
-2/+25
*
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Nick Coghlan
2009-02-08
1
-6/+6
*
Issue 4195: Restore the ability to execute packages with the -m switch (but t...
Nick Coghlan
2009-02-08
1
-0/+63
*
make destinsrc private
Benjamin Peterson
2009-02-07
1
-4/+4
*
Add test for issue #999042, explict global statement works.
Neil Schemenauer
2009-02-07
1
-0/+7
*
Fix broken test in test_hotshot. Treating the current directory as an
Neil Schemenauer
2009-02-07
1
-1/+7
*
Eliminated the need to use ttk.__loadtk__ and the problems related it.
Guilherme Polo
2009-02-07
1
-7/+1
*
Ivan on IRC in #twisted reported this crasher.
Armin Rigo
2009-02-06
1
-0/+5
*
Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'ac...
Kristján Valur Jónsson
2009-02-06
1
-5/+7
*
Implement issue #4285, convert sys.version_info to a named
Eric Smith
2009-02-06
1
-1/+13
*
Minor doc fixups.
Raymond Hettinger
2009-02-04
1
-3/+6
*
issue 4804: Provide checks for the format string of strftime, and for the "m...
Kristján Valur Jónsson
2009-02-04
1
-1/+1
*
Register decimals as numbers.Number
Raymond Hettinger
2009-02-03
1
-0/+7
*
Validate that __length_hint__ returns a usable result.
Raymond Hettinger
2009-02-03
1
-0/+10
*
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Raymond Hettinger
2009-02-02
1
-0/+31
*
Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
Guilherme Polo
2009-02-01
1
-1/+7
*
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
Gregory P. Smith
2009-01-31
1
-6/+30
*
Add an extra test for long <-> float hash equivalence.
Mark Dickinson
2009-01-31
1
-0/+1
*
check the errno in bad fd cases
Benjamin Peterson
2009-01-31
1
-2/+8
*
make _tkinter._flatten check the result of PySequence_Size for errors #3880
Benjamin Peterson
2009-01-30
1
-1/+10
[next]