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
*
Updated the sqlite3 module to the external pysqlite 2.2.2 version.
Gerhard Häring
2006-04-23
1
-2/+3
*
Update optparse to Optik 1.5.1.
Greg Ward
2006-04-23
1
-55/+145
*
Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside
Hye-Shik Chang
2006-04-22
11
-11/+0
*
Whitespace normalization.
Tim Peters
2006-04-22
1
-17/+17
*
Add Gregory K. Johnson's revised version of mailbox.py (funded by
Andrew M. Kuchling
2006-04-22
1
-14/+1658
*
Make copy of test_mailbox.py. We'll still want to check the backward
Andrew M. Kuchling
2006-04-22
1
-0/+120
*
SF bug #1473760 TempFile can hang on Windows.
Tim Peters
2006-04-21
2
-1/+62
*
Correct implementation and documentation of os.confstr. Add a simple test
Skip Montanaro
2006-04-20
1
-0/+5
*
SF Patch #1062014: AF_UNIX sockets under Linux have a special
Armin Rigo
2006-04-19
1
-0/+28
*
A dictresize() attack. If oldtable == mp->ma_smalltable then pure
Armin Rigo
2006-04-18
1
-0/+32
*
add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes.
Michael W. Hudson
2006-04-18
1
-0/+47
*
Whitespace normalization
Neal Norwitz
2006-04-18
1
-1/+1
*
Initial import of setuptools, with integrated tests.
Phillip J. Eby
2006-04-18
1
-0/+16
*
test_pyclbr goes nuts when a module contains code to try importing a class
Phillip J. Eby
2006-04-18
1
-0/+3
*
This patches fixes a number of byteorder problems in MacOSX specific code.
Ronald Oussoren
2006-04-17
1
-2/+2
*
Add a comment to explain why we are calling _cleanup()
Neal Norwitz
2006-04-17
1
-0/+2
*
Try to stop the test from leaking and yet still work on windows
Neal Norwitz
2006-04-17
1
-3/+2
*
Get test to consistently show no leaks
Neal Norwitz
2006-04-17
1
-1/+3
*
Make test_timeout not fail on systems with no dots in their fqdn.
Thomas Wouters
2006-04-16
1
-1/+1
*
Make test_warnings play nice with regrtest -R:: now that regrtest doesn't
Thomas Wouters
2006-04-16
1
-4/+4
*
Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as
Thomas Wouters
2006-04-16
1
-1/+2
*
This test no longer leaks, and test_generators sufficiently tests it to
Thomas Wouters
2006-04-16
1
-25/+0
*
Add missing DECREF to PyErr_WriteUnraisable(). That function reports
Thomas Wouters
2006-04-15
2
-21/+34
*
Consolidate 'leak_test1' and 'refleaks_tests', since they both test for the
Thomas Wouters
2006-04-15
1
-17/+15
*
Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to
Thomas Wouters
2006-04-15
1
-17/+6
*
Changed comments to make sense now that the LazyList-based
Tim Peters
2006-04-15
1
-4/+6
*
Fix SF#1470508: crash in generator cycle finalization. There were two
Phillip J. Eby
2006-04-15
1
-7/+0
*
Whitespace normalization.
Tim Peters
2006-04-14
1
-16/+16
*
Add a BufferedIncrementalEncoder class that can be used for implementing
Walter Dörwald
2006-04-14
1
-3/+70
*
Show case: reference cycles involving only the ob_type field are rather
Armin Rigo
2006-04-14
1
-0/+13
*
Call encode()/decode() with final==True as the last call in the
Walter Dörwald
2006-04-14
1
-0/+4
*
Copy note from leakers README here too. We want to keep all test cases.
Neal Norwitz
2006-04-14
1
-0/+5
*
Restore test tee with some modifications.
Neal Norwitz
2006-04-14
1
-0/+25
*
Move the old test_generator_cycle.py which leaked but was removed into the test
Neal Norwitz
2006-04-14
1
-0/+17
*
Update notes to address cyclic garbage and what should happen when a test is ...
Neal Norwitz
2006-04-14
1
-0/+13
*
When using -R, lots of "*** DocTestRunner.merge:" nuisance messages
Tim Peters
2006-04-13
1
-1/+3
*
Whitespace normalization.
Tim Peters
2006-04-13
1
-1/+1
*
Add a test for Py_ssize_t. Correct typo in getargs.c.
Georg Brandl
2006-04-13
1
-1/+18
*
test_compile can be really long if we are using -u compiler.
Neal Norwitz
2006-04-13
1
-2/+11
*
Remove tests that no longer leak. There is still one leaking generator test
Neal Norwitz
2006-04-13
3
-30/+19
*
tty isn't supported on all boxes.
Tim Peters
2006-04-13
1
-1/+6
*
reverting r45321: Patch #860326: traceback.format_exception_only() now
Anthony Baxter
2006-04-13
1
-21/+0
*
Patch #860326: traceback.format_exception_only() now prepends the
Georg Brandl
2006-04-12
1
-0/+21
*
Fixes bug #1117761
Gregory P. Smith
2006-04-12
1
-1/+1
*
Closes bug #1149413
Gregory P. Smith
2006-04-12
1
-1/+8
*
Update test_sundry. Many modules have now tests, but
Georg Brandl
2006-04-12
1
-36/+12
*
Patch #1463288: use a context manager to temporarily switch locales.
Walter Dörwald
2006-04-12
1
-2/+140
*
Add another little test to make sure we roundtrip multiple list comp ifs ok.
Neal Norwitz
2006-04-12
1
-0/+4
*
Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test
Thomas Wouters
2006-04-12
1
-0/+5
*
subclasspropagation(): Squash two more bogus hash(x) == id(x)
Tim Peters
2006-04-11
1
-2/+2
[next]