summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check of return values and proper error handling.Barry Warsaw1997-01-031-30/+60
* Fill pad bytes with zeros (fixing a bug dating from the very first version!).Guido van Rossum1997-01-031-2/+5
* Scratch the ears of gcc -Wall.Barry Warsaw1997-01-031-1/+1
* Several changes:Barry Warsaw1997-01-031-105/+157
* Ok, ok, I've fixed gradual underflow on packing too.Guido van Rossum1997-01-021-45/+47
* Oops -- unpack float/double didn't do the right thing if e==0.Guido van Rossum1997-01-021-4/+14
* Support float and double in non-native formats.Guido van Rossum1997-01-021-2/+365
* rotorobj_setkey(): A single string argument is now required (i.e. noBarry Warsaw1997-01-021-5/+3
* Added better handling of unsigned longs -- a Python long returned byGuido van Rossum1996-12-311-27/+163
* Fix the first bugs... treatment of 0 count was wrong, and memchr()Guido van Rossum1996-12-311-6/+6
* Pretty much rewritten to fulfull several long-standing wishes:Guido van Rossum1996-12-311-226/+572
* Renamed.Roger E. Masse1996-12-241-0/+8530
* Reworked to check for memory problems (one potential found),Barry Warsaw1996-12-231-204/+245
* Renamed.Roger E. Masse1996-12-201-380/+406
* Several changes. Test program to follow.Barry Warsaw1996-12-201-162/+267
* Renamed.Roger E. Masse1996-12-201-615/+625
* 1. Export open(2) flag constants for every defined constantBarry Warsaw1996-12-191-16/+88
* Minor formatting changes.Barry Warsaw1996-12-191-10/+11
* Minor formatting changes.Barry Warsaw1996-12-191-31/+33
* Added the new getprotobyname() call to the module overview at the top.Guido van Rossum1996-12-191-0/+1
* Added getprotobyname() interface.Guido van Rossum1996-12-191-0/+24
* Removed references to getdoublearg and get2doublearg rename macros andRoger E. Masse1996-12-181-8/+5
* Eradicated all references to getintarg and getstrarg and substituded theRoger E. Masse1996-12-181-5/+2
* Opps, left out two defines needed for argument parsing.Roger E. Masse1996-12-181-0/+3
* Tabification changes only; the module was already newly named.Barry Warsaw1996-12-181-32/+37
* Renamed.Roger E. Masse1996-12-181-28/+27
* Added Jeremy's resource module.Guido van Rossum1996-12-183-0/+242
* Correct *another* mistake (initmath() always fell through to fatal error).Guido van Rossum1996-12-181-0/+1
* Correct 1-char typo / syntax error.Guido van Rossum1996-12-181-1/+1
* Corrected two errors introduced by the renaming (and the subsequentGuido van Rossum1996-12-171-5/+10
* Renamed in a grand-ee-ous way!Roger E. Masse1996-12-171-171/+176
* Opps, left in a /*#include "modsupport.h"*/Roger E. Masse1996-12-171-1/+0
* Grandly renamed.Roger E. Masse1996-12-171-61/+65
* Another fix for Split() -- don't refuse {"} but turn it into ".Guido van Rossum1996-12-171-1/+7
* Check errors returned by recursive call to Split().Guido van Rossum1996-12-171-5/+12