summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SF bug 430991: wrong co_lnotabTim Peters2001-06-094-44/+83
* Cast the result of xxxPyCObject_Import to PycStringIO_CAPI*.Martin v. Löwis2001-06-091-1/+1
* Patch #424475: Speed-up tp_compare usage, by special-casing the commonMartin v. Löwis2001-06-093-23/+62
* Fix the attributions for the new floating point text.Fred Drake2001-06-081-2/+1
* Added credits in the right places.Fred Drake2001-06-081-0/+2
* Text from Tim & Guido discussing floating point arithmetic and what usersFred Drake2001-06-081-0/+265
* add warning about situation where code may be executed twice, once whenSkip Montanaro2001-06-081-0/+10
* In the section on extending the profiler, add some additional discussionFred Drake2001-06-081-10/+45
* call_trace(): Add an additional parameter -- pointer to a PyObject*Fred Drake2001-06-081-13/+36
* Performance improvements to the profiler:Fred Drake2001-06-081-57/+93
* Patch #429957: Add support for cp1140, which is identical to cp037,Martin v. Löwis2001-06-072-0/+50
* Document filter.Martin v. Löwis2001-06-071-0/+5
* check in for patch #430846Peter Schneider-Kamp2001-06-071-10/+6
* Patch #430754: Makes ftpmirror.py .netrc awareMartin v. Löwis2001-06-071-3/+10
* Fixes [ #430986 ] Buglet in PyUnicode_FromUnicode.Marc-André Lemburg2001-06-071-1/+1
* Previous check-in was by mistake, undo it.Martin v. Löwis2001-06-071-1/+3
* This closes bug #430849 (internal error produced by binascii.a2b_base64)Peter Schneider-Kamp2001-06-071-0/+4
* Patch #416220: Fix misplaced paren.Martin v. Löwis2001-06-072-4/+2
* Acknowledge the existence of the 'platform' file, generated by theGuido van Rossum2001-06-062-1/+2
* Typo: "descrition" --> "description"Fred Drake2001-06-061-3/+10
* Add references to the documentation for the Python documentation markup.Fred Drake2001-06-062-0/+14
* Added quopri codec.Guido van Rossum2001-06-061-0/+1
* Report on fnmatch.filter.Martin v. Löwis2001-06-061-0/+2
* Patch #409973: Speedup glob.glob, add fnmatch.filter.Martin v. Löwis2001-06-062-7/+26
* Wrap with extern "C". Fixes bug #428419.Martin v. Löwis2001-06-051-0/+11
* Fix bug #422702: Make flag argument to open optional, and document it that way.Martin v. Löwis2001-06-052-2/+2
* Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order.Martin v. Löwis2001-06-051-1/+2
* Make it possible to find the use of tp_as_buffer here with a global search.Tim Peters2001-06-051-1/+1
* Update a "Programmer's note" about lambda forms and scoping to reflectFred Drake2001-06-051-5/+19
* Quick update to the extension mechanism (extend.py is gone, long liveGuido van Rossum2001-06-041-6/+20
* Store the mask instead of the size in dictobjects. The mask is moreTim Peters2001-06-041-23/+29
* is -> if in rename descriptionSkip Montanaro2001-06-041-1/+1
* Convert the parser module test to use PyUnit.Fred Drake2001-06-042-300/+212
* Add some useful Windows encodings - patch #423221.Mark Hammond2001-06-041-0/+5
* Implement testGetElementsByTagNameNS.Martin v. Löwis2001-06-032-1/+9
* Fix getElementsByTagNameNS:Martin v. Löwis2001-06-031-3/+7
* lookdict: stop more insane core-dump mutating comparison cases. ShouldTim Peters2001-06-032-6/+99
* lookdict: Reduce obfuscating code duplication with a judicious goto.Tim Peters2001-06-031-25/+21
* Explained more differences between PyList_SetItem() and PyList_SET_ITEM().Fred Drake2001-06-031-2/+7
* Finish the dict->string coredump fix. Need sleep.Tim Peters2001-06-021-1/+1
* Fix comment.Tim Peters2001-06-021-1/+1
* Coredumpers from Michael Hudson, mutating dicts while printing orTim Peters2001-06-022-8/+84
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-027-12/+19
* dict_popitem(): Repaired last-second 2.1 comment, which misidentified theTim Peters2001-06-021-5/+8
* New collision resolution scheme: no polynomials, simpler, faster, lessTim Peters2001-06-022-171/+130
* more public symbols for __all__Skip Montanaro2001-06-011-1/+6
* Document os.getenv().Fred Drake2001-05-311-0/+7
* Some general cleanup of the threading module documentation, includingFred Drake2001-05-311-25/+15
* PyErr_Occurred(): Use PyThreadState_GET(), which saves a tiny function callTim Peters2001-05-301-1/+1
* Added entry for HTMLParser documentation.Fred Drake2001-05-302-0/+2