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
*
Add a test for the insertion of user-provided ADD_INFO records.
Fred Drake
2001-10-29
1
-2/+12
*
Use sendall() in the stream test instead of send().
Guido van Rossum
2001-10-29
1
-1/+1
*
Test sendall().
Guido van Rossum
2001-10-29
1
-1/+1
*
added finditer sanity check
Fredrik Lundh
2001-10-28
1
-0/+11
*
dictionary() constructor:
Tim Peters
2001-10-27
1
-4/+4
*
dict_constructor(): The last test was passing for the wrong reason (it
Tim Peters
2001-10-26
1
-1/+1
*
Generalize dictionary() to accept a sequence of 2-sequences. At the
Tim Peters
2001-10-26
1
-8/+43
*
Allow assignment to newinstance.__dict__.
Guido van Rossum
2001-10-26
1
-0/+26
*
A fix for SF bug #472560, extra newlines returned by get_param() when
Barry Warsaw
2001-10-25
2
-0/+50
*
Applying proposed patch for bug #474583, optional support for
Barry Warsaw
2001-10-25
1
-0/+12
*
Ignore the posixfile deprecation warning for the test suite.
Fred Drake
2001-10-25
1
-0/+3
*
SF patch #474590 -- RISC OS support
Guido van Rossum
2001-10-24
15
-70/+118
*
test_curses is an expected skip on Linux too.
Guido van Rossum
2001-10-23
1
-0/+1
*
Record that test_curses doesn't run on win32.
Tim Peters
2001-10-22
1
-0/+1
*
Fixed denial-of-weak-ref-support test; Jeremy changed the error message
Fred Drake
2001-10-22
1
-1/+1
*
Patch #473187: Add a test script that exercises most of the functions in
Andrew M. Kuchling
2001-10-22
2
-1/+214
*
sre.split should return the last segment, even if empty
Fredrik Lundh
2001-10-22
1
-0/+1
*
Fix for SF bug #472940: can't getattr() attribute shown by dir()
Guido van Rossum
2001-10-22
1
-5/+5
*
Methods of built-in types now properly check for keyword arguments
Guido van Rossum
2001-10-22
1
-0/+9
*
sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity
Fredrik Lundh
2001-10-21
1
-0/+20
*
added tests for long ints and ints where they are > 32 bits.
Skip Montanaro
2001-10-19
1
-0/+14
*
Additional test and documentation for the unicode() changes.
Marc-André Lemburg
2001-10-19
2
-21/+62
*
Another merge from mimelib:
Barry Warsaw
2001-10-19
1
-0/+27
*
Another email package test file
Barry Warsaw
2001-10-19
1
-0/+22
*
Assume a 64-bit start and len if O_LARGEFILE is available.
Martin v. Löwis
2001-10-18
1
-1/+8
*
Whitespace normalization.
Tim Peters
2001-10-18
9
-12/+8
*
The assignment to result.st_rdev can raise AttributeError as well as
Guido van Rossum
2001-10-18
1
-1/+1
*
SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
Guido van Rossum
2001-10-18
1
-2/+119
*
SF bug [#472347] pydoc and properties.
Tim Peters
2001-10-18
1
-0/+31
*
Do not expect line number events when running under "python -O".
Fred Drake
2001-10-18
1
-0/+3
*
SRE bug #441409:
Fredrik Lundh
2001-10-18
1
-0/+6
*
Add a test for calling a weakref proxy with a dictionary of keyword args.
Fred Drake
2001-10-18
1
-0/+3
*
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
Guido van Rossum
2001-10-18
2
-0/+30
*
Make sure we do not core dump when using proxies with the binary slot
Fred Drake
2001-10-18
1
-0/+8
*
Add test for local assigned to only in a nested list comp
Jeremy Hylton
2001-10-18
2
-0/+19
*
Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)
Guido van Rossum
2001-10-18
1
-0/+12
*
Add trivial test cases for RAND_add() and RAND_status().
Jeremy Hylton
2001-10-18
1
-1/+15
*
Two merges from the mimelib project:
Barry Warsaw
2001-10-17
1
-0/+34
*
Make sure the output lists are sorted, even if run with -r.
Jeremy Hylton
2001-10-17
1
-0/+6
*
[ #403753 ] zlib decompress; uncontrollable memory usage
Jeremy Hylton
2001-10-16
2
-0/+33
*
SF bug [#468061] __str__ ignored in str subclass.
Tim Peters
2001-10-16
1
-0/+31
*
Remove obsolete __dynamic__ distinction.
Tim Peters
2001-10-15
1
-126/+8
*
Remove obsolete __dynamic__ distinction.
Tim Peters
2001-10-15
1
-74/+1
*
Remove obsolete __static__/__dynamic__ distinction.
Tim Peters
2001-10-15
1
-11/+3
*
Covert pickle tests to use unittest.
Jeremy Hylton
2001-10-15
5
-193/+294
*
Completely get rid of __dynamic__ and the corresponding
Guido van Rossum
2001-10-15
1
-53/+21
*
test_typed_subpart_iterator_default_type(): Test for when the message
Barry Warsaw
2001-10-15
1
-0/+18
*
Remove some unused imports.
Fred Drake
2001-10-13
1
-4/+17
*
You can't unlink open files on Windows.
Tim Peters
2001-10-13
1
-1/+1
*
A most trivial test for HotShot -- make sure we get reasonable events
Fred Drake
2001-10-12
1
-0/+81
[next]