summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added q/Q standard (x-platform 8-byte ints) mode in struct module.Tim Peters2001-06-125-77/+337
* Make copy, cut and paste events case insensitive. Reported by PatrickGuido van Rossum2001-06-121-3/+3
* Two new private longobject API functions,Tim Peters2001-06-112-0/+253
* Add the appropriate availability annotations for the popen*() family ofFred Drake2001-06-111-4/+7
* Trimmed trailing whitespace.Tim Peters2001-06-111-3/+3
* Simplify some convolution by simply not recognizing 'q' and 'Q' at allTim Peters2001-06-111-33/+0
* Make clear in the docstring that "std" applies to both size and alignment,Tim Peters2001-06-111-6/+6
* Protect the use of the VWERASE symbol by an #ifdef, it's apparently missingThomas Wouters2001-06-111-0/+2
* Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). AddedFred Drake2001-06-111-3/+11
* Fix recent changes so that this section will format again.Fred Drake2001-06-111-2/+3
* Renamed some stuff to tell the truth about what it does.Tim Peters2001-06-101-4/+4
* Initial support for 'q' and 'Q' struct format codes: for now, only inTim Peters2001-06-104-16/+247
* Added a missing cast to the hashfunc initializer.Jack Jansen2001-06-101-1/+1
* SF bug 431772: traceback.print_exc() causes tracebackTim Peters2001-06-101-13/+14
* annoying whitespace inconsistencyPeter Schneider-Kamp2001-06-101-1/+1
* 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