| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Variety of test cases for call to builtin functions | Jeremy Hylton | 2001-05-29 | 2 | -0/+126 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-05-29 | 3 | -3/+2 |
|
|
* | Patch from Gordon McMillan. | Tim Peters | 2001-05-29 | 1 | -5/+12 |
|
|
* | Jack Jansen hit a bug in the new dict code, reported on python-dev. | Tim Peters | 2001-05-23 | 1 | -0/+15 |
|
|
* | When Tim untabified this file, his editor accidentally assumed 4-space | Guido van Rossum | 2001-05-23 | 1 | -4/+4 |
|
|
* | Remove test_doctest's expected-output file. | Tim Peters | 2001-05-23 | 4 | -330/+101 |
|
|
* | Update to reflect recent changes to regrtest and the new approaches to | Fred Drake | 2001-05-23 | 1 | -7/+55 |
|
|
* | Merge my changes to the offending comment with Guido's changes. | Fred Drake | 2001-05-23 | 1 | -6/+10 |
|
|
* | Remove test_difflib's output file and change test_difflib to stop | Tim Peters | 2001-05-23 | 2 | -281/+1 |
|
|
* | Removed incorrect comment left over from sgmllib.py. | Guido van Rossum | 2001-05-22 | 1 | -7/+7 |
|
|
* | Remove output files that are no longer needed since the corresponding | Fred Drake | 2001-05-22 | 2 | -11/+0 |
|
|
* | Move the sha tests to PyUnit. | Fred Drake | 2001-05-22 | 2 | -22/+20 |
|
|
* | Convert binhex regression test to PyUnit. We could use a better test | Fred Drake | 2001-05-22 | 1 | -40/+38 |
|
|
* | Convert copy_reg test to PyUnit. | Fred Drake | 2001-05-22 | 1 | -29/+19 |
|
|
* | Remove unused import. | Fred Drake | 2001-05-22 | 1 | -1/+0 |
|
|
* | Simple conversion to PyUnit -- this test really needs more work! | Fred Drake | 2001-05-22 | 1 | -9/+14 |
|
|
* | Convert dospath test suite to PyUnit, adding a couple more cases for | Fred Drake | 2001-05-22 | 1 | -46/+55 |
|
|
* | Re-write the rfc822 tests to use PyUnit. | Fred Drake | 2001-05-22 | 1 | -138/+162 |
|
|
* | Per discussion with Barry, make the default value for both get() and | Fred Drake | 2001-05-22 | 1 | -5/+4 |
|
|
* | Implementing an idea from Guido on the checkins list: | Tim Peters | 2001-05-22 | 2 | -24/+25 |
|
|
* | Convert time module tests to PyUnit. | Fred Drake | 2001-05-22 | 1 | -37/+49 |
|
|
* | Migrate the strop test to PyUnit. | Fred Drake | 2001-05-22 | 2 | -84/+118 |
|
|