summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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