| Commit message (Expand) | Author | Age | Files | Lines |
* | longobject.c: | Tim Peters | 2001-06-13 | 1 | -126/+41 |
|
|
* | _PyLong_{As,From}ByteArray: Minor code rearrangement aimed at improving | Tim Peters | 2001-06-12 | 1 | -11/+14 |
|
|
* | Fix for bug #432384: Recursion in PyString_AsEncodedString? | Marc-André Lemburg | 2001-06-12 | 1 | -1/+1 |
|
|
* | Added q/Q standard (x-platform 8-byte ints) mode in struct module. | Tim Peters | 2001-06-12 | 1 | -6/+19 |
|
|
* | Two new private longobject API functions, | Tim Peters | 2001-06-11 | 1 | -0/+213 |
|
|
* | Added a missing cast to the hashfunc initializer. | Jack Jansen | 2001-06-10 | 1 | -1/+1 |
|
|
* | Patch #424475: Speed-up tp_compare usage, by special-casing the common | Martin v. Löwis | 2001-06-09 | 2 | -22/+61 |
|
|
* | Fixes [ #430986 ] Buglet in PyUnicode_FromUnicode. | Marc-André Lemburg | 2001-06-07 | 1 | -1/+1 |
|
|
* | Store the mask instead of the size in dictobjects. The mask is more | Tim Peters | 2001-06-04 | 1 | -23/+29 |
|
|
* | lookdict: stop more insane core-dump mutating comparison cases. Should | Tim Peters | 2001-06-03 | 1 | -6/+31 |
|
|
* | lookdict: Reduce obfuscating code duplication with a judicious goto. | Tim Peters | 2001-06-03 | 1 | -25/+21 |
|
|
* | Finish the dict->string coredump fix. Need sleep. | Tim Peters | 2001-06-02 | 1 | -1/+1 |
|
|
* | Coredumpers from Michael Hudson, mutating dicts while printing or | Tim Peters | 2001-06-02 | 1 | -7/+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 | 1 | -163/+124 |
|
|
* | fix bogus indentation | Jeremy Hylton | 2001-05-29 | 1 | -1/+1 |
|
|
* | _PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim's | Thomas Wouters | 2001-05-29 | 1 | -1/+1 |
|
|
* | Cruft cleanup: Removed the unused last_is_sticky argument from the internal | Tim Peters | 2001-05-28 | 2 | -6/+5 |
|
|
* | _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 | 1 | -18/+72 |
|
|
* | Change list.extend() error msgs and NEWS to reflect that list.extend() | Tim Peters | 2001-05-26 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Patch #424335: Implement string_richcompare, remove string_compare. | Martin v. Löwis | 2001-05-24 | 2 | -16/+80 |
|
|
* | 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 | 1 | -9/+28 |
|
|
* | Remove unused variable. | Fred Drake | 2001-05-22 | 1 | -1/+0 |
|
|
* | SF patch #425242: Patch which "inlines" small dictionaries. | Tim Peters | 2001-05-22 | 1 | -81/+145 |
|
|
* | file_getiter(): make iter(file) be equivalent to file.xreadlines(). | Guido van Rossum | 2001-05-22 | 1 | -12/+3 |
|
|
* | init_name_op(): add (void) to the argument list to make it a valid | Guido van Rossum | 2001-05-22 | 1 | -1/+1 |
|
|
* | This patch changes the behaviour of the UTF-16 codec family. Only the | Marc-André Lemburg | 2001-05-21 | 1 | -17/+25 |
|
|
* | Bugfix candidate. | Tim Peters | 2001-05-19 | 1 | -2/+3 |
|
|
* | Speed dictresize by collapsing its two passes into one; the reason given | Tim Peters | 2001-05-17 | 1 | -8/+9 |
|
|
* | Speed tuple comparisons in two ways: | Tim Peters | 2001-05-15 | 1 | -22/+23 |
|
|
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -20/+90 |
|
|
* | Aggressive reordering of dict comparisons. In case of collision, it stands | Tim Peters | 2001-05-13 | 1 | -30/+21 |
|
|
* | Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". | Tim Peters | 2001-05-13 | 1 | -10/+2 |
|
|
* | Repair "module has no attribute xxx" error msg; bug introduced when | Tim Peters | 2001-05-12 | 1 | -1/+1 |
|
|
* | Variant of patch #423262: Change module attribute get & set | Tim Peters | 2001-05-11 | 1 | -34/+35 |
|
|
* | Variant of SF patch 423181 | Jeremy Hylton | 2001-05-11 | 1 | -21/+51 |
|
|
* | Cosmetic: code under "else" clause was missing indent. | Tim Peters | 2001-05-11 | 1 | -1/+1 |
|
|
* | Restore dicts' tp_compare slot, and change dict_richcompare to say it | Tim Peters | 2001-05-10 | 1 | -15/+3 |
|
|
* | Repair typo in comment. | Tim Peters | 2001-05-10 | 1 | -1/+1 |
|
|
* | SF bug #422121 Insecurities in dict comparison. | Tim Peters | 2001-05-10 | 1 | -34/+95 |
|
|
* | Heh. I need a break. After this: stropmodule & stringobject were more | Tim Peters | 2001-05-10 | 1 | -8/+6 |
|
|
* | Fudge. stropmodule and stringobject both had copies of the buggy | Tim Peters | 2001-05-10 | 1 | -32/+41 |
|
|
* | SF patch #416247 2.1c1 stringobject: unused vrbl cleanup. | Tim Peters | 2001-05-09 | 1 | -2/+0 |
|
|
* | Sheesh -- repair the dodge around "cast isn't an lvalue" complaints to | Tim Peters | 2001-05-09 | 1 | -0/+4 |
|
|
* | Mark Favas reported that gcc caught me using casts as lvalues. Dodge it. | Tim Peters | 2001-05-09 | 1 | -6/+10 |
|
|
* | Ack! Restore the COUNT_ALLOCS one_strings code. | Tim Peters | 2001-05-09 | 1 | -1/+5 |
|
|