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
...
*
sys.platform on Mac OS X is now "darwin", without any version number appended.
Jack Jansen
2001-12-05
2
-2/+2
*
Fix SF bug #489581: __slots__ leak.
Guido van Rossum
2001-12-05
1
-0/+34
*
At the PythonLabs meeting someone mentioned it would make Jim really
Guido van Rossum
2001-12-05
1
-6/+1
*
Change new tests to use integer division (// instead of /).
Tim Peters
2001-12-05
1
-3/+3
*
SF bug #488480: integer multiply to return -max_int-1.
Tim Peters
2001-12-04
1
-0/+26
*
Fix SF bug #486144: Uninitialized __slot__ vrbl is None.
Guido van Rossum
2001-12-04
1
-5/+7
*
unpack_iterable(): Add a missing DECREF in an error case. Reported by
Guido van Rossum
2001-12-03
1
-0/+23
*
Add a test that makes sure unclosed entity references are handled consitently.
Fred Drake
2001-12-03
1
-0/+6
*
Fix of SF bug #475877 (Mutable subtype instances are hashable).
Guido van Rossum
2001-12-03
1
-0/+24
*
Address SF patch #480716 as well as related issues.
Guido van Rossum
2001-12-03
1
-1/+51
*
Added tests expected to be skipped on Mac OS X.
Jack Jansen
2001-12-02
1
-0/+21
*
Whitespace normalization.
Tim Peters
2001-12-01
1
-1/+0
*
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
Jack Jansen
2001-11-30
1
-0/+1
*
Adding test for Unicode repr()-output.
Marc-André Lemburg
2001-11-28
1
-0/+15
*
__format(): Applied SF patch #482003 by Skip to fix multiline dict
Barry Warsaw
2001-11-28
1
-0/+19
*
test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch:
Barry Warsaw
2001-11-27
1
-3/+4
*
- Change all remaining assertions into verify() and vereq() calls.
Guido van Rossum
2001-11-24
1
-14/+42
*
Fix for bug #438164: %-formatting using Unicode objects.
Marc-André Lemburg
2001-11-20
1
-4/+1
*
Fix for bug #480188: printing unicode objects
Marc-André Lemburg
2001-11-20
2
-0/+26
*
test_formatdate(): Remove the unnecessary ldate calculation.
Barry Warsaw
2001-11-19
1
-3/+6
*
test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First,
Barry Warsaw
2001-11-19
1
-17/+16
*
test_formatdate(): A test that has a mild hope of working on Mac,
Barry Warsaw
2001-11-18
1
-1/+11
*
More simple test cases for mixed classic+new multiple inheritance.
Tim Peters
2001-11-14
1
-0/+35
*
Changing diapers reminded Guido that he wanted to allow for some measure
Tim Peters
2001-11-14
1
-8/+47
*
Removed print that executes only on Unix boxes; that made it impossible
Tim Peters
2001-11-13
1
-2/+2
*
CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.
Tim Peters
2001-11-13
2
-13/+138
*
Don't munge __debug__ and leave it that way.
Jeremy Hylton
2001-11-13
1
-0/+2
*
Whitespace normalization.
Tim Peters
2001-11-13
3
-5/+4
*
A specific test for bug #481221, getaddrlist() failing on long
Barry Warsaw
2001-11-13
1
-0/+8
*
Committing the second part of patch #480902, an improved test suite
Barry Warsaw
2001-11-13
1
-31/+66
*
Add tests for bug #478115, parsedate_tz() IndexError when a Date:
Barry Warsaw
2001-11-13
2
-0/+11
*
getnameinfo() appears to raise socket.error instead of
Barry Warsaw
2001-11-09
1
-1/+1
*
Fix SF buf #480096: Assign to __debug__ still allowed
Jeremy Hylton
2001-11-09
1
-1/+0
*
Fix SF buf #480096: Assign to __debug__ still allowed
Jeremy Hylton
2001-11-09
1
-1/+13
*
Fiddle with new test cases -- verify that we get a sensible error
Jeremy Hylton
2001-11-09
1
-4/+7
*
test_formatdate(): Dang. Typo.
Barry Warsaw
2001-11-09
1
-1/+1
*
test_formatdate(): Don't do the localtime test if we don't have
Barry Warsaw
2001-11-09
1
-10/+12
*
test_formatdate(): A test for email.Utils.formatdate().
Barry Warsaw
2001-11-09
1
-0/+16
*
Fix SF buf #476953: Bad more for opening file gives bad msg.
Jeremy Hylton
2001-11-09
1
-0/+11
*
Add a regression test for SF bug #478536: If a value cannot be weakly
Fred Drake
2001-11-06
1
-1/+5
*
A couple more test cases to ensure join() doesn't add an "extra" backslash
Tim Peters
2001-11-05
1
-0/+2
*
SF bug 478425: Change in os.path.join (ntpath.py)
Tim Peters
2001-11-05
1
-0/+8
*
Add regression test for SF bug #476616 -- make sure copy of a derived class
Fred Drake
2001-11-05
1
-0/+4
*
Correct getnameinfo refcounting and tuple parsing. Fixes #476648.
Martin v. Löwis
2001-11-02
1
-0/+14
*
[Patch #477336] Add an extensive PyUnit based testsuite for the hmac
Andrew M. Kuchling
2001-11-02
1
-1/+108
*
[Patch #476612] Add test suite for PEP247 compliance
Andrew M. Kuchling
2001-11-02
1
-0/+50
*
Fix comment typo
Andrew M. Kuchling
2001-11-02
1
-1/+1
*
Huh. In an effort to be less thorough <wink>, seems I checked in a new
Tim Peters
2001-10-31
1
-1/+1
*
Fix bad bug in structseq slicing (NULL pointers in result). Reported by
Tim Peters
2001-10-30
3
-5/+21
*
Whitespace normalization.
Tim Peters
2001-10-30
2
-2/+2
[prev]
[next]