| Commit message (Expand) | Author | Age | Files | Lines |
* | Coredumpers from Michael Hudson, mutating dicts while printing or | Tim Peters | 2001-06-02 | 2 | -8/+84 |
|
|
* | Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor | Neil Schemenauer | 2001-06-02 | 7 | -12/+19 |
|
|
* | dict_popitem(): Repaired last-second 2.1 comment, which misidentified the | Tim Peters | 2001-06-02 | 1 | -5/+8 |
|
|
* | New collision resolution scheme: no polynomials, simpler, faster, less | Tim Peters | 2001-06-02 | 2 | -171/+130 |
|
|
* | more public symbols for __all__ | Skip Montanaro | 2001-06-01 | 1 | -1/+6 |
|
|
* | Document os.getenv(). | Fred Drake | 2001-05-31 | 1 | -0/+7 |
|
|
* | Some general cleanup of the threading module documentation, including | Fred Drake | 2001-05-31 | 1 | -25/+15 |
|
|
* | PyErr_Occurred(): Use PyThreadState_GET(), which saves a tiny function call | Tim Peters | 2001-05-30 | 1 | -1/+1 |
|
|
* | Added entry for HTMLParser documentation. | Fred Drake | 2001-05-30 | 2 | -0/+2 |
|
|
* | Michel Pelletier <michel@digicool.com>: | Fred Drake | 2001-05-30 | 1 | -0/+136 |
|
|
* | 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 |
|
|
* | New solution to the "Someone stuck a colon in that filename!" problem: | Fred Drake | 2001-05-29 | 1 | -3/+10 |
|
|
* | Users of PySequence_GET_FAST() should get the length of the sequence using | Fred Drake | 2001-05-29 | 1 | -1/+1 |
|
|
* | readlink() description: Added note that the return value may be either | Fred Drake | 2001-05-29 | 1 | -5/+20 |
|
|
* | Change cascaded if stmts to switch stmt in vgetargs1(). | Jeremy Hylton | 2001-05-29 | 1 | -19/+25 |
|
|
* | Internal refactoring of convertsimple() and friends. | Jeremy Hylton | 2001-05-29 | 1 | -515/+514 |
|
|
* | fix bogus indentation | Jeremy Hylton | 2001-05-29 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Fix bug reported by Tim Peters on python-dev: | Jeremy Hylton | 2001-05-29 | 1 | -6/+5 |
|
|
* | Hack to make this play nicer with *old* versions of Python: os.path.abspath() | Fred Drake | 2001-05-29 | 1 | -0/+10 |
|
|
* | Bring the notes on the relationship between __cmp__(), __eq__(), and | Fred Drake | 2001-05-29 | 1 | -10/+15 |
|
|
* | Fix typo reported in SF bug #427783. | Fred Drake | 2001-05-29 | 1 | -1/+1 |
|
|
* | The parameter to the listen() method is not optional, but was marked as | Fred Drake | 2001-05-29 | 1 | -1/+1 |
|
|
* | Removed information on the old third parameter to _PyTuple_Resize(). | Fred Drake | 2001-05-29 | 1 | -1/+20 |
|
|
* | If the input line does not contain enough fields, raise a meaningful | Fred Drake | 2001-05-29 | 1 | -0/+2 |
|
|
* | Do not start API descriptions with "Does the same, but ..." -- actually | Fred Drake | 2001-05-29 | 1 | -10/+13 |
|
|
* | _PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim's | Thomas Wouters | 2001-05-29 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-05-29 | 3 | -3/+2 |
|
|
* | Patch from Gordon McMillan. | Tim Peters | 2001-05-29 | 1 | -5/+12 |
|
|
* | Cruft cleanup: Removed the unused last_is_sticky argument from the internal | Tim Peters | 2001-05-28 | 6 | -10/+15 |
|
|
* | _PyTuple_Resize: take into account the empty tuple. There can be only one. | Thomas Wouters | 2001-05-28 | 1 | -2/+11 |
|
|
* | Implement an old idea of Christian Tismer's: use polynomial division | Tim Peters | 2001-05-27 | 2 | -18/+80 |
|
|
* | When reading from stdin (with the dialog box) use any partial line on | Jack Jansen | 2001-05-26 | 1 | -1/+8 |
|
|
* | Change list.extend() error msgs and NEWS to reflect that list.extend() | Tim Peters | 2001-05-26 | 2 | -3/+4 |
|
|
* | Cruft cleanup: removed the #ifdef'ery in support of compiling to allow | Tim Peters | 2001-05-26 | 1 | -18/+4 |
|
|
* | roundupsize() and friends: fiddle over-allocation strategy for list | Tim Peters | 2001-05-26 | 1 | -8/+31 |
|
|
* | Add a version annotation for splitdrive(); old, but as long as I managed | Fred Drake | 2001-05-25 | 1 | -0/+1 |
|
|
* | Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() | Fred Drake | 2001-05-25 | 1 | -12/+23 |
|
|
* | write(): Aggressively sort all catalog entries, and fix the bug where | Barry Warsaw | 2001-05-24 | 1 | -35/+37 |
|
|
* | Patch #424335: Implement string_richcompare, remove string_compare. | Martin v. Löwis | 2001-05-24 | 3 | -16/+81 |
|
|
* | dictresize(): Rebuild small tables if there are any dummies, not just if | Tim Peters | 2001-05-24 | 1 | -7/+11 |
|
|
* | Jack Jansen hit a bug in the new dict code, reported on python-dev. | Tim Peters | 2001-05-23 | 2 | -9/+43 |
|
|
* | One more macroman<->latin1 conversion victim. | Jack Jansen | 2001-05-23 | 1 | -19/+19 |
|
|
* | write(): Do two levels of sorting: first sort the individual location | Barry Warsaw | 2001-05-23 | 1 | -0/+10 |
|
|
* | When Tim untabified this file, his editor accidentally assumed 4-space | Guido van Rossum | 2001-05-23 | 1 | -4/+4 |
|
|
* | Updated to reflect the current state of config.h.in. | Jack Jansen | 2001-05-23 | 1 | -7/+10 |
|
|
* | Remove test_doctest's expected-output file. | Tim Peters | 2001-05-23 | 4 | -330/+101 |
|
|