summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Do a better job of testing that opcodes aren't generated under protocolsTim Peters2003-02-031-18/+32
* Fix typo.Walter Dörwald2003-02-031-1/+1
* - Thanks to Scott David Daniels, a subtle bug in how the zlibGuido van Rossum2003-02-035-189/+495
* SF #661437, apply() should get PendingDeprecationNeal Norwitz2003-02-031-0/+3
* Fix typos.Walter Dörwald2003-02-031-2/+2
* Port test_pow.py to PyUnit. From SF patch #662807Walter Dörwald2003-02-032-149/+110
* _slotnames(): this is a fairly expensive calculation. Cache theGuido van Rossum2003-02-031-6/+23
* [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew DalkeAndrew M. Kuchling2003-02-031-5/+16
* _slotnames(): exclude __dict__ and __weakref__; these aren't realGuido van Rossum2003-02-031-1/+2
* Support keyword argument 'bin', with a pending deprecation warning.Guido van Rossum2003-02-031-5/+13
* Proper testing of proto 2 in part requires checking that the new opcodesTim Peters2003-02-031-11/+10
* brainoSkip Montanaro2003-02-031-2/+2
* PDATA_PUSH and PDATA_APPEND. documented, and reformatted for betterTim Peters2003-02-031-30/+38
* Bug #678077: Suggest alternative to os.getlogin()Andrew M. Kuchling2003-02-031-1/+3
* try to avoid gross incompatibilities with older versions of PythonSkip Montanaro2003-02-031-12/+12
* 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