summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* A workaround for the missing buffer() builtin in jython.Finn Bock2001-12-091-0/+6
* bug #133283, #477728, #483789, #490573Fredrik Lundh2001-12-092-3/+9
* test(): Avoid a UnboundLocalError when a method is missing from both the stringFinn Bock2001-12-091-0/+1
* Moved a print statement outside the jython platform test. OtherwiseFinn Bock2001-12-091-1/+1
* The initial patch #468662 was not applied quite verbatim. This should oneFinn Bock2001-12-091-1/+2
* Refcounting isn't available in Jython. Putting the jython test around it.Finn Bock2001-12-091-8/+9
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Enable support for jython:Finn Bock2001-12-081-4/+11
* Remove erroneous and confusing comment -- sre patterns *can* beGuido van Rossum2001-12-081-2/+2
* SF patch 490393: test___all__ and Jython; from Finn Bock.Tim Peters2001-12-071-3/+4
* I found that when run as a script, this test suite ran its testsGuido van Rossum2001-12-071-6/+6
* Align the number of %s with the number of format arguments.Finn Bock2001-12-071-2/+2
* Move import dbhash out of test_sundry and into test_bsddb,Guido van Rossum2001-12-072-1/+1
* Attribute nodes did not always get their ownerDocument and ownerElementFred Drake2001-12-062-0/+30
* SF bug #488514: -Qnew needs workTim Peters2001-12-062-6/+11
* Fix appendChild() and insertBefore() (and replaceChild() indirectly) whenFred Drake2001-12-062-0/+55
* sys.platform on Mac OS X is now "darwin", without any version number appended.Jack Jansen2001-12-052-2/+2
* Fix SF bug #489581: __slots__ leak.Guido van Rossum2001-12-051-0/+34
* At the PythonLabs meeting someone mentioned it would make Jim reallyGuido van Rossum2001-12-051-6/+1
* Change new tests to use integer division (// instead of /).Tim Peters2001-12-051-3/+3
* SF bug #488480: integer multiply to return -max_int-1.Tim Peters2001-12-041-0/+26
* Fix SF bug #486144: Uninitialized __slot__ vrbl is None.Guido van Rossum2001-12-041-5/+7
* unpack_iterable(): Add a missing DECREF in an error case. Reported byGuido van Rossum2001-12-031-0/+23
* Add a test that makes sure unclosed entity references are handled consitently.Fred Drake2001-12-031-0/+6
* Fix of SF bug #475877 (Mutable subtype instances are hashable).Guido van Rossum2001-12-031-0/+24
* Address SF patch #480716 as well as related issues.Guido van Rossum2001-12-031-1/+51
* Added tests expected to be skipped on Mac OS X.Jack Jansen2001-12-021-0/+21
* Whitespace normalization.Tim Peters2001-12-011-1/+0
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+1
* Adding test for Unicode repr()-output.Marc-André Lemburg2001-11-281-0/+15
* __format(): Applied SF patch #482003 by Skip to fix multiline dictBarry Warsaw2001-11-281-0/+19
* test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch:Barry Warsaw2001-11-271-3/+4
* - Change all remaining assertions into verify() and vereq() calls.Guido van Rossum2001-11-241-14/+42
* Fix for bug #438164: %-formatting using Unicode objects.Marc-André Lemburg2001-11-201-4/+1
* Fix for bug #480188: printing unicode objectsMarc-André Lemburg2001-11-202-0/+26
* test_formatdate(): Remove the unnecessary ldate calculation.Barry Warsaw2001-11-191-3/+6
* test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First,Barry Warsaw2001-11-191-17/+16
* test_formatdate(): A test that has a mild hope of working on Mac,Barry Warsaw2001-11-181-1/+11
* More simple test cases for mixed classic+new multiple inheritance.Tim Peters2001-11-141-0/+35
* Changing diapers reminded Guido that he wanted to allow for some measureTim Peters2001-11-141-8/+47
* Removed print that executes only on Unix boxes; that made it impossibleTim Peters2001-11-131-2/+2
* CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.Tim Peters2001-11-132-13/+138
* Don't munge __debug__ and leave it that way.Jeremy Hylton2001-11-131-0/+2
* Whitespace normalization.Tim Peters2001-11-133-5/+4
* A specific test for bug #481221, getaddrlist() failing on longBarry Warsaw2001-11-131-0/+8
* Committing the second part of patch #480902, an improved test suiteBarry Warsaw2001-11-131-31/+66
* Add tests for bug #478115, parsedate_tz() IndexError when a Date:Barry Warsaw2001-11-132-0/+11
* getnameinfo() appears to raise socket.error instead ofBarry Warsaw2001-11-091-1/+1
* Fix SF buf #480096: Assign to __debug__ still allowedJeremy Hylton2001-11-091-1/+0
* Fix SF buf #480096: Assign to __debug__ still allowedJeremy Hylton2001-11-091-1/+13