| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backporting urlparse.py:1.34, test_urlparse.py:1.8: | Guido van Rossum | 2002-10-14 | 1 | -0/+5 |
|
|
| * | Use \n as line separator in stead of \r\n, which causes problems in MacPython... | Jack Jansen | 2002-10-10 | 2 | -10/+10 |
|
|
| * | Backport of 1.7: | Jack Jansen | 2002-10-10 | 1 | -4/+4 |
|
|
| * | The | Tim Peters | 2002-10-08 | 1 | -1/+1 |
|
|
| * | Fix some code that was added to the r22-maint branch to allow it to work with | Fred Drake | 2002-10-08 | 2 | -1/+68 |
|
|
| * | Backport, at the reqest of Kevin Jacobs: | Guido van Rossum | 2002-10-07 | 1 | -0/+22 |
|
|
| * | Backport: | Michael W. Hudson | 2002-10-07 | 1 | -0/+16 |
|
|
| * | This has no hope of working under -O. Skip it then instead of failing. | Tim Peters | 2002-10-07 | 1 | -0/+3 |
|
|
| * | Whitespace normalization. | Tim Peters | 2002-10-07 | 10 | -24/+22 |
|
|
| * | Aargh! The 2.3 version of this file requires "from test.test_support | Guido van Rossum | 2002-10-06 | 1 | -1/+1 |
|
|
| * | Backport: | Guido van Rossum | 2002-10-06 | 1 | -2/+4 |
|
|
| * | Backporting of email 2.4 from Python 2.3. Many newly added modules, | Barry Warsaw | 2002-10-04 | 2 | -1124/+11 |
|
|
| * | Fix for the recursion_level bug Armin Rigo reported in sf | Michael W. Hudson | 2002-10-02 | 1 | -0/+216 |
|
|
| * | Patch #615069: Fix build problems on SCO Open Server 5. | Martin v. Löwis | 2002-09-30 | 1 | -1/+58 |
|
|
| * | Allow internal whitespace in keys. | Fred Drake | 2002-09-27 | 1 | -0/+6 |
|
|
| * | has_option(): Use the option name transform consistently. | Fred Drake | 2002-09-26 | 1 | -0/+5 |
|
|
| * | Remove unused output file. | Fred Drake | 2002-09-26 | 1 | -217/+0 |
|
|
| * | Backport patches for versions 1.33, 1.35, and 1.36 from the trunk: | Fred Drake | 2002-09-26 | 1 | -25/+24 |
|
|
| * | Fix for PyXML bug #563399, as much as we can implement without relying on | Fred Drake | 2002-09-26 | 1 | -1/+1 |
|
|
| * | Backport: | Neal Norwitz | 2002-09-25 | 2 | -0/+6 |
|
|
| * | Replaced this with the 2.3 test_mmap, which contains Windows-specific | Tim Peters | 2002-09-24 | 1 | -7/+18 |
|
|
| * | Regenerate test_unicodedata output after the change to the UTF-8 codec. | Marc-André Lemburg | 2002-09-24 | 1 | -1/+1 |
|
|
| * | Backport the UTF-8 codec from 2.3 and add a work-around to let the | Marc-André Lemburg | 2002-09-24 | 1 | -12/+33 |
|
|
| * | backport theller's checkin of | Michael W. Hudson | 2002-09-24 | 1 | -0/+3 |
|
|
| * | Finish up the random fixes that Raymond started yesterday. | Michael W. Hudson | 2002-09-24 | 1 | -1/+1 |
|
|
| * | Backport 1.51 and 1.54 from trunk. | Guido van Rossum | 2002-09-23 | 1 | -10/+21 |
|
|
| * | Backport 1.56 and 1.68 from trunk: | Guido van Rossum | 2002-09-23 | 1 | -0/+21 |
|
|
| * | Backport 1.96 from trunk (because I want Xenofarm to test 2.2.2): | Guido van Rossum | 2002-09-23 | 1 | -0/+7 |
|
|
| * | backport bwarsaw's checkin of | Michael W. Hudson | 2002-09-23 | 1 | -0/+9 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-09-22 | 1 | -0/+66 |
|
|
| * | Try to get test to pass on Windows | Neal Norwitz | 2002-09-07 | 1 | -1/+2 |
|
|
| * | Backport of SF bug # 585792, Invalid mmap crashes Python interpreter | Neal Norwitz | 2002-09-05 | 2 | -0/+17 |
|
|
| * | backport gvanrossum's checkin of | Michael W. Hudson | 2002-08-23 | 1 | -0/+11 |
|
|
| * | backport montanaro's checkin of | Michael W. Hudson | 2002-08-23 | 1 | -1/+5 |
|
|
| * | backport gvanrossum's checkin of | Michael W. Hudson | 2002-08-23 | 1 | -1/+1 |
|
|
| * | backport tim_one's checkin of | Michael W. Hudson | 2002-08-23 | 1 | -0/+2 |
|
|
| * | Fix some endcase bugs in unicode rfind()/rindex() and endswith(). | Guido van Rossum | 2002-08-20 | 1 | -0/+6 |
|
|
| * | A trip down memory lane. Barry checked in this test with 2.3-style | Tim Peters | 2002-08-19 | 2 | -9/+1 |
|
|
| * | Backport of fix for SF bug #595671 from Python 2.3cvs: | Barry Warsaw | 2002-08-15 | 1 | -0/+8 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-08-15 | 3 | -0/+83 |
|
|
| * | Backport: | Guido van Rossum | 2002-08-01 | 1 | -4/+11 |
|
|
| * | Use sys.executable to run Python, as suggested by Neal Norwitz. | Tim Peters | 2002-07-17 | 1 | -2/+3 |
|
|
| * | The atexit module effectively turned itself off if sys.exitfunc already | Tim Peters | 2002-07-16 | 2 | -15/+48 |
|
|
| * | Backport: | Guido van Rossum | 2002-07-12 | 1 | -13/+0 |
|
|
| * | Update output for new tests. | Jeremy Hylton | 2002-07-12 | 1 | -0/+5 |
|
|
| * | Backport changes. | Jeremy Hylton | 2002-07-12 | 1 | -5/+33 |
|
|
| * | subtype_resurrection(): Removed unused import. | Tim Peters | 2002-07-11 | 1 | -1/+0 |
|
|
| * | subtype_resurrection(): The test suite with -l properly reported the | Tim Peters | 2002-07-11 | 1 | -2/+13 |
|
|
| * | Repaired optimistic comment in new test. | Tim Peters | 2002-07-11 | 1 | -3/+2 |
|
|
| * | Attempting to resurrect a dying instance of a new-style class in a | Tim Peters | 2002-07-11 | 1 | -0/+21 |
|
|