| Commit message (Expand) | Author | Age | Files | Lines |
* | An #endif was missing in Just's patch. Added. | Jack Jansen | 2003-03-05 | 1 | -0/+1 |
|
|
* | removing one Mac hack and add another: | Just van Rossum | 2003-03-05 | 1 | -26/+16 |
|
|
* | Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, | Martin v. Löwis | 2003-03-05 | 1 | -20/+0 |
|
|
* | Patch #696645: Remove VMS code with uncertain authorship. | Martin v. Löwis | 2003-03-05 | 3 | -301/+60 |
|
|
* | os.listdir(): Fall back to the original byte string if conversion to unicode | Just van Rossum | 2003-03-04 | 1 | -6/+8 |
|
|
* | Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler | Neal Norwitz | 2003-03-03 | 1 | -1/+13 |
|
|
* | plugged leak noted by nnorwitz: the 'et' format returns allocated memory | Just van Rossum | 2003-03-03 | 1 | -2/+4 |
|
|
* | Patch #683592 revisited, after discussions with MvL: | Just van Rossum | 2003-03-03 | 1 | -10/+8 |
|
|
* | Fix bug | Michael W. Hudson | 2003-03-03 | 1 | -11/+83 |
|
|
* | Don't crash on _tkinter.createfilehandler in non-threaded Tcl; | Martin v. Löwis | 2003-03-03 | 1 | -1/+26 |
|
|
* | get_completer() takes no args | Neal Norwitz | 2003-03-01 | 1 | -1/+1 |
|
|
* | Several of the tools can make direct calls the inner iterators. | Raymond Hettinger | 2003-03-01 | 1 | -9/+24 |
|
|
* | Fix SF bug #690012 (among others), iconv_codec stops build | Neal Norwitz | 2003-02-28 | 1 | -3/+3 |
|
|
* | use proper constant instead of comment (noted by nnorwitz) | Just van Rossum | 2003-02-28 | 1 | -1/+1 |
|
|
* | Fix SF bug #694816, remove comparison of unsigned value < 0 | Neal Norwitz | 2003-02-28 | 1 | -2/+2 |
|
|
* | Patch #683592: unicode support for os.listdir() | Just van Rossum | 2003-02-25 | 1 | -0/+24 |
|
|
* | Change the test encoding from "ISO8859-1" to "ISO-8859-1" | Walter Dörwald | 2003-02-24 | 1 | -4/+4 |
|
|
* | SF patch #687598, array.append is sloooow | Neal Norwitz | 2003-02-24 | 1 | -2/+47 |
|
|
* | User requested changes to the itertools module. | Raymond Hettinger | 2003-02-23 | 1 | -52/+236 |
|
|
* | Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswapping | Walter Dörwald | 2003-02-21 | 1 | -5/+5 |
|
|
* | flex_complete looks like a private (but callback) function, so make it static | Neal Norwitz | 2003-02-21 | 1 | -1/+1 |
|
|
* | The connect timeout code wasn't working on Windows. | Guido van Rossum | 2003-02-19 | 1 | -12/+13 |
|
|
* | - PyEval_GetFrame() is now declared to return a PyFrameObject * | Guido van Rossum | 2003-02-19 | 1 | -1/+1 |
|
|
* | os.mkdir() would crash with a Unicode filename and mode param. | Mark Hammond | 2003-02-19 | 1 | -1/+1 |
|
|
* | Use __reduce_ex__. | Guido van Rossum | 2003-02-19 | 1 | -45/+36 |
|
|
* | save_global(): Trying to resolve module.name can fail for two | Tim Peters | 2003-02-18 | 1 | -3/+5 |
|
|
* | Fold some long lines. | Guido van Rossum | 2003-02-18 | 1 | -14/+31 |
|
|
* | Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs. | Neal Norwitz | 2003-02-18 | 1 | -1/+1 |
|
|
* | Added test_posix (hopefully it works on Windows). | Neal Norwitz | 2003-02-17 | 1 | -130/+64 |
|
|
* | Use correct function name to PyArg_ParseTuple("is_package"). | Neal Norwitz | 2003-02-17 | 1 | -5/+2 |
|
|
* | Make 2 module variables static. Assuming this is correct. | Neal Norwitz | 2003-02-15 | 1 | -2/+2 |
|
|
* | cPickle.c, load_build(): Taught cPickle how to pick apart | Tim Peters | 2003-02-15 | 1 | -21/+71 |
|
|
* | cPickle produces NEWOBJ appropriately now. It still doesn't know | Tim Peters | 2003-02-14 | 1 | -69/+195 |
|
|
* | Minor assorted cleanups; no semantic changes. | Tim Peters | 2003-02-13 | 1 | -10/+16 |
|
|
* | The version of PyImport_Import() in cPickle is no longer needed (an edited | Tim Peters | 2003-02-13 | 1 | -64/+0 |
|
|
* | save(): Reformat tail end just for clarity. | Tim Peters | 2003-02-13 | 1 | -16/+17 |
|
|
* | Another dummy type. | Guido van Rossum | 2003-02-13 | 1 | -0/+61 |
|
|
* | Taught cPickle how to read pickles containing NEWOBJ. This won't get | Tim Peters | 2003-02-13 | 1 | -1/+75 |
|
|
* | Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. | Tim Peters | 2003-02-13 | 1 | -5/+9 |
|
|
* | Conditionalize another constant | Andrew M. Kuchling | 2003-02-13 | 1 | -0/+2 |
|
|
* | socket_inet_aton(): ip_addr was left undefined before use in the | Tim Peters | 2003-02-13 | 1 | -9/+9 |
|
|
* | Ummm, try to get it right this time | Neal Norwitz | 2003-02-13 | 1 | -1/+1 |
|
|
* | Use configure to check for inet_aton. | Neal Norwitz | 2003-02-13 | 1 | -1/+1 |
|
|
* | Addressing SF bug #643005, implement socket.inet_aton() using | Guido van Rossum | 2003-02-12 | 1 | -1/+17 |
|
|
* | Minor cleanup of new batch-list/dict code. | Tim Peters | 2003-02-12 | 1 | -16/+12 |
|
|
* | Add more missing PyErr_NoMemory() after failled memory allocs | Neal Norwitz | 2003-02-11 | 2 | -3/+3 |
|
|
* | Implemented batching for dicts in cPickle. This is after two failed | Tim Peters | 2003-02-11 | 1 | -30/+119 |
|
|
* | Add Str, a subclass of str. | Guido van Rossum | 2003-02-11 | 1 | -0/+58 |
|
|
* | Implemented list batching in cPickle. | Tim Peters | 2003-02-11 | 1 | -30/+103 |
|
|
* | Unparenting BZ2File, as discussed in SF patch #661796. | Gustavo Niemeyer | 2003-02-11 | 1 | -102/+158 |
|
|