| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes [ #430986 ] Buglet in PyUnicode_FromUnicode. | Marc-André Lemburg | 2001-06-07 | 1 | -1/+1 |
|
|
* | Previous check-in was by mistake, undo it. | Martin v. Löwis | 2001-06-07 | 1 | -1/+3 |
|
|
* | This closes bug #430849 (internal error produced by binascii.a2b_base64) | Peter Schneider-Kamp | 2001-06-07 | 1 | -0/+4 |
|
|
* | Patch #416220: Fix misplaced paren. | Martin v. Löwis | 2001-06-07 | 2 | -4/+2 |
|
|
* | Acknowledge the existence of the 'platform' file, generated by the | Guido van Rossum | 2001-06-06 | 2 | -1/+2 |
|
|
* | Typo: "descrition" --> "description" | Fred Drake | 2001-06-06 | 1 | -3/+10 |
|
|
* | Add references to the documentation for the Python documentation markup. | Fred Drake | 2001-06-06 | 2 | -0/+14 |
|
|
* | Added quopri codec. | Guido van Rossum | 2001-06-06 | 1 | -0/+1 |
|
|
* | Report on fnmatch.filter. | Martin v. Löwis | 2001-06-06 | 1 | -0/+2 |
|
|
* | Patch #409973: Speedup glob.glob, add fnmatch.filter. | Martin v. Löwis | 2001-06-06 | 2 | -7/+26 |
|
|
* | Wrap with extern "C". Fixes bug #428419. | Martin v. Löwis | 2001-06-05 | 1 | -0/+11 |
|
|
* | Fix bug #422702: Make flag argument to open optional, and document it that way. | Martin v. Löwis | 2001-06-05 | 2 | -2/+2 |
|
|
* | Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order. | Martin v. Löwis | 2001-06-05 | 1 | -1/+2 |
|
|
* | Make it possible to find the use of tp_as_buffer here with a global search. | Tim Peters | 2001-06-05 | 1 | -1/+1 |
|
|
* | Update a "Programmer's note" about lambda forms and scoping to reflect | Fred Drake | 2001-06-05 | 1 | -5/+19 |
|
|
* | Quick update to the extension mechanism (extend.py is gone, long live | Guido van Rossum | 2001-06-04 | 1 | -6/+20 |
|
|
* | Store the mask instead of the size in dictobjects. The mask is more | Tim Peters | 2001-06-04 | 1 | -23/+29 |
|
|
* | is -> if in rename description | Skip Montanaro | 2001-06-04 | 1 | -1/+1 |
|
|
* | 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 | 2 | -6/+99 |
|
|
* | lookdict: Reduce obfuscating code duplication with a judicious goto. | Tim Peters | 2001-06-03 | 1 | -25/+21 |
|
|
* | Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). | Fred Drake | 2001-06-03 | 1 | -2/+7 |
|
|
* | Finish the dict->string coredump fix. Need sleep. | Tim Peters | 2001-06-02 | 1 | -1/+1 |
|
|
* | Fix comment. | Tim Peters | 2001-06-02 | 1 | -1/+1 |
|
|
* | 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 |
|
|