2003-02-02 |
Neal Norwitz | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Tim Peters | dump(): Added asserts that self->proto is sane. |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Tim Peters | dump(): Fixed a stupid bug in new code. It wasn't... |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Tim Peters | Add cPickle support for PROTO. Duplicated PROTO/LONG1... |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Raymond Hettinger | One more use of ifilter() |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Raymond Hettinger | SF patch #678899: Save time and memory by using iterto... |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Tim Peters | Tightened a too-generous assert. |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Tim Peters | long(string, base) now takes time linear in len(string... |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Fred Drake | Fix memory leak: free memory storing the content model... |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Tim Peters | cPickle.c: Full support for the new LONG1 and LONG4... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | The C pickle now knows how to deal with a proto= argume... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Just van Rossum | removed bizarre construct, no idea why it was there... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Just van Rossum | patch #678211 from Robin Dunn |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Just van Rossum | icon support by Robin Dunn, closes patch #678218 |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | Removed needless include of errno.h. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | The module docstring had an RCS ID from 1999 embedded... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | Added #defines for proto 2 opcodes; gave the Pickler... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | New functions alloc_{time,datetime}. Got rid of all... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | There's no good reason for datetime objects to expose... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Raymond Hettinger | Neaten ref count test. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | Removed all uses of the out-of-favor __safe_for_unpickl... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | All over: changed comments to reflect pickling is... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Tim Peters | delta_setstate(): This waS no longer referenced, so... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Raymond Hettinger | Move itertools module from the sandbox and into production. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tim Peters | The various datetime object __setstate__() methods... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tim Peters | Changed the tests to stop using __setstate__(). __sets... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tim Peters | Squash compiler wng about signed/unsigned comparison... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Guido van Rossum | Ignore the state returned by __reduce__ if it is Py_None. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Thomas Heller | Patch #669198: Add cflags to RC compile. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Thomas Heller | Pass the preprocessor options also to the resource... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Guido van Rossum | Add extension management to __all__. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Guido van Rossum | Change the default protocol back to 0. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Guido van Rossum | Another extension to reduce(). It can return a 4-... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Jeremy Hylton | Document __module__. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Jeremy Hylton | Provide __module__ attributes for functions defined... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Guido van Rossum | SF patch #678257 by Geoff Talvola. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Guido van Rossum | SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Michael W.... | I believe this fixes |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Walter Dörwald | Change the treatment of positions returned by PEP293 |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Guido van Rossum | Pass the object to save_reduce(), so the memoize()... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Guido van Rossum | Add a magical feature to save_reduce so that __reduce__... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tim Peters | It's Official: for LONG1/LONG4, a "byte count" of... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Walter Dörwald | Initialize swappedinput to silence the compiler warning... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Guido van Rossum | Make StringIO its own iterator, similar to real files. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tim Peters | _PyLong_NumBits(): The definition of this was too... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Raymond Hettinger | SF bug #671447: StringIO doc doesn't say it's sometimes... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tim Peters | Linear-time implementations of {encode,decode}_long. |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Barry Warsaw | typo in comment |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Tim Peters | Backward branches are disgusting, at least when a forwa... |
commit | commitdiff | tree | snapshot |
2003-01-31 |
Neil Schemenauer | Give people who run "pydoc re" a clue. |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Fred Drake | Fix markup error. |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Guido van Rossum | Change the approach to pickling to use __reduce__ every... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Tim Peters | pickle.py has a few doctest'ed internal functions,... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Walter Dörwald | Check whether the choosen encoding requires byte swapping |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Tim Peters | Updated the INST/OBJ docs, to say they really are ... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Tim Peters | load_inst(), load_obj(): Put the bulk of these into... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Fred Drake | Style consistency, so "grep ^function ..." works as... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Tim Peters | dis(): Simplified stack emulation a bit. |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Michael W.... | I was in this module anyway, so I did some janitorial... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Michael W.... | Add the get_completer() function based on Michael Stone... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Guido van Rossum | There was a subtle big in save_newobj(): it used self... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Guido van Rossum | Slight code rearrangement to avoid testing getstate... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Guido van Rossum | In save_newobj(), if an object's __getnewargs__ and... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Raymond Hettinger | Author markup: Andrew got to it first |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Raymond Hettinger | SF patch 672098: Three __contains__ implementations |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Mark Hammond | Fix [ 583477 ] wrong dest size. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Use %c rather than chr() to turn some ints into chars. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | dis(): This had a problem with proto 0 pickles, in... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Implement appropriate __getnewargs__ for all immutable... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Only log a message and chmod() when the mode isn't... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Jack Jansen | - The mac-specific tests should also be run on darwin. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Skip Montanaro | minor grammar tweaks |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Michael W.... | Teach the parsermodule about floor division. Fixes |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Jack Jansen | Moved aepack test code to the test suite. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Jack Jansen | Some objects could have uninitialized attributes. Fixed. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Jack Jansen | test_macfs found an error on the first day of its exist... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Document the demise of all pretenses of safety, and... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Declare Protocol 2 as implemented. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Support for extension codes. (By accident I checked... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Test all three EXT opcodes, and move these tests into |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Fred Drake | Make the footer at the end of a \verbatiminput stand... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Fred Drake | Move a footnote to the end of the sentence, so the... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | pickle: Comment repair. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | Updated info about test_bsddb3 failures. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | Expect test_macostools and test_macfs to get skipped... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Jack Jansen | Test aliases too. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Jack Jansen | Converted to not use macfs whenever possible. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Jack Jansen | Added a missing INCREF in pathname(). |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Temporary hacks to arrange that the pickle tests relyin... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Add a comment about how some built-in types should... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Get rid of __safe_for_unpickling__ and safe_constructors. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Renamed "bin" arguments to "proto". Note that this... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Fred Drake | More markup changes for consistency. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Fred Drake | Various minor markup adjustments. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Add a test for a list subclass with a __dict__ as well... |
commit | commitdiff | tree | snapshot |
next |