| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Add a bunch of tests for extended dict.update() where the argument is | Barry Warsaw | 2001-06-26 | 1 | -0/+70 |
|
|
* | SF bug #436207: "if 0: yield x" is ignored. | Tim Peters | 2001-06-26 | 1 | -7/+128 |
|
|
* | Teach the types module about generators. Thanks to James Althoff on the | Tim Peters | 2001-06-25 | 2 | -0/+25 |
|
|
* | Return self.trace_dispatch from dispatch_return() to enable stepping through ... | Just van Rossum | 2001-06-25 | 1 | -0/+1 |
|
|
* | Initial revision | Steven M. Gava | 2001-06-25 | 3 | -0/+435 |
|
|
* | Repair indentation in comment. | Tim Peters | 2001-06-25 | 1 | -2/+9 |
|
|
* | Changed some comments. Removed the caution about clearing globs, since | Tim Peters | 2001-06-24 | 1 | -3/+3 |
|
|
* | Clear the copy of the globs dict after running examples. This helps to | Tim Peters | 2001-06-24 | 1 | -5/+15 |
|
|
* | doctest systematically leaked memory when handling an exception in an | Tim Peters | 2001-06-24 | 1 | -1/+1 |
|
|
* | Added a "generate k-combinations of a list" example posted to c.l.py. | Tim Peters | 2001-06-24 | 1 | -1/+49 |
|
|
* | New tests to provoke SyntaxErrors unique to generators. Minor fiddling | Tim Peters | 2001-06-24 | 1 | -6/+85 |
|
|
* | doctest doesn't handle intentional SyntaxError exceptions gracefully, | Tim Peters | 2001-06-24 | 1 | -1/+1 |
|
|
* | Another variant of the 2-3-5 test, mixing generators with a LazyList class. | Tim Peters | 2001-06-24 | 1 | -0/+37 |
|
|
* | More tests. | Tim Peters | 2001-06-24 | 1 | -1/+68 |
|
|
* | Add a recursive Sieve of Eratosthenes prime generator. Not practical, | Tim Peters | 2001-06-23 | 1 | -1/+39 |
|
|
* | Add all the examples from PEP 255, and a few email examples. | Tim Peters | 2001-06-23 | 1 | -2/+183 |
|
|
* | New std test for generators, initially populated with doctests NeilS put | Tim Peters | 2001-06-23 | 1 | -0/+139 |
|
|
* | Add sha and _sre to the list of allowed built-in modules. | Fred Drake | 2001-06-22 | 1 | -1/+1 |
|
|
* | Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into | Tim Peters | 2001-06-21 | 1 | -0/+53 |
|
|
* | Add a bunch of sample strings to test soft line breaks of varying end | Barry Warsaw | 2001-06-19 | 1 | -1/+28 |
|
|
* | encode(): Fixed the handling of soft line breaks for lines over 76 | Barry Warsaw | 2001-06-19 | 1 | -14/+12 |
|
|
* | - _filename_to_abs() didn't cater for .. components in the pathname. Fixed. | Jack Jansen | 2001-06-19 | 1 | -1/+14 |
|
|
* | The test used int(time.time()) to get a random number, but this doesn't work ... | Jack Jansen | 2001-06-19 | 1 | -1/+1 |
|
|
* | An import MacOS was missing after the code-rearranging. Added. | Jack Jansen | 2001-06-19 | 1 | -0/+1 |
|
|
* | Test by Martin v. Loewis for the new UTF-16 codec handling of BOM | Marc-André Lemburg | 2001-06-19 | 1 | -0/+25 |
|
|
* | This patch by Martin v. Loewis changes the UTF-16 codec to only | Marc-André Lemburg | 2001-06-19 | 1 | -3/+33 |
|
|
* | Fixed -D emulation for symbols with a value, as specified with the define_mac... | Just van Rossum | 2001-06-19 | 1 | -1/+1 |
|
|
* | A unittest-based test for the quopri module. | Barry Warsaw | 2001-06-19 | 1 | -0/+112 |
|
|
* | Better support for RFC 1521 quoted-printable specification, along with | Barry Warsaw | 2001-06-19 | 1 | -25/+77 |
|
|
* | Updated keyword.py for "yield". | Tim Peters | 2001-06-19 | 1 | -0/+1 |
|
|
* | Somebody checked this in w/ an ambiguous tab/space mix (reported by | Tim Peters | 2001-06-18 | 1 | -5/+5 |
|
|
* | Added "i" and "l" to the list of std-mode struct codes that don't range- | Tim Peters | 2001-06-18 | 1 | -1/+4 |
|
|
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 4 | -113/+49 |
|
|
* | SF bug 434186: 0x80000000/2 != 0x80000000>>1 | Tim Peters | 2001-06-18 | 1 | -0/+7 |
|
|
* | Fix SF bug #433904 (Alex Martelli) - all s_* methods return None only. | Guido van Rossum | 2001-06-18 | 1 | -6/+7 |
|
|
* | Patch #413171: Implement get, setdefault, update in terms of | Martin v. Löwis | 2001-06-18 | 1 | -5/+7 |
|
|
* | SF patch #433619, by Michel Pelletier: | Guido van Rossum | 2001-06-17 | 1 | -0/+7 |
|
|