| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | SF patch 672098: Three __contains__ implementations | Raymond Hettinger | 2003-01-30 | 3 | -0/+7 |
|
|
* | Use %c rather than chr() to turn some ints into chars. | Guido van Rossum | 2003-01-29 | 1 | -2/+2 |
|
|
* | dis(): This had a problem with proto 0 pickles, in that POP sometimes | Tim Peters | 2003-01-29 | 1 | -17/+113 |
|
|
* | Implement appropriate __getnewargs__ for all immutable subclassable builtin | Guido van Rossum | 2003-01-29 | 3 | -15/+61 |
|
|
* | Only log a message and chmod() when the mode isn't already what we | Guido van Rossum | 2003-01-29 | 1 | -3/+6 |
|
|
* | - The mac-specific tests should also be run on darwin. | Jack Jansen | 2003-01-29 | 1 | -1/+2 |
|
|
* | minor grammar tweaks | Skip Montanaro | 2003-01-29 | 1 | -5/+5 |
|
|
* | Teach the parsermodule about floor division. Fixes | Michael W. Hudson | 2003-01-29 | 1 | -0/+5 |
|
|
* | Moved aepack test code to the test suite. | Jack Jansen | 2003-01-29 | 2 | -40/+84 |
|
|
* | Some objects could have uninitialized attributes. Fixed. | Jack Jansen | 2003-01-29 | 1 | -0/+2 |
|
|
* | test_macfs found an error on the first day of its existence: round trips for ... | Jack Jansen | 2003-01-29 | 1 | -1/+5 |
|
|
* | Document the demise of all pretenses of safety, and the difference | Guido van Rossum | 2003-01-29 | 1 | -4/+17 |
|
|