| Commit message (Expand) | Author | Age | Files | Lines |
* | Add __all__ (suggested by Raymond Hettinger). | Greg Ward | 2003-02-03 | 1 | -3/+5 |
|
|
* | Remove test_b1 and test_b2 from the list of tests | Walter Dörwald | 2003-02-03 | 1 | -2/+0 |
|
|
* | patch #664131, fix config command on OSX and Linux | Just van Rossum | 2003-02-03 | 1 | -1/+2 |
|
|
* | Fix bug | Michael W. Hudson | 2003-02-03 | 1 | -9/+15 |
|
|
* | fix for use on python 2.1 | Gregory P. Smith | 2003-02-03 | 1 | -2/+0 |
|
|
* | cPickle now implements enough of protocol 2 to enable all | Guido van Rossum | 2003-02-03 | 1 | -3/+3 |
|
|
* | Fix typos. | Walter Dörwald | 2003-02-02 | 1 | -4/+4 |
|
|
* | Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. | Jack Jansen | 2003-02-02 | 1 | -18/+22 |
|
|
* | cPickle support for TUPLE[123]. Incidentally plugged several undetected | Tim Peters | 2003-02-02 | 2 | -7/+40 |
|
|
* | jeez, now I know why I shouldn't even _want_ to learn sh. | Just van Rossum | 2003-02-02 | 1 | -4/+4 |
|
|
* | Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. | Tim Peters | 2003-02-02 | 1 | -0/+6 |
|
|
* | Beefed up the tests by putting in more "for proto in protocols:" outer | Tim Peters | 2003-02-02 | 1 | -86/+231 |
|
|
* | Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in | Tim Peters | 2003-02-02 | 1 | -2/+23 |
|
|
* | One more use of ifilter() | Raymond Hettinger | 2003-02-02 | 1 | -3/+2 |
|
|
* | SF patch #678899: Save time and memory by using itertools in sets module. | Raymond Hettinger | 2003-02-02 | 1 | -19/+11 |
|
|
* | long(string, base) now takes time linear in len(string) when base is a | Tim Peters | 2003-02-02 | 2 | -14/+2 |
|
|
* | cPickle.c: Full support for the new LONG1 and LONG4. Added comments. | Tim Peters | 2003-02-02 | 2 | -18/+64 |
|
|
* | The C pickle now knows how to deal with a proto= argument. Assorted | Tim Peters | 2003-02-01 | 1 | -11/+9 |
|
|
* | removed bizarre construct, no idea why it was there... | Just van Rossum | 2003-02-01 | 1 | -1/+0 |
|
|
* | icon support by Robin Dunn, closes patch #678218 | Just van Rossum | 2003-02-01 | 1 | -1/+14 |
|
|
* | There's no good reason for datetime objects to expose __getstate__() | Tim Peters | 2003-02-01 | 1 | -12/+0 |
|
|
* | Neaten ref count test. | Raymond Hettinger | 2003-02-01 | 1 | -1/+1 |
|
|
* | Removed all uses of the out-of-favor __safe_for_unpickling__ magic | Tim Peters | 2003-02-01 | 2 | -5/+0 |
|
|
* | Move itertools module from the sandbox and into production. | Raymond Hettinger | 2003-02-01 | 1 | -0/+158 |
|
|
* | Changed the tests to stop using __setstate__(). __setstate__() no | Tim Peters | 2003-01-31 | 1 | -65/+31 |
|
|
* | Pass the preprocessor options also to the resource compiler | Thomas Heller | 2003-01-31 | 1 | -1/+1 |
|
|
* | Add extension management to __all__. | Guido van Rossum | 2003-01-31 | 1 | -1/+2 |
|
|
* | Change the default protocol back to 0. | Guido van Rossum | 2003-01-31 | 1 | -8/+12 |
|
|
* | Another extension to reduce(). It can return a 4- or 5-tuple now. | Guido van Rossum | 2003-01-31 | 1 | -67/+92 |
|
|
* | Provide __module__ attributes for functions defined in C and Python. | Jeremy Hylton | 2003-01-31 | 2 | -3/+10 |
|
|
* | I believe this fixes | Michael W. Hudson | 2003-01-31 | 1 | -2/+3 |
|
|
* | Change the treatment of positions returned by PEP293 | Walter Dörwald | 2003-01-31 | 1 | -22/+74 |
|
|
* | Pass the object to save_reduce(), so the memoize() call can go into | Guido van Rossum | 2003-01-31 | 1 | -3/+8 |
|
|
* | Add a magical feature to save_reduce so that __reduce__ can cause | Guido van Rossum | 2003-01-31 | 1 | -4/+40 |
|
|
* | It's Official: for LONG1/LONG4, a "byte count" of 0 is taken as a | Tim Peters | 2003-01-31 | 2 | -9/+25 |
|
|
* | Make StringIO its own iterator, similar to real files. | Guido van Rossum | 2003-01-31 | 1 | -1/+9 |
|
|
* | M PyShell.py | Kurt B. Kaiser | 2003-01-31 | 2 | -84/+42 |
|
|
* | Fix typo | Neal Norwitz | 2003-01-31 | 1 | -1/+1 |
|
|
* | Linear-time implementations of {encode,decode}_long. | Tim Peters | 2003-01-31 | 1 | -19/+50 |
|
|
* | typo in comment | Barry Warsaw | 2003-01-31 | 1 | -1/+1 |
|
|
* | Give people who run "pydoc re" a clue. | Neil Schemenauer | 2003-01-31 | 1 | -1/+1 |
|
|
* | Change the approach to pickling to use __reduce__ everywhere. Most | Guido van Rossum | 2003-01-30 | 1 | -53/+49 |
|
|
* | pickle.py has a few doctest'ed internal functions, so run their tests. | Tim Peters | 2003-01-30 | 1 | -0/+1 |
|
|
* | Check whether the choosen encoding requires byte swapping | Walter Dörwald | 2003-01-30 | 1 | -10/+14 |
|
|
* | Updated the INST/OBJ docs, to say they really are (almost) identical | Tim Peters | 2003-01-30 | 1 | -0/+6 |
|
|
* | load_inst(), load_obj(): Put the bulk of these into a common new | Tim Peters | 2003-01-30 | 1 | -26/+18 |
|
|
* | dis(): Simplified stack emulation a bit. | Tim Peters | 2003-01-30 | 1 | -14/+16 |
|
|
* | There was a subtle big in save_newobj(): it used self.save_global(t) | Guido van Rossum | 2003-01-30 | 1 | -1/+2 |
|
|
* | Slight code rearrangement to avoid testing getstate twice. | Guido van Rossum | 2003-01-30 | 1 | -22/+23 |
|
|
* | In save_newobj(), if an object's __getnewargs__ and __getstate__ are | Guido van Rossum | 2003-01-30 | 1 | -0/+23 |
|
|