summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* try to avoid gross incompatibilities with earlier versions of PythonSkip Montanaro2003-02-031-12/+12
* _PyLong_Sign(): remove an assert that needed a variable ndigits thatGuido van Rossum2003-02-031-3/+2
* test_float_overflow(): make shuge (added last week) a little lessGuido van Rossum2003-02-031-1/+1
* Bug #676273: Rewrite paragraph in module docstringAndrew M. Kuchling2003-02-031-5/+5
* test_support.requires(): Instead of raising TestSkipped, raise a newFred Drake2003-02-032-2/+18
* add note about new db2pickle.py and pickle2db.py scriptsSkip Montanaro2003-02-031-2/+19
* [Bug #679251] Use correct constant nameAndrew M. Kuchling2003-02-031-6/+6
* note db2pickle.py and pickle2db.pySkip Montanaro2003-02-031-0/+2
* dump database files to pickle formatSkip Montanaro2003-02-031-0/+116
* convert pickles generated by db2pickle.py back to database filesSkip Montanaro2003-02-031-0/+127
* Add __all__ (suggested by Raymond Hettinger).Greg Ward2003-02-031-3/+5
* Remove test_b1 and test_b2 from the list of testsWalter Dörwald2003-02-031-2/+0
* patch #664131, fix config command on OSX and LinuxJust van Rossum2003-02-031-1/+2
* Fix bugMichael W. Hudson2003-02-031-9/+15
* add missing "summary" from long options listSkip Montanaro2003-02-031-1/+1
* * Add description of PyInt_FromString.Skip Montanaro2003-02-031-3/+23
* version 4.1.4 (4.1.3 just released)Gregory P. Smith2003-02-031-1/+1
* fix for use on python 2.1Gregory P. Smith2003-02-031-2/+0
* Add PyFloat_FromString. Left the char **pend argument out of theSkip Montanaro2003-02-031-0/+5
* cPickle now implements enough of protocol 2 to enable allGuido van Rossum2003-02-031-3/+3
* Fix comment typo.Walter Dörwald2003-02-021-1/+1
* Fix typos.Walter Dörwald2003-02-021-5/+5
* Fix typos.Walter Dörwald2003-02-021-4/+4
* Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9.Jack Jansen2003-02-021-18/+22
* The FSAliasFile routines also have an in/out parameter.Jack Jansen2003-02-022-4/+9
* cPickle support for TUPLE[123]. Incidentally plugged several undetectedTim Peters2003-02-023-91/+250
* jeez, now I know why I shouldn't even _want_ to learn sh.Just van Rossum2003-02-021-4/+4
* Massive edits. If p is a pointer to a struct, and p->f is a pointer toTim Peters2003-02-021-89/+93
* Minor cleanup, mostly adding horizontal whitespace, and breaking apartTim Peters2003-02-021-31/+30
* Implemented proto 2 NEWTRUE and NEWFALSE in cPickle.Tim Peters2003-02-022-2/+40
* Get ossaudiodev to compile on freebsd 4.7Neal Norwitz2003-02-022-1/+20
* long_from_binary_base(): Sped this a little by computing the # of bitsTim Peters2003-02-021-6/+6
* Beefed up the tests by putting in more "for proto in protocols:" outerTim Peters2003-02-022-86/+236
* Add some notes that got python to work on the snake farmNeal Norwitz2003-02-021-0/+16
* Fix compiler warningNeal Norwitz2003-02-022-1/+2
* dump(): Added asserts that self->proto is sane.Tim Peters2003-02-021-1/+2
* dump(): Fixed a stupid bug in new code. It wasn't possible for the bugTim Peters2003-02-021-1/+1
* Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code inTim Peters2003-02-022-4/+79
* One more use of ifilter()Raymond Hettinger2003-02-021-3/+2
* SF patch #678899: Save time and memory by using itertools in sets module.Raymond Hettinger2003-02-021-19/+11
* Tightened a too-generous assert.Tim Peters2003-02-021-1/+1
* long(string, base) now takes time linear in len(string) when base is aTim Peters2003-02-024-29/+113
* Fix memory leak: free memory storing the content model passed to theFred Drake2003-02-021-24/+48
* cPickle.c: Full support for the new LONG1 and LONG4. Added comments.Tim Peters2003-02-024-41/+227
* The C pickle now knows how to deal with a proto= argument. AssortedTim Peters2003-02-012-56/+95
* removed bizarre construct, no idea why it was there...Just van Rossum2003-02-011-1/+0
* patch #678211 from Robin DunnJust van Rossum2003-02-011-7/+15
* icon support by Robin Dunn, closes patch #678218Just van Rossum2003-02-011-1/+14
* Removed needless include of errno.h.Tim Peters2003-02-011-4/+0
* The module docstring had an RCS ID from 1999 embedded in it. EnoughTim Peters2003-02-011-3/+1