| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Synchronize with 1.13 of PyXML: | Martin v. Löwis | 2001-06-17 | 1 | -6/+28 |
|
|
* | Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ). | Tim Peters | 2001-06-13 | 1 | -158/+202 |
|
|
* | The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. | Tim Peters | 2001-06-13 | 1 | -0/+6 |
|
|
* | Add new built-in 'help' which invokes pydoc.help (with a twist). | Guido van Rossum | 2001-06-12 | 1 | -0/+14 |
|
|
* | Added q/Q standard (x-platform 8-byte ints) mode in struct module. | Tim Peters | 2001-06-12 | 1 | -6/+165 |
|
|
* | Renamed some stuff to tell the truth about what it does. | Tim Peters | 2001-06-10 | 1 | -4/+4 |
|
|
* | Initial support for 'q' and 'Q' struct format codes: for now, only in | Tim Peters | 2001-06-10 | 1 | -10/+47 |
|
|
* | SF bug 431772: traceback.print_exc() causes traceback | Tim Peters | 2001-06-10 | 1 | -13/+14 |
|
|
* | SF bug 430991: wrong co_lnotab | Tim Peters | 2001-06-09 | 1 | -17/+14 |
|
|
* | Patch #424475: Speed-up tp_compare usage, by special-casing the common | Martin v. Löwis | 2001-06-09 | 1 | -1/+1 |
|
|
* | Performance improvements to the profiler: | Fred Drake | 2001-06-08 | 1 | -57/+93 |
|
|
* | Patch #429957: Add support for cp1140, which is identical to cp037, | Martin v. Löwis | 2001-06-07 | 2 | -0/+50 |
|
|
* | check in for patch #430846 | Peter Schneider-Kamp | 2001-06-07 | 1 | -10/+6 |
|
|
* | Previous check-in was by mistake, undo it. | Martin v. Löwis | 2001-06-07 | 1 | -1/+3 |
|
|
* | Patch #416220: Fix misplaced paren. | Martin v. Löwis | 2001-06-07 | 2 | -4/+2 |
|
|
* | Patch #409973: Speedup glob.glob, add fnmatch.filter. | Martin v. Löwis | 2001-06-06 | 2 | -7/+26 |
|
|
* | Fix bug #422702: Make flag argument to open optional, and document it that way. | Martin v. Löwis | 2001-06-05 | 1 | -1/+1 |
|
|
* | Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order. | Martin v. Löwis | 2001-06-05 | 1 | -1/+2 |
|
|
* | Convert the parser module test to use PyUnit. | Fred Drake | 2001-06-04 | 2 | -300/+212 |
|
|
* | Add some useful Windows encodings - patch #423221. | Mark Hammond | 2001-06-04 | 1 | -0/+5 |
|
|
* | Implement testGetElementsByTagNameNS. | Martin v. Löwis | 2001-06-03 | 2 | -1/+9 |
|
|
* | Fix getElementsByTagNameNS: | Martin v. Löwis | 2001-06-03 | 1 | -3/+7 |
|
|
* | lookdict: stop more insane core-dump mutating comparison cases. Should | Tim Peters | 2001-06-03 | 1 | -0/+68 |
|
|
* | Fix comment. | Tim Peters | 2001-06-02 | 1 | -1/+1 |
|
|
* | Coredumpers from Michael Hudson, mutating dicts while printing or | Tim Peters | 2001-06-02 | 1 | -1/+65 |
|
|
* | more public symbols for __all__ | Skip Montanaro | 2001-06-01 | 1 | -1/+6 |
|
|
* | This division test was too stringent in its accuracy expectations for | Tim Peters | 2001-05-29 | 1 | -4/+4 |
|
|
* | BadDictKey test: The output file expected "raising error" to be printed | Tim Peters | 2001-05-29 | 1 | -1/+10 |
|
|
* | runtest(): When generating output, if the result is a single line with the | Fred Drake | 2001-05-29 | 1 | -1/+19 |
|
|
* | The one-line output files are no longer needed, so do not keep them. | Fred Drake | 2001-05-29 | 1 | -1/+0 |
|
|