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
*
There's no good reason for datetime objects to expose __getstate__()
Tim Peters
2003-02-01
1
-12/+0
*
Neaten ref count test.
Raymond Hettinger
2003-02-01
1
-1/+1
*
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
Tim Peters
2003-02-01
1
-2/+0
*
Move itertools module from the sandbox and into production.
Raymond Hettinger
2003-02-01
1
-0/+158
*
Changed the tests to stop using __setstate__(). __setstate__() no
Tim Peters
2003-01-31
1
-65/+31
*
Provide __module__ attributes for functions defined in C and Python.
Jeremy Hylton
2003-01-31
1
-0/+4
*
Change the treatment of positions returned by PEP293
Walter Dörwald
2003-01-31
1
-22/+74
*
Change the approach to pickling to use __reduce__ everywhere. Most
Guido van Rossum
2003-01-30
1
-53/+49
*
pickle.py has a few doctest'ed internal functions, so run their tests.
Tim Peters
2003-01-30
1
-0/+1
*
Check whether the choosen encoding requires byte swapping
Walter Dörwald
2003-01-30
1
-10/+14
*
Implement appropriate __getnewargs__ for all immutable subclassable builtin
Guido van Rossum
2003-01-29
2
-7/+57
*
- The mac-specific tests should also be run on darwin.
Jack Jansen
2003-01-29
1
-1/+2
*
Teach the parsermodule about floor division. Fixes
Michael W. Hudson
2003-01-29
1
-0/+5
*
Moved aepack test code to the test suite.
Jack Jansen
2003-01-29
1
-0/+84
*
Test all three EXT opcodes, and move these tests into
Guido van Rossum
2003-01-29
1
-0/+61
*
Expect test_macostools and test_macfs to get skipped whenever
Tim Peters
2003-01-29
1
-24/+8
*
Test aliases too.
Jack Jansen
2003-01-28
1
-1/+20
*
Temporary hacks to arrange that the pickle tests relying on protocol 2
Tim Peters
2003-01-28
2
-3/+13
*
Renamed "bin" arguments to "proto". Note that this test currently
Tim Peters
2003-01-28
1
-6/+6
*
Add a test for a list subclass with a __dict__ as well as slots.
Guido van Rossum
2003-01-28
1
-0/+17
*
Finally created the first two tests for MacPython modules: macfs and
Jack Jansen
2003-01-28
2
-0/+138
*
Comment out a test that was anticipating SF patch 661536 -- but that
Guido van Rossum
2003-01-28
1
-6/+6
*
The default __reduce__ on the base object type obscured any
Guido van Rossum
2003-01-28
1
-23/+14
*
Fix SF bug# 676155, RuntimeWarning with tp_compare
Neal Norwitz
2003-01-28
2
-2/+5
*
Some experimental support for generating NEWOBJ with proto=2, and
Guido van Rossum
2003-01-28
1
-0/+39
*
Verify treatment of unary minus on negative numbers SF bug #660455.
Guido van Rossum
2003-01-28
1
-0/+7
*
OK, this is really the last one tonight!
Guido van Rossum
2003-01-28
1
-0/+7
*
Shouldn't test short tuples with all items equal -- one potential bug
Guido van Rossum
2003-01-28
1
-4/+4
*
More protocol 2: TUPLE1, TUPLE2, TUPLE3.
Guido van Rossum
2003-01-28
1
-0/+12
*
Rename 'bin' arg to 'proto'. Keep the default at 0 lest the tests
Guido van Rossum
2003-01-28
1
-4/+4
*
First baby steps towards implementing protocol 2: PROTO, LONG1 and LONG4.
Guido van Rossum
2003-01-28
1
-0/+14
*
Moving pickletools.py from the sandbox into the std library. I started
Tim Peters
2003-01-27
1
-0/+3
*
Repaired spelling of "test_iconv_codecs" in various expected-skip lists.
Tim Peters
2003-01-27
1
-3/+3
*
Fix comment typos
Walter Dörwald
2003-01-27
1
-3/+4
*
Patch #670715: Universal Unicode Codec for POSIX iconv.
Martin v. Löwis
2003-01-27
1
-0/+95
*
Test that True can be copied.
Martin v. Löwis
2003-01-26
1
-0/+4
*
Patch #670715: Universal Unicode Codec for POSIX iconv.
Martin v. Löwis
2003-01-26
1
-0/+3
*
Patch #636005: Filter unicode into unicode.
Martin v. Löwis
2003-01-25
1
-0/+6
*
Synchronize with PyXML's 1.33: Import missing modules.
Martin v. Löwis
2003-01-25
1
-3/+6
*
Merge PyXML 1.11-1.26:
Martin v. Löwis
2003-01-25
1
-24/+732
*
date and datetime comparison: when we don't know how to
Tim Peters
2003-01-24
1
-0/+38
*
A very minimal start to a test of the shutil module.
Barry Warsaw
2003-01-24
1
-0/+28
*
SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).
Tim Peters
2003-01-23
1
-1/+15
*
Reimplemented datetime.now() to be useful.
Tim Peters
2003-01-23
1
-2/+20
*
Fix for SF bug 661340: test_httplib fails on the mac.
Jeremy Hylton
2003-01-23
2
-41/+65
*
Bringing the code and test suite into line with doc and NEWS changes
Tim Peters
2003-01-23
1
-28/+90
*
Fix from Vinaj for the "writing to closed file" errors. SF 670390.
Guido van Rossum
2003-01-21
2
-11/+14
*
New rule for tzinfo subclasses handling both standard and daylight time:
Tim Peters
2003-01-20
1
-20/+27
*
Add comments and remove duplicate tests.
Walter Dörwald
2003-01-20
1
-26/+34
*
Port test_userdict.py to PyUnit. From SF patch #662807,
Walter Dörwald
2003-01-19
1
-193/+233
[next]