| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove now-unnecessary "from __future__ import nested_scopes" stmts. | Tim Peters | 2001-07-12 | 4 | -12/+7 |
|
|
* | py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization | Kurt B. Kaiser | 2001-07-12 | 1 | -2/+2 |
|
|
* | py-cvs-rel1_2 (Rev 1.4) merge, | Kurt B. Kaiser | 2001-07-12 | 1 | -2/+1 |
|
|
* | Actually remove directories from sys.path if they do not exist; the intent | Fred Drake | 2001-07-12 | 1 | -0/+4 |
|
|
* | Remove reference cycle breaking code. The GC now takes care of it. | Neil Schemenauer | 2001-07-12 | 1 | -7/+1 |
|
|
* | Test GC of frame objects. | Neil Schemenauer | 2001-07-12 | 1 | -0/+11 |
|
|
* | Make the test pass now that 10**-15 returns a float instead of raising | Guido van Rossum | 2001-07-12 | 1 | -3/+1 |
|
|
* | py-cvs merge, python 1.5.2 compatability | Steven M. Gava | 2001-07-12 | 1 | -2/+18 |
|
|
* | py-cvs merge, better error dialog | Steven M. Gava | 2001-07-12 | 1 | -3/+7 |
|
|
* | py-cvs merge, additions | Steven M. Gava | 2001-07-12 | 1 | -0/+6 |
|
|
* | py-cvs merge, correct indentation | Steven M. Gava | 2001-07-12 | 1 | -1/+1 |
|
|
* | py-cvs merge, correct typo | Steven M. Gava | 2001-07-12 | 1 | -2/+2 |
|
|
* | py-cvs merge, update colour changing info | Steven M. Gava | 2001-07-12 | 1 | -1/+2 |
|
|
* | PEP 250: Add lib/site-packages to sys.path on Windows; also sys.prefix | Tim Peters | 2001-07-12 | 1 | -3/+1 |
|
|
* | py-cvs merge, idle_dir loading changed | Steven M. Gava | 2001-07-12 | 1 | -1/+1 |
|
|
* | py-cvs merge, version update | Steven M. Gava | 2001-07-12 | 1 | -1/+1 |
|
|
* | SF patch #440170: Tests for fileinput module. | Tim Peters | 2001-07-11 | 2 | -1/+159 |
|
|
* | SF patch #440144: Tests and minor bugfix for uu module. | Tim Peters | 2001-07-11 | 2 | -1/+124 |
|
|
* | xmlrpclib for python 2.2; initial checkin | Fredrik Lundh | 2001-07-11 | 1 | -0/+934 |
|
|
* | SF patch #440144: Tests and minor bugfix for uu module | Tim Peters | 2001-07-11 | 1 | -1/+1 |
|
|
* | Initial revision | Kurt B. Kaiser | 2001-07-11 | 1 | -0/+157 |
|
|
* | Ported to Windows: | Guido van Rossum | 2001-07-10 | 1 | -5/+6 |
|
|
* | A test suite for SocketServer.py that exposes the various bugs just | Guido van Rossum | 2001-07-10 | 1 | -0/+161 |
|
|
* | IMPORTANT FIX: This should definitely go into the 2.1.1 release!!! | Guido van Rossum | 2001-07-10 | 1 | -6/+15 |
|
|
* | map re.sub() to string.replace(), when possible | Fredrik Lundh | 2001-07-08 | 1 | -12/+17 |
|
|
* | bug #436596 | Fredrik Lundh | 2001-07-06 | 1 | -2/+2 |
|
|
* | When reading a continuation line, make sure we still use the transformed | Fred Drake | 2001-07-06 | 2 | -1/+9 |
|
|
* | Allow underscores in tag names and quote characters in unquoted attribute | Fred Drake | 2001-07-05 | 1 | -2/+2 |
|
|
* | Rip out tests for xrange() features no longer supported. | Guido van Rossum | 2001-07-05 | 1 | -14/+0 |
|
|
* | Added a non-recursive implementation of conjoin(), and a Knight's Tour | unknown | 2001-07-04 | 1 | -2/+291 |
|
|
* | dummy checkin for testing, please ignore | unknown | 2001-07-04 | 1 | -1/+0 |
|
|
* | Fix for SF bug #425868. | unknown | 2001-07-04 | 1 | -3/+3 |
|
|
* | Clean up a bare except: clause. | unknown | 2001-07-04 | 1 | -1/+1 |
|
|
* | Clean up a bare except: clause. | unknown | 2001-07-04 | 1 | -1/+1 |
|
|
* | Make the implementations of getElementsByTagName() and | Fred Drake | 2001-07-04 | 1 | -11/+5 |
|
|
* | Only write out one blank line before the request data. | Fred Drake | 2001-07-04 | 2 | -3/+3 |
|
|
* | reapplied darryl gallion's minimizing repeat fix. I'm still not 100% | Fredrik Lundh | 2001-07-02 | 2 | -1/+3 |
|
|
* | added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x | Fredrik Lundh | 2001-07-02 | 2 | -12/+74 |
|
|
* | Avoid using os.path.normcase() on sys.path elements; doing so causes paths | Fred Drake | 2001-07-02 | 1 | -19/+22 |
|
|
* | Nuke hard tabs. | Tim Peters | 2001-07-02 | 3 | -244/+242 |
|
|
* | Whitespace normalization; the plat-riscos file didn't even get by | Tim Peters | 2001-07-02 | 1 | -6/+6 |
|
|
* | A clever union-find implementation from c.l.py, due to David Eppstein. | Tim Peters | 2001-07-02 | 1 | -0/+77 |
|
|
* | Derive an industrial-strength conjoin() via cross-recursion loop unrolling, | Tim Peters | 2001-06-30 | 1 | -9/+83 |
|
|
* | Turns out Neil didn't intend for *all* of his gen-branch work to get | Tim Peters | 2001-06-29 | 3 | -36/+51 |
|
|
* | Solve SF bug #231249: cgi.py opens too many (temporary) files. | Guido van Rossum | 2001-06-29 | 1 | -4/+12 |
|
|
* | Added a simple but general backtracking generator (conjoin), and a couple | Tim Peters | 2001-06-29 | 1 | -1/+162 |
|
|
* | Another "if 0:" hack, this time to complain about otherwise invisible | Tim Peters | 2001-06-28 | 1 | -0/+33 |
|
|
* | This no longer leaks memory when run in an infinite loop. However, | Tim Peters | 2001-06-27 | 1 | -81/+58 |
|
|
* | Encode surrogates in UTF-8 even for a wide Py_UNICODE. | Martin v. Löwis | 2001-06-27 | 1 | -2/+2 |
|
|
* | gen_getattr: make the gi_running and gi_frame members discoverable (but | Tim Peters | 2001-06-26 | 1 | -2/+22 |
|
|