| Commit message (Expand) | Author | Age | Files | Lines |
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 16 | -1082/+1263 |
|
|
* | SF bug 434186: 0x80000000/2 != 0x80000000>>1 | Tim Peters | 2001-06-18 | 2 | -23/+24 |
|
|
* | [Bug #433047, reported by Armin Rigo] Remove extra 'i' character in | Andrew M. Kuchling | 2001-06-18 | 1 | -1/+2 |
|
|
* | Add some information on the use of \verbatiminput to display sources from | Fred Drake | 2001-06-18 | 1 | -0/+15 |
|
|
* | Fix SF bug #433904 (Alex Martelli) - all s_* methods return None only. | Guido van Rossum | 2001-06-18 | 1 | -6/+7 |
|
|
* | Patch #413171: Implement get, setdefault, update in terms of | Martin v. Löwis | 2001-06-18 | 1 | -5/+7 |
|
|
* | Clarification in the fp appendix suggested on c.l.py by Michael Chermside. | Tim Peters | 2001-06-17 | 2 | -2/+4 |
|
|
* | Fix for bug [ #433047 ] missing args to PyArg_ParseTuple | Marc-André Lemburg | 2001-06-17 | 1 | -2/+2 |
|
|
* | SF patch #433619, by Michel Pelletier: | Guido van Rossum | 2001-06-17 | 1 | -0/+7 |
|
|
* | Synchronize with 1.13 of PyXML: | Martin v. Löwis | 2001-06-17 | 1 | -6/+28 |
|
|
* | Instead of initializing & interning the strings passed to the profile | Fred Drake | 2001-06-16 | 2 | -26/+48 |
|
|
* | PyLong_{As, From}VoidPtr: cleanup, replacing assumptions in comments with | Tim Peters | 2001-06-16 | 1 | -15/+23 |
|
|
* | 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 |
|
|