summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Squash compiler wng about signed-vs-unsigned mismatch.Tim Peters2003-03-211-1/+1
* add _csv build lineSkip Montanaro2003-03-201-0/+3
* new CSV file processing module - see PEP 305Skip Montanaro2003-03-201-0/+1465
* New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is aTim Peters2003-03-202-446/+27
* SF bug 705836: struct.pack of floats in non-native endian orderTim Peters2003-03-202-18/+61
* Renamed PyObject_GenericGetIter to PyObject_SelfIterRaymond Hettinger2003-03-174-15/+15
* Added a define EXTRAMACHDEPPATH which can be used to add sys.path itemsJack Jansen2003-03-171-1/+2
* binascii_a2b_base64: Properly return an empty string if the input was allThomas Wouters2003-03-171-1/+8
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-173-24/+3
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-171-96/+12
* - New function time.tzset() provides access to the C library tzet()Guido van Rossum2003-03-141-74/+144
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-131-171/+0
* Open with O_NONBLOCK to avoid hanging on open().Greg Ward2003-03-111-1/+5
* <sys/soundcard.h> seems to exist on both Linux and FreeBSD, so includeGreg Ward2003-03-101-22/+10
* An #endif was missing in Just's patch. Added.Jack Jansen2003-03-051-0/+1
* removing one Mac hack and add another:Just van Rossum2003-03-051-26/+16
* Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,Martin v. Löwis2003-03-051-20/+0
* Patch #696645: Remove VMS code with uncertain authorship.Martin v. Löwis2003-03-053-301/+60
* os.listdir(): Fall back to the original byte string if conversion to unicodeJust van Rossum2003-03-041-6/+8
* Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandlerNeal Norwitz2003-03-031-1/+13
* plugged leak noted by nnorwitz: the 'et' format returns allocated memoryJust van Rossum2003-03-031-2/+4
* Patch #683592 revisited, after discussions with MvL:Just van Rossum2003-03-031-10/+8
* Fix bugMichael W. Hudson2003-03-031-11/+83
* Don't crash on _tkinter.createfilehandler in non-threaded Tcl;Martin v. Löwis2003-03-031-1/+26
* get_completer() takes no argsNeal Norwitz2003-03-011-1/+1
* Several of the tools can make direct calls the inner iterators.Raymond Hettinger2003-03-011-9/+24
* Fix SF bug #690012 (among others), iconv_codec stops buildNeal Norwitz2003-02-281-3/+3
* use proper constant instead of comment (noted by nnorwitz)Just van Rossum2003-02-281-1/+1
* Fix SF bug #694816, remove comparison of unsigned value < 0Neal Norwitz2003-02-281-2/+2
* Patch #683592: unicode support for os.listdir()Just van Rossum2003-02-251-0/+24
* Change the test encoding from "ISO8859-1" to "ISO-8859-1"Walter Dörwald2003-02-241-4/+4
* SF patch #687598, array.append is sloooowNeal Norwitz2003-02-241-2/+47
* User requested changes to the itertools module.Raymond Hettinger2003-02-231-52/+236
* Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswappingWalter Dörwald2003-02-211-5/+5
* flex_complete looks like a private (but callback) function, so make it staticNeal Norwitz2003-02-211-1/+1
* The connect timeout code wasn't working on Windows.Guido van Rossum2003-02-191-12/+13
* - PyEval_GetFrame() is now declared to return a PyFrameObject *Guido van Rossum2003-02-191-1/+1
* os.mkdir() would crash with a Unicode filename and mode param.Mark Hammond2003-02-191-1/+1
* Use __reduce_ex__.Guido van Rossum2003-02-191-45/+36
* save_global(): Trying to resolve module.name can fail for twoTim Peters2003-02-181-3/+5
* Fold some long lines.Guido van Rossum2003-02-181-14/+31
* Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs.Neal Norwitz2003-02-181-1/+1
* Added test_posix (hopefully it works on Windows).Neal Norwitz2003-02-171-130/+64
* Use correct function name to PyArg_ParseTuple("is_package").Neal Norwitz2003-02-171-5/+2
* Make 2 module variables static. Assuming this is correct.Neal Norwitz2003-02-151-2/+2
* cPickle.c, load_build(): Taught cPickle how to pick apartTim Peters2003-02-151-21/+71
* cPickle produces NEWOBJ appropriately now. It still doesn't knowTim Peters2003-02-141-69/+195
* Minor assorted cleanups; no semantic changes.Tim Peters2003-02-131-10/+16
* The version of PyImport_Import() in cPickle is no longer needed (an editedTim Peters2003-02-131-64/+0
* save(): Reformat tail end just for clarity.Tim Peters2003-02-131-16/+17