Final head of the former 2.2 branch
- 885fe06 Add extra SHA tests by Andrew M. Kuchling · 19 years ago
- 20cf51c adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 22 years ago
- 0a8f299 Backport of rhettinger's funcobject.c 2.63, bugfix for SF bug 753451 by Anthony Baxter · 22 years ago
- d8fcbdd backport -uall,-resource stuff add sunos5 and hpux11 expected skips by Skip Montanaro · 22 years ago
- 8ebdd33 check getservbyname with several protocols, not just telnet by Skip Montanaro · 22 years ago
- b1ccf7f Backport 1.194: Add test for bug #751998. by Neal Norwitz · 22 years ago
- d2cd3ef Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 22 years ago
- be1eb0c crash_in_get_sf736892(): A test of SF 736892, forcing function to act by Barry Warsaw · 22 years ago
- 10b1cd9 Remove debug code from weakref_segfault(). by Guido van Rossum · 22 years ago
- 189a6c9 Add testcase for SF 742911. by Guido van Rossum · 22 years ago
- 39a8fdd The backport gets Fred's seal of approval: by Barry Warsaw · 22 years ago
- 826f68b Backport fix for SF bug 692776. by Jeremy Hylton · 22 years ago
- 6c75479 Backport fix for SF bug 734869 and sundry compiler cleanups. by Jeremy Hylton · 22 years ago
- 0ea0a18 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 22 years ago
- e163df1 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 22 years ago
- fa90c3e file_truncate(): Backported 2.3 code so that file.truncate(n) works on by Tim Peters · 22 years ago
- 2c29dae Patch #681152: Support escaped unicode characters in classes. Fixes 612074. by Martin v. Löwis · 22 years ago
- 8998a81 Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one. by Tim Peters · 22 years ago
- 1ac3849 Backporting new gc-vs-__del__ tests. These pass, but are restricted by Tim Peters · 22 years ago
- 44198f0 This was failing on Windows, due to various attempts to delete files by Tim Peters · 22 years ago
- 18711bc backport test skip for test_locale on Mac OS X by Skip Montanaro · 22 years ago
- ddf625b backport largefile resource requirement for Mac OSX by Skip Montanaro · 22 years ago
- 58d23ae SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 22 years ago
- c5f7778 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 22 years ago
- 3046177 Backport: by Guido van Rossum · 23 years ago
- 3281062 Backport SF #660455 fix. by Guido van Rossum · 23 years ago
- c31c0df Partial backport for changes to fix SF bug #678518 (assert & global). by Neal Norwitz · 23 years ago
- 5a245e4 backport: by Neal Norwitz · 23 years ago
- 025a0c6 backport: by Neal Norwitz · 23 years ago
- 89d08cb backport: Fix SF bug# 676155, RuntimeWarning with tp_compare by Neal Norwitz · 23 years ago
- fbaaab9 Backport: by Neal Norwitz · 23 years ago
- e4b5729 Backport Guido's checkins which disabled the bastion tests by Neal Norwitz · 23 years ago
- 3432961 Get the test to pass again by backporting Guido's checkin 1.173: by Neal Norwitz · 23 years ago
- 3813a21 backport: SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 23 years ago
- 134b9f0 Backport typeobject.c revision 2.201 plus associated tests from 2.3: by Guido van Rossum · 23 years ago
- 65b5e1f Backport MAL's patch for bug #659709: bogus computation of float length by Raymond Hettinger · 23 years ago
- 5a6c0b2 Add test for SF #658106. Will backport. by Neal Norwitz · 23 years ago
- ac4ff87 Fix typo in abstract.c which caused __rpow__ to not be invoked. by Raymond Hettinger · 23 years ago
- a715d8f Backport 1.72: Fix for bug #626172: crash using unicode latin1 single char by Neal Norwitz · 23 years ago
- 86411ea Backport 1.6->1.7: Skip the test_nocaret test when running as jython. by Finn Bock · 23 years ago
- 4286c9f Backport 1.8->1.9: Make the test pass for jython where there are no by Finn Bock · 23 years ago
- 4de21e1 Fix SF # 631066, running regrtest in user mode fails by Neal Norwitz · 23 years ago
- 551a156 Patch #631972: Adds an is_jython flag. by Finn Bock · 23 years ago
- 96a8530 Backport: Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman by Neal Norwitz · 23 years ago
- dacbafb Backporting urlparse.py:1.34, test_urlparse.py:1.8: by Guido van Rossum · 23 years ago
- efe39e5 Use \n as line separator in stead of \r\n, which causes problems in MacPython 2.2. by Jack Jansen · 23 years ago
- db48b27 Backport of 1.7: by Jack Jansen · 23 years ago
- f8e943f The list(xrange(sys.maxint / 4)) test. Changed 4 to 2. by Tim Peters · 23 years ago
- aff84f7 Fix some code that was added to the r22-maint branch to allow it to work with by Fred Drake · 23 years ago
- 0df0b42 Backport, at the reqest of Kevin Jacobs: by Guido van Rossum · 23 years ago
- d1bb755 Backport: by Michael W. Hudson · 23 years ago
- cec1254 This has no hope of working under -O. Skip it then instead of failing. by Tim Peters · 23 years ago
- e40add4 Whitespace normalization. by Tim Peters · 23 years ago
- 7034f69 Aargh! The 2.3 version of this file requires "from test.test_support by Guido van Rossum · 23 years ago
- 19cb870 Backport: by Guido van Rossum · 23 years ago
- 18ff795 Backporting of email 2.4 from Python 2.3. Many newly added modules, by Barry Warsaw · 23 years ago
- 8b66d77 Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 23 years ago
- c74deb3 Patch #615069: Fix build problems on SCO Open Server 5. by Martin v. Löwis · 23 years ago
- e931387 Allow internal whitespace in keys. Closes SF bug #583248. by Fred Drake · 23 years ago
- 37c0f6b has_option(): Use the option name transform consistently. by Fred Drake · 23 years ago
- c2de205 Remove unused output file. by Fred Drake · 23 years ago
- 2abf167 Backport patches for versions 1.33, 1.35, and 1.36 from the trunk: by Fred Drake · 23 years ago
- 6a09556 Fix for PyXML bug #563399, as much as we can implement without relying on by Fred Drake · 23 years ago
- bd1ac01 Backport: by Neal Norwitz · 23 years ago
- fb54405 Replaced this with the 2.3 test_mmap, which contains Windows-specific by Tim Peters · 23 years ago
- d75b7e1 Regenerate test_unicodedata output after the change to the UTF-8 codec. by Marc-André Lemburg · 23 years ago
- 1e616dc Backport the UTF-8 codec from 2.3 and add a work-around to let the by Marc-André Lemburg · 23 years ago
- e1a31e0 backport theller's checkin of revision 1.3 of test_marshal.py by Michael W. Hudson · 23 years ago
- bd5ba4b Finish up the random fixes that Raymond started yesterday. by Michael W. Hudson · 23 years ago
- fb3a921 Backport 1.51 and 1.54 from trunk. by Guido van Rossum · 23 years ago
- a985855 Backport 1.56 and 1.68 from trunk: by Guido van Rossum · 23 years ago
- 39a8654 Backport 1.96 from trunk (because I want Xenofarm to test 2.2.2): by Guido van Rossum · 23 years ago
- edf6610 backport bwarsaw's checkin of revision 1.17 of test_rfc822.py by Michael W. Hudson · 23 years ago
- bd40bbe This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
- bfff5a7 Try to get test to pass on Windows by Neal Norwitz · 23 years ago
- df4626f Backport of SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 23 years ago
- f2a62c3 backport gvanrossum's checkin of revision 1.19 of test_weakref.py by Michael W. Hudson · 23 years ago
- bb580d3 backport montanaro's checkin of revision 1.9 of test_gzip.py by Michael W. Hudson · 23 years ago
- caa2764 backport gvanrossum's checkin of revision 1.22 of test_fcntl.py by Michael W. Hudson · 23 years ago
- 94da31b backport tim_one's checkin of revision 1.21 of test_mmap.py by Michael W. Hudson · 23 years ago
- 96303ce Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 23 years ago
- 4c7e202 A trip down memory lane. Barry checked in this test with 2.3-style by Tim Peters · 23 years ago
- 0c25da5 Backport of fix for SF bug #595671 from Python 2.3cvs: by Barry Warsaw · 23 years ago
- 3218fa4 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 23 years ago
- f75ba0b Backport: by Guido van Rossum · 23 years ago
- ef84b97 Use sys.executable to run Python, as suggested by Neal Norwitz. by Tim Peters · 23 years ago
- a01421b The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 23 years ago
- b7eda1d Backport: by Guido van Rossum · 23 years ago
- fde8aca Update output for new tests. by Jeremy Hylton · 23 years ago
- 799e99b Backport changes. by Jeremy Hylton · 23 years ago
- f460e9b subtype_resurrection(): Removed unused import. by Tim Peters · 23 years ago
- a17fb2c subtype_resurrection(): The test suite with -l properly reported the by Tim Peters · 23 years ago
- 7b63f46 Repaired optimistic comment in new test. by Tim Peters · 23 years ago
- 8156b90 Attempting to resurrect a dying instance of a new-style class in a by Tim Peters · 23 years ago
- feb7d02 Track change of begin() to _begin(). by Jeremy Hylton · 23 years ago
- d605adf Fix SF Bug 572567: Memory leak in object comparison by Raymond Hettinger · 23 years ago
- 29cb1d7 Test for the bug in recurse_down_subclasses() that I just fixed. by Guido van Rossum · 23 years ago
- a9d29fe Backport: by Guido van Rossum · 23 years ago
- 76c63a4 Backport 1.15: by Guido van Rossum · 23 years ago
- 9d21cd7 Backport: by Guido van Rossum · 23 years ago