Guido van Rossum
|
f95c17f368
|
Document the extension registry API.
Remove mention of Twisted (they don't want it).
|
2003-02-04 19:28:16 +00:00 |
Guido van Rossum
|
8787ee145b
|
Introduce extension codes.
|
2003-02-04 19:12:25 +00:00 |
Guido van Rossum
|
eb93e1fcdc
|
Refactored according to 3 main cases.
|
2003-02-04 17:53:55 +00:00 |
Guido van Rossum
|
6b1fc6f8c0
|
Fix crucial typo found by Niki Spahiev.
|
2003-02-04 14:50:23 +00:00 |
Guido van Rossum
|
90133d7f6a
|
Added docs for __getstate__ and __setstate__, __getinitargs__ and
__getnewargs__. Unfortunately these need to be refactored again
according to a different organizing principle. ;-(
|
2003-02-03 20:22:23 +00:00 |
Guido van Rossum
|
2c9210a9b5
|
Misc tweaks and updates.
|
2003-02-03 17:50:16 +00:00 |
Guido van Rossum
|
ccc70922b4
|
Add __newobj__ and TBD section.
|
2003-02-01 20:10:35 +00:00 |
Guido van Rossum
|
628e37cde1
|
Document extended __reduce__ API.
|
2003-01-31 21:58:34 +00:00 |
Guido van Rossum
|
1ff1f735ff
|
Security issues.
|
2003-01-31 21:13:18 +00:00 |
Guido van Rossum
|
584036ddd6
|
Extend intro; add motivation and a section on protocol versions.
|
2003-01-31 19:56:32 +00:00 |
Guido van Rossum
|
f739e21311
|
Claim PEP 307 for extensions to the pickle protocol.
|
2003-01-31 19:12:53 +00:00 |