| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up a warning on Win64. The downcast of the strlen size_t | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | Add the current Win64 compiler to the list of those that need the | Trent Mick | 2000-08-12 | 1 | -1/+5 |
|
|
* | Add largefile support for Linux64 and WIn64. Add test_largefile and some minor | Trent Mick | 2000-08-11 | 1 | -37/+145 |
|
|
* | Fix missing decrements of the recursive counter in PyObject_Compare(). | Vladimir Marangozov | 2000-08-11 | 1 | -6/+12 |
|
|
* | Barry's patch to implement the new setdefault() method. | Guido van Rossum | 2000-08-08 | 1 | -0/+36 |
|
|
* | Removing UTF-16 aware Unicode comparison code. This kind of compare | Marc-André Lemburg | 2000-08-08 | 1 | -0/+33 |
|
|
* | Removing warnings found by gcc -Wall | Moshe Zadka | 2000-08-04 | 2 | -4/+9 |
|
|
* | Boost buffer sizes in the absence of snprintf on Windows. | Tim Peters | 2000-08-04 | 1 | -14/+19 |
|
|
* | snprintf() is not portable, so continue to use sprintf() until a portable | Fred Drake | 2000-08-04 | 1 | -8/+6 |
|
|
* | This patch finalizes the move from UTF-8 to a default encoding in | Marc-André Lemburg | 2000-08-03 | 1 | -40/+40 |
|
|
* | Remove the tp_print handler. | Fred Drake | 2000-08-03 | 1 | -31/+27 |
|
|
* | Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. | Guido van Rossum | 2000-08-03 | 1 | -10/+0 |
|
|
* | Changing the CNRI copyright notice according to CNRI's instructions. | Guido van Rossum | 2000-08-03 | 2 | -2/+2 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 6 | -7/+0 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 2 | -10/+10 |
|
|
* | ANSIfy functions that were hiding inside a macro. | Thomas Wouters | 2000-07-23 | 1 | -1/+1 |
|
|
* | ANSIfication: remove very-old-varargs code, fix function declarations so | Thomas Wouters | 2000-07-22 | 1 | -34/+0 |
|
|
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 2 | -21/+5 |
|
|
* | Fixed problems with UTF error reporting macros and some formatting bugs. | Marc-André Lemburg | 2000-07-17 | 1 | -45/+64 |
|
|
* | Restore PyXXX_Length() APIs for binary compatibility. | Marc-André Lemburg | 2000-07-17 | 1 | -0/+24 |
|
|
* | gcc is being stupid with if/else constructs | Greg Stein | 2000-07-17 | 1 | -6/+14 |
|
|
* | stop messing around with goto and just write the macro correctly. | Greg Stein | 2000-07-16 | 1 | -7/+6 |
|
|
* | - change \x to mean "byte" also in unicode literals | Fredrik Lundh | 2000-07-16 | 1 | -3/+5 |
|
|
* | Fix fatal compiler (MSVC6) error: | Tim Peters | 2000-07-16 | 1 | -0/+1 |
|
|
* | Fix to a bug found by Florian Weimer: | Marc-André Lemburg | 2000-07-16 | 1 | -1/+2 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 6 | -12/+12 |
|
|
* | Fix in PyList_New(). With GC enabled and when out of memory, | Vladimir Marangozov | 2000-07-15 | 1 | -1/+1 |
|
|
* | Added PyObject_AsFileDescriptor, which checks for integer, long integer, | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+58 |
|
|
* | Propagate the current exception in get_inprogress_dict() -- it doesn't | Vladimir Marangozov | 2000-07-12 | 1 | -1/+0 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 3 | -4/+4 |
|
|
* | change abstract size functions PySequence_Size &c. | Jeremy Hylton | 2000-07-12 | 2 | -9/+9 |
|
|
* | Fix typo in error message | Andrew M. Kuchling | 2000-07-12 | 1 | -1/+1 |
|
|
* | Include macglue.h on the macintosh, so function prototypes are in scope. | Jack Jansen | 2000-07-11 | 1 | -0/+4 |
|
|
* | small updates to string_join: | Jeremy Hylton | 2000-07-11 | 1 | -6/+9 |
|
|
* | Jeremy Hylton: | Marc-André Lemburg | 2000-07-11 | 1 | -2/+4 |
|
|
* | string_join(): Some cleaning up of reference counting. In the | Barry Warsaw | 2000-07-11 | 1 | -7/+10 |
|
|
* | fix two refcount bugs in new string_join implementation: | Jeremy Hylton | 2000-07-11 | 1 | -6/+2 |
|
|
* | two changes to string_join: | Jeremy Hylton | 2000-07-10 | 1 | -82/+42 |
|
|
* | - changed hash calculation for unicode strings. the new | Fredrik Lundh | 2000-07-10 | 1 | -18/+20 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -105/+46 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 2 | -214/+83 |
|
|
* | Somebody started playing with const, so of course the outcome | Tim Peters | 2000-07-09 | 1 | -8/+8 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 3 | -252/+102 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 3 | -60/+22 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 3 | -79/+33 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -27/+10 |
|
|
* | Remove legacy use of __SC__; no longer needed now that ANSI source is | Fred Drake | 2000-07-09 | 1 | -5/+0 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 2 | -155/+59 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -98/+48 |
|
|
* | type_error(): Added "const" to signature to eliminate warning with -Wall. | Fred Drake | 2000-07-09 | 1 | -1/+1 |
|
|