| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | ANSI-fication of the source. | Fred Drake | 2000-07-09 | 1 | -109/+95 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 3 | -360/+135 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 6 | -33/+33 |
|
|
* | - changed __repr__ to use "unicode escape" encoding for unicode | Fredrik Lundh | 2000-07-08 | 1 | -1/+1 |
|
|
* | delete unused local variable from _PyTrash_deposit_object | Skip Montanaro | 2000-07-08 | 1 | -1/+0 |
|
|
* | _Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'd | Skip Montanaro | 2000-07-08 | 1 | -0/+2 |
|
|
* | Cray J90 fixes for long ints. | Tim Peters | 2000-07-08 | 2 | -9/+9 |
|
|
* | The tail end of x_sub implicitly assumed that an unsigned short | Tim Peters | 2000-07-08 | 1 | -0/+1 |
|
|
* | Got RID of redundant coercions in longobject.c (as spotted by Greg | Tim Peters | 2000-07-08 | 1 | -6/+3 |
|
|
* | New surrogate support in the UTF-8 codec. By Bill Tutt. | Marc-André Lemburg | 2000-07-07 | 1 | -29/+80 |
|
|
* | Some cleanup of longs in prepartion for Cray J90 fixes: got | Tim Peters | 2000-07-07 | 1 | -241/+105 |
|
|
* | Added new API PyUnicode_FromEncodedObject() which supports decoding | Marc-André Lemburg | 2000-07-07 | 1 | -6/+49 |
|
|
* | Fix to bug #393 (UTF16 codec didn't like empty strings) and | Marc-André Lemburg | 2000-07-07 | 1 | -7/+6 |
|
|
* | Two more places where long should be used instead of int. Especially | Sjoerd Mullender | 2000-07-07 | 1 | -2/+2 |
|
|
* | Fixed some code that used 'short' to use 'long' instead. | Marc-André Lemburg | 2000-07-06 | 1 | -3/+3 |
|
|
* | Fixed a couple of places where 'int' was used where 'long' | Marc-André Lemburg | 2000-07-06 | 1 | -7/+7 |
|
|
* | Conditionally (currently on ifdef macintosh) break the large switch up | Jack Jansen | 2000-07-06 | 1 | -0/+15 |
|
|
* | Added new codec APIs and a new interface method .encode() which | Marc-André Lemburg | 2000-07-06 | 1 | -0/+114 |
|
|
* | Fix to bug #389: | Marc-André Lemburg | 2000-07-05 | 1 | -4/+4 |
|
|
* | Added new .isalpha() and .isalnum() methods which provide interfaces | Marc-André Lemburg | 2000-07-05 | 1 | -0/+66 |
|
|
* | Added new lookup API which matches all alphabetic Unicode characters, | Marc-André Lemburg | 2000-07-05 | 1 | -0/+5295 |
|
|
* | Added new .isalpha() and .isalnum() methods to match the same | Marc-André Lemburg | 2000-07-05 | 1 | -0/+68 |
|
|
* | Removed Py_PROTO and switched to ANSI C declarations in the dict | Tim Peters | 2000-07-04 | 1 | -104/+34 |
|
|
* | Bill Tutt: | Marc-André Lemburg | 2000-07-04 | 1 | -6/+29 |
|
|
* | If auto-conversion fails, the Unicode codecs will return NULL. | Marc-André Lemburg | 2000-07-03 | 1 | -11/+13 |
|
|
* | changed repr and str to always convert unicode strings | Fredrik Lundh | 2000-07-01 | 1 | -0/+16 |
|
|
* | Neil Schemenauer: small fixes for GC | Guido van Rossum | 2000-07-01 | 6 | -7/+14 |
|
|