| Commit message (Expand) | Author | Age | Files | Lines |
* | Got rid of mactoolboxglue.c | Jack Jansen | 2001-06-13 | 1 | -0/+0 |
|
|
* | Fixed an error in the signature of the QdRGB converter routines. | Jack Jansen | 2001-06-13 | 2 | -4/+4 |
|
|
* | The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. | Tim Peters | 2001-06-13 | 2 | -0/+14 |
|
|
* | longobject.c: | Tim Peters | 2001-06-13 | 2 | -141/+199 |
|
|
* | The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong() | Tim Peters | 2001-06-12 | 1 | -4/+57 |
|
|
* | _PyLong_{As,From}ByteArray: Minor code rearrangement aimed at improving | Tim Peters | 2001-06-12 | 1 | -11/+14 |
|
|
* | Add new built-in 'help' which invokes pydoc.help (with a twist). | Guido van Rossum | 2001-06-12 | 2 | -0/+19 |
|
|
* | Removed the Python version from the PYTHONHOMEHELP string. It was | Marc-André Lemburg | 2001-06-12 | 1 | -1/+1 |
|
|
* | Make the option processing more robust. | Fred Drake | 2001-06-12 | 1 | -7/+31 |
|
|
* | Fix for bug #432384: Recursion in PyString_AsEncodedString? | Marc-André Lemburg | 2001-06-12 | 1 | -1/+1 |
|
|
* | Fixed reference to table notes for {}.keys() and {}.items() -- these | Fred Drake | 2001-06-12 | 1 | -4/+4 |
|
|
* | Added q/Q standard (x-platform 8-byte ints) mode in struct module. | Tim Peters | 2001-06-12 | 5 | -77/+337 |
|
|
* | Make copy, cut and paste events case insensitive. Reported by Patrick | Guido van Rossum | 2001-06-12 | 1 | -3/+3 |
|
|
* | Two new private longobject API functions, | Tim Peters | 2001-06-11 | 2 | -0/+253 |
|
|
* | Add the appropriate availability annotations for the popen*() family of | Fred Drake | 2001-06-11 | 1 | -4/+7 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2001-06-11 | 1 | -3/+3 |
|
|
* | Simplify some convolution by simply not recognizing 'q' and 'Q' at all | Tim Peters | 2001-06-11 | 1 | -33/+0 |
|
|
* | Make clear in the docstring that "std" applies to both size and alignment, | Tim Peters | 2001-06-11 | 1 | -6/+6 |
|
|
* | Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing | Thomas Wouters | 2001-06-11 | 1 | -0/+2 |
|
|
* | Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added | Fred Drake | 2001-06-11 | 1 | -3/+11 |
|
|
* | Fix recent changes so that this section will format again. | Fred Drake | 2001-06-11 | 1 | -2/+3 |
|
|
* | Renamed some stuff to tell the truth about what it does. | Tim Peters | 2001-06-10 | 1 | -4/+4 |
|
|
* | Initial support for 'q' and 'Q' struct format codes: for now, only in | Tim Peters | 2001-06-10 | 4 | -16/+247 |
|
|
* | Added a missing cast to the hashfunc initializer. | Jack Jansen | 2001-06-10 | 1 | -1/+1 |
|
|
* | SF bug 431772: traceback.print_exc() causes traceback | Tim Peters | 2001-06-10 | 1 | -13/+14 |
|
|
* | annoying whitespace inconsistency | Peter Schneider-Kamp | 2001-06-10 | 1 | -1/+1 |
|
|
* | SF bug 430991: wrong co_lnotab | Tim Peters | 2001-06-09 | 4 | -44/+83 |
|
|
* | Cast the result of xxxPyCObject_Import to PycStringIO_CAPI*. | Martin v. Löwis | 2001-06-09 | 1 | -1/+1 |
|
|
* | Patch #424475: Speed-up tp_compare usage, by special-casing the common | Martin v. Löwis | 2001-06-09 | 3 | -23/+62 |
|
|
* | Fix the attributions for the new floating point text. | Fred Drake | 2001-06-08 | 1 | -2/+1 |
|
|
* | Added credits in the right places. | Fred Drake | 2001-06-08 | 1 | -0/+2 |
|
|
* | Text from Tim & Guido discussing floating point arithmetic and what users | Fred Drake | 2001-06-08 | 1 | -0/+265 |
|
|
* | add warning about situation where code may be executed twice, once when | Skip Montanaro | 2001-06-08 | 1 | -0/+10 |
|
|
* | In the section on extending the profiler, add some additional discussion | Fred Drake | 2001-06-08 | 1 | -10/+45 |
|
|
* | call_trace(): Add an additional parameter -- pointer to a PyObject* | Fred Drake | 2001-06-08 | 1 | -13/+36 |
|
|
* | Performance improvements to the profiler: | Fred Drake | 2001-06-08 | 1 | -57/+93 |
|
|
* | Patch #429957: Add support for cp1140, which is identical to cp037, | Martin v. Löwis | 2001-06-07 | 2 | -0/+50 |
|
|
* | Document filter. | Martin v. Löwis | 2001-06-07 | 1 | -0/+5 |
|
|
* | check in for patch #430846 | Peter Schneider-Kamp | 2001-06-07 | 1 | -10/+6 |
|
|
* | Patch #430754: Makes ftpmirror.py .netrc aware | Martin v. Löwis | 2001-06-07 | 1 | -3/+10 |
|
|
* | 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 |
|
|