summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Got rid of mactoolboxglue.cJack Jansen2001-06-131-0/+0
* Fixed an error in the signature of the QdRGB converter routines.Jack Jansen2001-06-132-4/+4
* The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL.Tim Peters2001-06-132-0/+14
* longobject.c:Tim Peters2001-06-132-141/+199
* The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong()Tim Peters2001-06-121-4/+57
* _PyLong_{As,From}ByteArray: Minor code rearrangement aimed at improvingTim Peters2001-06-121-11/+14
* Add new built-in 'help' which invokes pydoc.help (with a twist).Guido van Rossum2001-06-122-0/+19
* Removed the Python version from the PYTHONHOMEHELP string. It wasMarc-André Lemburg2001-06-121-1/+1
* Make the option processing more robust.Fred Drake2001-06-121-7/+31
* Fix for bug #432384: Recursion in PyString_AsEncodedString?Marc-André Lemburg2001-06-121-1/+1
* Fixed reference to table notes for {}.keys() and {}.items() -- theseFred Drake2001-06-121-4/+4
* 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