- 39dce29 Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. by Tim Peters · 24 years ago
- b752077 Fixed a couple of instances where a 0-length string was being by Marc-André Lemburg · 24 years ago
- a584664 Check for overflow in list object insertion and raise OverflowError. by Trent Mick · 24 years ago
- 20abf57 Clean up warning from Monterey compiler. by Trent Mick · 24 years ago
- a248fb6 Clean up a warning on Win64. The downcast of the strlen size_t by Trent Mick · 24 years ago
- 8a74e5f Add the current Win64 compiler to the list of those that need the by Trent Mick · 24 years ago
- f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago
- 1d3e239 Fix missing decrements of the recursive counter in PyObject_Compare(). by Vladimir Marangozov · 24 years ago
- 164452c Barry's patch to implement the new setdefault() method. by Guido van Rossum · 24 years ago
- e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 24 years ago
- cf703f0 Removing warnings found by gcc -Wall by Moshe Zadka · 24 years ago
- 72d421b Boost buffer sizes in the absence of snprintf on Windows. by Tim Peters · 24 years ago
- c76e0e5 snprintf() is not portable, so continue to use sprintf() until a portable by Fred Drake · 24 years ago
- bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
- 2b83b46 Remove the tp_print handler. by Fred Drake · 24 years ago
- c4a19e7 Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. by Guido van Rossum · 24 years ago
- 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
- 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
- 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
- c307352 ANSIfy functions that were hiding inside a macro. by Thomas Wouters · 24 years ago
- a534594 ANSIfication: remove very-old-varargs code, fix function declarations so by Thomas Wouters · 24 years ago
- 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
- 9542f48 Fixed problems with UTF error reporting macros and some formatting bugs. by Marc-André Lemburg · 24 years ago
- cf5f358 Restore PyXXX_Length() APIs for binary compatibility. by Marc-André Lemburg · 24 years ago
- af36a3a gcc is being stupid with if/else constructs clean out some other warnings by Greg Stein · 24 years ago
- ff97500 stop messing around with goto and just write the macro correctly. by Greg Stein · 24 years ago
- 0e19e76 - change \x to mean "byte" also in unicode literals (patch #100912) by Fredrik Lundh · 24 years ago
- 855ffac Fix fatal compiler (MSVC6) error: by Tim Peters · 24 years ago
- fb62584 Fix to a bug found by Florian Weimer: by Marc-André Lemburg · 24 years ago
- 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
- 467a67e Fix in PyList_New(). With GC enabled and when out of memory, by Vladimir Marangozov · 24 years ago
- 06051ed Added PyObject_AsFileDescriptor, which checks for integer, long integer, by Andrew M. Kuchling · 24 years ago
- 8dc19f6 Propagate the current exception in get_inprogress_dict() -- it doesn't by Vladimir Marangozov · 24 years ago
- 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
- 6253f83 change abstract size functions PySequence_Size &c. by Jeremy Hylton · 24 years ago
- bd9848d Fix typo in error message by Andrew M. Kuchling · 24 years ago
- 28fc880 Include macglue.h on the macintosh, so function prototypes are in scope. by Jack Jansen · 24 years ago
- 88887aa small updates to string_join: by Jeremy Hylton · 24 years ago
- 566d8a6 Jeremy Hylton: better error message for unicode coercion failure by Marc-André Lemburg · 24 years ago
- 771d067 string_join(): Some cleaning up of reference counting. In the by Barry Warsaw · 24 years ago
- 4904829 fix two refcount bugs in new string_join implementation: by Jeremy Hylton · 24 years ago
- 194e43e two changes to string_join: by Jeremy Hylton · 24 years ago
- dde6164 - changed hash calculation for unicode strings. the new by Fredrik Lundh · 24 years ago
- 100814d ANSI-fication of the sources. by Fred Drake · 24 years ago
- a2f5511 ANSI-fication of the sources. by Fred Drake · 24 years ago
- c2e7da9 Somebody started playing with const, so of course the outcome by Tim Peters · 24 years ago
- ba09633 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 45cfbcc ANSI-fication of the sources. by Fred Drake · 24 years ago
- ee238b9 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 1b190b4 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 1f0968c Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
- fd99de6 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 4288c80 ANSI-fication of the sources. by Fred Drake · 24 years ago
- 4201b9e type_error(): Added "const" to signature to eliminate warning with -Wall. by Fred Drake · 24 years ago
- 3be9a8a ANSI-fication of the source. by Fred Drake · 24 years ago
- 7991247 ANSI-fication of the sources. by Fred Drake · 24 years ago
- dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
- 2a1e060 - changed __repr__ to use "unicode escape" encoding for unicode by Fredrik Lundh · 24 years ago
- 4cbc9f7 delete unused local variable from _PyTrash_deposit_object by Skip Montanaro · 24 years ago
- 4ca150b _Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'd by Skip Montanaro · 24 years ago
- 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago
- 43f04a3 The tail end of x_sub implicitly assumed that an unsigned short by Tim Peters · 24 years ago
- 9ace6bc Got RID of redundant coercions in longobject.c (as spotted by Greg by Tim Peters · 24 years ago
- e12896e New surrogate support in the UTF-8 codec. By Bill Tutt. by Marc-André Lemburg · 24 years ago
- 9f688bf Some cleanup of longs in prepartion for Cray J90 fixes: got by Tim Peters · 24 years ago
- 5a5c81a Added new API PyUnicode_FromEncodedObject() which supports decoding by Marc-André Lemburg · 24 years ago
- 063e0cb Fix to bug #393 (UTF16 codec didn't like empty strings) and by Marc-André Lemburg · 24 years ago
- 2629bd5 Two more places where long should be used instead of int. Especially by Sjoerd Mullender · 24 years ago
- 449c325 Fixed some code that used 'short' to use 'long' instead. by Marc-André Lemburg · 24 years ago
- 85cc4d8 Fixed a couple of places where 'int' was used where 'long' by Marc-André Lemburg · 24 years ago
- 56cdce3 Conditionally (currently on ifdef macintosh) break the large switch up by Jack Jansen · 24 years ago
- 63f3d17 Added new codec APIs and a new interface method .encode() which by Marc-André Lemburg · 24 years ago
- 1f46860 Fix to bug #389: by Marc-André Lemburg · 24 years ago
- a7acf42 Added new .isalpha() and .isalnum() methods which provide interfaces by Marc-André Lemburg · 24 years ago
- f3938f5 Added new lookup API which matches all alphabetic Unicode characters, by Marc-André Lemburg · 24 years ago
- 4027f8f Added new .isalpha() and .isalnum() methods to match the same by Marc-André Lemburg · 24 years ago
- 1f5871e Removed Py_PROTO and switched to ANSI C declarations in the dict by Tim Peters · 24 years ago
- 1e7205a Bill Tutt: by Marc-André Lemburg · 24 years ago
- 891bc65 If auto-conversion fails, the Unicode codecs will return NULL. by Marc-André Lemburg · 24 years ago
- efecc7d changed repr and str to always convert unicode strings by Fredrik Lundh · 24 years ago
- 4cc6ac7 Neil Schemenauer: small fixes for GC by Guido van Rossum · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 9a15c21 Fix an error on AIX by using a proper cast. by Guido van Rossum · 24 years ago
- a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
- d49e5b4 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
- f28dd83 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
- c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
- 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
- 4f4b799 Jack Jansen: Use include "" instead of <>; and staticforward declarations by Guido van Rossum · 24 years ago
- d7823f2 Vladimir Marangozov: by Guido van Rossum · 24 years ago
- ad89bbc Trent Mick: change a few casts for Win64 compatibility. by Guido van Rossum · 24 years ago
- eceebb8 Jack Jansen: Moved includes to the top, removed think C support by Guido van Rossum · 24 years ago
- 0f774e3 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
- 7c01468 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
- d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
- d22162b traverse functions should return 0 on success by Jeremy Hylton · 24 years ago
- 99a8f90 raise TypeError when PyObject_Get/SetAttr called with non-string name by Jeremy Hylton · 24 years ago
- 8caad49 Round 1 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
- 396f6e0 Fredrik Lundh <effbot@telia.com>: by Fred Drake · 24 years ago