summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* posix_execve(): Accept any mapping protocol object for the envBarry Warsaw1997-01-291-7/+18
* Change bsddbmodule.o -> bsddbmodule.c.Guido van Rossum1997-01-281-1/+1
* Added LDLAST variable, substituted by configure script, for the finalGuido van Rossum1997-01-281-1/+2
* Two more arguments to newcodeobject -- first lineno and lineno table.Guido van Rossum1997-01-241-4/+7
* Initialize the ob_type field of PyAST_Type dynamically (inGuido van Rossum1997-01-231-3/+7
* Bump install version to 1.5.Guido van Rossum1997-01-221-1/+1
* Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall().Guido van Rossum1997-01-211-1/+3
* work build# into version stringGuido van Rossum1997-01-202-2/+39
* Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and useGuido van Rossum1997-01-171-2/+6
* Add stacksize argument to new.code().Guido van Rossum1997-01-171-5/+6
* Added Sjoerd's submitted 'ratecv' method. Made corrections for new names.Roger E. Masse1997-01-171-25/+140
* Renamed, but not tested. Guido will you try your test script on this?Roger E. Masse1997-01-171-95/+94
* Renamed.Roger E. Masse1997-01-171-530/+584
* (puremodule.c): New module which exports the Purify and Quantify C APIBarry Warsaw1997-01-173-4/+1169
* Already renamed. Indented.Roger E. Masse1997-01-161-471/+513
* Renamed.Roger E. Masse1997-01-161-79/+88
* set_key(): Use Py_CHARMASK macro to get the character from the arrayBarry Warsaw1997-01-161-237/+43
* reformattedBarry Warsaw1997-01-161-835/+977
* Removed _xdr moduleBarry Warsaw1997-01-141-1/+0
* Eliminated gcc -Wall complaints:Barry Warsaw1997-01-141-26/+22
* Quieted gcc -Wall by removing unused local variables.Barry Warsaw1997-01-141-5/+9
* Quieted gcc -Wall by removing unused local variables.Barry Warsaw1997-01-141-2/+0
* Formatting.Barry Warsaw1997-01-141-18/+17
* Obsolete, now that xdrlib.py uses the new-and-improved struct module.Barry Warsaw1997-01-141-187/+0
* Renamed.Barry Warsaw1997-01-131-49/+45
* Formatting, and minor error detectionBarry Warsaw1997-01-131-49/+52
* initthread(): Removed extraneous Py_INCREF(ThreadError)Barry Warsaw1997-01-131-1/+0
* Fix leak involving BuildValue("...O...").Guido van Rossum1997-01-121-3/+7
* Add entries for cStringIO and cPickleGuido van Rossum1997-01-111-0/+3
* On Windows, -u implies binary mode for stdin/stdoutGuido van Rossum1997-01-111-0/+4
* The usual return-value and memory management checks. I'm not planningBarry Warsaw1997-01-101-10/+16
* Formatting changes, plus memory management in initsyslog()Barry Warsaw1997-01-091-90/+102
* initsignal(): Py_DECREFs really should be Py_XDECREFs in case theBarry Warsaw1997-01-091-34/+34
* Plugged a couple of potential return value problems, memory leaks, andBarry Warsaw1997-01-091-8/+13
* Primarily formatting changes, but I also plugged a couple of potentialBarry Warsaw1997-01-091-302/+308
* Nailed a couple of memory leaks, caught by Purify.Barry Warsaw1997-01-094-8/+25
* cPickle, version 0.1.Guido van Rossum1997-01-061-0/+3767
* Jim's latest version.Guido van Rossum1997-01-061-90/+129
* New strop_joinfields implementation, highly optimized for Lists. AllBarry Warsaw1997-01-061-60/+82
* Rewrote translate() as follows:Guido van Rossum1997-01-061-28/+52
* strop_upper(), strop_lower(): shared code version caused to much of aBarry Warsaw1997-01-031-27/+65
* Renamed but not well tested.Roger E. Masse1997-01-031-273/+278
* Several changes:Barry Warsaw1997-01-031-142/+106
* Renamed, but not throughly tested.Roger E. Masse1997-01-031-226/+235
* Renamed, but untested.Roger E. Masse1997-01-031-765/+780
* Added PyLong*UnsignedLong and PyCobject interfaces.Guido van Rossum1997-01-031-0/+4
* Renamed, reindented. (was already partially complete)Roger E. Masse1997-01-031-933/+939
* Add new formats B, H, I, L for unsigned data types (analogous to theGuido van Rossum1997-01-031-1/+85
* Changed the ``add/sub_offset'' hacks for dealing with C's unsignedGuido van Rossum1997-01-031-112/+14
* Reindented.Roger E. Masse1997-01-031-516/+546