summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of unused vars in builtin_unicode (they were causingTim Peters2000-07-091-2/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0910-173/+166
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0914-338/+340
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0812-174/+176
* this one's a bit risky, but I've spent some considerable timeFredrik Lundh2000-07-081-340/+132
* -- ANSI-fying, namesFredrik Lundh2000-07-081-82/+61
* - removed barry's workaround, to make room forFredrik Lundh2000-07-081-30/+0
* - _getdefaultlocale shouldn't accept argumentsFredrik Lundh2000-07-081-8/+11
* - added _getdefaultlocale implementation for WIN32Fredrik Lundh2000-07-081-269/+351
* - this is a tentative checkin of the #100764 patch (byFredrik Lundh2000-07-081-5/+37
* - changed __repr__ to use "unicode escape" encoding for unicodeFredrik Lundh2000-07-081-1/+1
* ANSI-fication of the sources -- remove Py_PROTO!Fred Drake2000-07-082-35/+39
* Minor revisions similar to some information in the new docstrings.Fred Drake2000-07-081-2/+4
* ANSI-fication of the sources, convert to 4-space indents.Fred Drake2000-07-081-70/+97
* delete unused local variable from _PyTrash_deposit_objectSkip Montanaro2000-07-081-1/+0
* Rearrange order of sectionsAndrew M. Kuchling2000-07-081-67/+72
* _Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'dSkip Montanaro2000-07-081-0/+2
* ANSI-fied sources, converted to four-space indentation.Fred Drake2000-07-081-182/+151
* ANSI-fied sources, converted to four-space indentation.Fred Drake2000-07-081-372/+363
* Add method names to PyArg_ParseTuple() calls for better error messages.Fred Drake2000-07-081-313/+298
* Markup improvements in sections relating to interactive behavior.Fred Drake2000-07-081-45/+51
* ANSI-fy the sources.Fred Drake2000-07-081-313/+287
* Pretensions of the 20th century... remove old-style preprocessorFred Drake2000-07-081-6/+0
* Cray J90 fixes for long ints.Tim Peters2000-07-086-12/+76
* ANSI-fy the sources.Fred Drake2000-07-081-19/+16
* Removed Py_PROTO, ANSI-fied sources.Fred Drake2000-07-081-187/+68
* The tail end of x_sub implicitly assumed that an unsigned shortTim Peters2000-07-081-0/+1
* One of the new prototypes was missing the "void" args.Greg Stein2000-07-081-1/+1
* Got RID of redundant coercions in longobject.c (as spotted by GregTim Peters2000-07-082-60/+57
* delete bogus fileGuido van Rossum2000-07-071-246/+0
* Deleted bogus file.Guido van Rossum2000-07-071-946/+0
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-8/+11
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-072-20/+20
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-074-24/+24
* Fix to use Py_UCS4. By Bill Tutt.Marc-André Lemburg2000-07-071-1/+1
* New surrogate support in the UTF-8 codec. By Bill Tutt.Marc-André Lemburg2000-07-071-29/+80
* Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.Marc-André Lemburg2000-07-071-0/+72
* Fix to use Py_UCS4Marc-André Lemburg2000-07-071-1/+1
* Add an entry for the KDE File Manager support from Peter Funk.Fred Drake2000-07-071-3/+8
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-07-071-1/+1
* Some cleanup of longs in prepartion for Cray J90 fixes: gotTim Peters2000-07-073-256/+120
* Added new APIs and fixed some other Unicode ones (missing * orMarc-André Lemburg2000-07-071-56/+78
* Added docs for the new Unicode and string APIs.Marc-André Lemburg2000-07-071-7/+52
* Removed a prototype which is not used in socketmodule.cMarc-André Lemburg2000-07-071-1/+0
* Fixed unicode() to use the new API PyUnicode_FromEncodedObject().Marc-André Lemburg2000-07-071-14/+1
* Added new API PyUnicode_FromEncodedObject() which supports decodingMarc-André Lemburg2000-07-072-6/+67
* Tests for new instance support in unicode().Marc-André Lemburg2000-07-071-0/+15
* So many things have changed over the last few weeks that it's probably a good...Jack Jansen2000-07-0730-10/+24
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-0723-86/+86
* Added the unchash module.Jack Jansen2000-07-073-2/+3