| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that filter is added in 2.2. | Martin v. Löwis | 2001-06-16 | 1 | -0/+1 |
|
|
* | Fix error in comment, and in test_long_api and test_longlong_api remove | Tim Peters | 2001-06-16 | 2 | -26/+21 |
|
|
* | dict_repr: Reuse one of the int vars (minor code simplification). | Tim Peters | 2001-06-16 | 1 | -3/+3 |
|
|
* | Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup. | Tim Peters | 2001-06-16 | 2 | -1/+5 |
|
|
* | SF bug 433228: repr(list) woes when len(list) big. | Tim Peters | 2001-06-16 | 5 | -56/+193 |
|
|
* | SF bug 433228: repr(list) woes when len(list) big | Tim Peters | 2001-06-16 | 1 | -2/+3 |
|
|
* | Implement the \verbatiminput LaTeX macro; this contains more magic than | Fred Drake | 2001-06-15 | 1 | -0/+46 |
|
|
* | Add a version annotation for the Q and q format codes. | Fred Drake | 2001-06-15 | 1 | -1/+2 |
|
|
* | Forward-port revision 2.24.2.4 from the release21-maint branch: | Thomas Wouters | 2001-06-15 | 1 | -0/+10 |
|
|
* | Note that 2.0.1 is also a PSF release. (Gregor Hoffleit, SF #433223.) | Guido van Rossum | 2001-06-14 | 1 | -5/+4 |
|
|
* | Change IS_LITTLE_ENDIAN macro -- a little faster now. | Tim Peters | 2001-06-14 | 1 | -1/+1 |
|
|
* | Fix a mis-indentation in _PyUnicode_New() that caused me to stare at | Guido van Rossum | 2001-06-14 | 1 | -3/+3 |
|
|
* | Fix an improperly placed comma. | Fred Drake | 2001-06-14 | 1 | -1/+1 |
|
|
* | _PyLong_AsByteArray: simplify the logic for dealing with the most- | Tim Peters | 2001-06-14 | 1 | -11/+13 |
|
|
* | PyLong_From{Unsigned,}Long: count the # of digits first, so no more space | Tim Peters | 2001-06-14 | 1 | -21/+41 |
|
|
* | Fixed typo in comment. | Tim Peters | 2001-06-14 | 1 | -1/+1 |
|
|
* | Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much like | Tim Peters | 2001-06-14 | 2 | -158/+238 |
|
|
* | Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ). | Tim Peters | 2001-06-13 | 1 | -158/+202 |
|
|
* | _PyLong_FromByteArray: changed decl of "carry" to match "thisbyte". No | Tim Peters | 2001-06-13 | 1 | -1/+1 |
|
|
* | _PyLong_AsByteArray: Don't do the "delicate overflow" check unless it's | Tim Peters | 2001-06-13 | 1 | -9/+18 |
|
|
* | _PyLong_AsByteArray: added assert that the input is normalized. This is | Tim Peters | 2001-06-13 | 1 | -1/+5 |
|
|
* | PyLong_As{Unsigned,}LongLong: fiddled final result casting. | Tim Peters | 2001-06-13 | 1 | -2/+2 |
|
|
* | Record Windows buildno for 2.0.1c1. | Tim Peters | 2001-06-13 | 1 | -0/+2 |
|
|
* | Temporarily disable the message to stderr. Jeremy will know what to do | Marc-André Lemburg | 2001-06-13 | 1 | -1/+3 |
|
|
* | 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 |
|
|