summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
...
* Two more places where long should be used instead of int. EspeciallySjoerd Mullender2000-07-071-2/+2
* Fixed some code that used 'short' to use 'long' instead.Marc-André Lemburg2000-07-061-3/+3
* Fixed a couple of places where 'int' was used where 'long'Marc-André Lemburg2000-07-061-7/+7
* Conditionally (currently on ifdef macintosh) break the large switch upJack Jansen2000-07-061-0/+15
* Added new codec APIs and a new interface method .encode() whichMarc-André Lemburg2000-07-061-0/+114
* Fix to bug #389:Marc-André Lemburg2000-07-051-4/+4
* Added new .isalpha() and .isalnum() methods which provide interfacesMarc-André Lemburg2000-07-051-0/+66
* Added new lookup API which matches all alphabetic Unicode characters,Marc-André Lemburg2000-07-051-0/+5295
* Added new .isalpha() and .isalnum() methods to match the sameMarc-André Lemburg2000-07-051-0/+68
* Removed Py_PROTO and switched to ANSI C declarations in the dictTim Peters2000-07-041-104/+34
* Bill Tutt:Marc-André Lemburg2000-07-041-6/+29
* If auto-conversion fails, the Unicode codecs will return NULL.Marc-André Lemburg2000-07-031-11/+13
* changed repr and str to always convert unicode stringsFredrik Lundh2000-07-011-0/+16
* Neil Schemenauer: small fixes for GCGuido van Rossum2000-07-016-7/+14
* Change copyright notice - 2nd try.Guido van Rossum2000-06-3021-126/+0
* Change copyright notice.Guido van Rossum2000-06-3021-458/+143
* Fix an error on AIX by using a proper cast.Guido van Rossum2000-06-301-1/+1
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-308-33/+33
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-1/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-302-49/+129
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-306-14/+80
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-296-48/+94
* Jack Jansen: Use include "" instead of <>; and staticforward declarationsGuido van Rossum2000-06-291-1/+1
* Vladimir Marangozov:Guido van Rossum2000-06-281-3/+3
* Trent Mick: change a few casts for Win64 compatibility.Guido van Rossum2000-06-282-2/+2
* Jack Jansen: Moved includes to the top, removed think C supportGuido van Rossum2000-06-281-18/+20
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+121
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-1/+4
* part 2 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-235-20/+23
* traverse functions should return 0 on successJeremy Hylton2000-06-231-2/+2
* raise TypeError when PyObject_Get/SetAttr called with non-string nameJeremy Hylton2000-06-231-5/+17
* Round 1 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-235-1/+210
* Fredrik Lundh <effbot@telia.com>:Fred Drake2000-06-201-8/+4
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-181-6/+4
* Patch from /F:Andrew M. Kuchling2000-06-182-21/+36
* Vladimir MARANGOZOV <Vladimir.Marangozov@inrialpes.fr>:Marc-André Lemburg2000-06-171-3/+4
* Michael Hudson <mwh21@cam.ac.uk>:Marc-André Lemburg2000-06-161-1/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-153-0/+46
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-142-0/+48
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-101-2/+1
* the PyDict_SetItem does not borrow a reference, so we need to decrefJeremy Hylton2000-06-091-0/+1
* Patch from Michael Hudson: improve unclear error messageAndrew M. Kuchling2000-06-092-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-081-8/+29
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-071-1/+1
* Trent Mick <trentm@ActiveState.com>:Fred Drake2000-06-011-2/+2
* Improve TypeError exception message for list catenation.Fred Drake2000-06-011-2/+2
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-013-4/+12
* Minimal change so I can add the rest of MAL's checkin message:Fred Drake2000-05-091-1/+1
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-20/+71
* Replace PyErr_BadArgument() error in PyInt_AsLong() with "an integerGuido van Rossum2000-05-091-1/+1