summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SF bug 434186: 0x80000000/2 != 0x80000000>>1Tim Peters2001-06-182-23/+24
* [Bug #433047, reported by Armin Rigo] Remove extra 'i' character inAndrew M. Kuchling2001-06-181-1/+2
* Add some information on the use of \verbatiminput to display sources fromFred Drake2001-06-181-0/+15
* Fix SF bug #433904 (Alex Martelli) - all s_* methods return None only.Guido van Rossum2001-06-181-6/+7
* Patch #413171: Implement get, setdefault, update in terms ofMartin v. Löwis2001-06-181-5/+7
* Clarification in the fp appendix suggested on c.l.py by Michael Chermside.Tim Peters2001-06-172-2/+4
* Fix for bug [ #433047 ] missing args to PyArg_ParseTupleMarc-André Lemburg2001-06-171-2/+2
* SF patch #433619, by Michel Pelletier:Guido van Rossum2001-06-171-0/+7
* Synchronize with 1.13 of PyXML:Martin v. Löwis2001-06-171-6/+28
* Instead of initializing & interning the strings passed to the profileFred Drake2001-06-162-26/+48
* PyLong_{As, From}VoidPtr: cleanup, replacing assumptions in comments withTim Peters2001-06-161-15/+23
* Document that filter is added in 2.2.Martin v. Löwis2001-06-161-0/+1
* Fix error in comment, and in test_long_api and test_longlong_api removeTim Peters2001-06-162-26/+21
* dict_repr: Reuse one of the int vars (minor code simplification).Tim Peters2001-06-161-3/+3
* Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup.Tim Peters2001-06-162-1/+5
* SF bug 433228: repr(list) woes when len(list) big.Tim Peters2001-06-165-56/+193
* SF bug 433228: repr(list) woes when len(list) bigTim Peters2001-06-161-2/+3
* Implement the \verbatiminput LaTeX macro; this contains more magic thanFred Drake2001-06-151-0/+46
* Add a version annotation for the Q and q format codes.Fred Drake2001-06-151-1/+2
* Forward-port revision 2.24.2.4 from the release21-maint branch:Thomas Wouters2001-06-151-0/+10
* Note that 2.0.1 is also a PSF release. (Gregor Hoffleit, SF #433223.)Guido van Rossum2001-06-141-5/+4
* Change IS_LITTLE_ENDIAN macro -- a little faster now.Tim Peters2001-06-141-1/+1
* Fix a mis-indentation in _PyUnicode_New() that caused me to stare atGuido van Rossum2001-06-141-3/+3
* Fix an improperly placed comma.Fred Drake2001-06-141-1/+1
* _PyLong_AsByteArray: simplify the logic for dealing with the most-Tim Peters2001-06-141-11/+13
* PyLong_From{Unsigned,}Long: count the # of digits first, so no more spaceTim Peters2001-06-141-21/+41
* Fixed typo in comment.Tim Peters2001-06-141-1/+1
* Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much likeTim Peters2001-06-142-158/+238
* Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ).Tim Peters2001-06-131-158/+202
* _PyLong_FromByteArray: changed decl of "carry" to match "thisbyte". NoTim Peters2001-06-131-1/+1
* _PyLong_AsByteArray: Don't do the "delicate overflow" check unless it'sTim Peters2001-06-131-9/+18
* _PyLong_AsByteArray: added assert that the input is normalized. This isTim Peters2001-06-131-1/+5
* PyLong_As{Unsigned,}LongLong: fiddled final result casting.Tim Peters2001-06-131-2/+2
* Record Windows buildno for 2.0.1c1.Tim Peters2001-06-131-0/+2
* Temporarily disable the message to stderr. Jeremy will know what to doMarc-André Lemburg2001-06-131-1/+3
* 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