summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Documented the 2's-comp business for the new long opcodes.Tim Peters2003-01-271-3/+3
|
* Whitespace normalization.Tim Peters2003-01-271-3/+3
|
* decode_long(): Simplified the "is it negative?" test.Tim Peters2003-01-271-2/+5
|
* Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'.Guido van Rossum2003-01-272-16/+29
| | | | The protocol now defaults to 1. Protocol 2 is still unimplemented.
* Support socket timeout in SSL, by Geoff Talvola.Guido van Rossum2003-01-273-0/+55
| | | | (SF patch #675750, to fix SF bug #675552.)
* Begin documenting protocol 2.Guido van Rossum2003-01-272-0/+304
|
* Added some comments.Tim Peters2003-01-271-0/+2
|
* memoize(): Reworded the docs to try to disentangle the Pickler's memoTim Peters2003-01-271-7/+11
| | | | dict from the Unpickler's memo (which is a different beast!).
* Using marshal functions to pack & unpack 1-byte ints is an obscure &Tim Peters2003-01-271-11/+10
| | | | expensive way to spell chr() and ord().
* Added a brief comment to each pickle opcode declaration.Tim Peters2003-01-271-45/+50
|
* Remove a stray quote.Guido van Rossum2003-01-271-1/+1
|
* Repaired comment.Tim Peters2003-01-271-2/+2
|
* stringnl_noescape_pair(): changed the reader to separate the twoTim Peters2003-01-271-6/+6
| | | | | | | component strings by a blank instead of a period. Guido pointed out that the component strings (at least the first one) can be dotted already. find_class() is overridable too, so only God knows all the possibilities that make sense to someone.
* Moving pickletools.py from the sandbox into the std library. I startedTim Peters2003-01-273-2/+1803
| | | | | this over the weekend, and it made faster & better progress than I expected -- it's already useful <wink>.
* Repaired spelling of "test_iconv_codecs" in various expected-skip lists.Tim Peters2003-01-271-3/+3
|
* Update register exampleAndrew M. Kuchling2003-01-271-10/+16
|
* Adjust some of Skip's latest changes slightly; these really are thingsFred Drake2003-01-271-5/+13
| | | | that should stand out.
* Make the "notice" environments somewhat similar, with less differenceFred Drake2003-01-271-1/+11
| | | | between the "note" and "warning" flavors.
* Remove the recently-added get_distutil_options(), and justAndrew M. Kuchling2003-01-272-8/+15
| | | | have two tuples listing the legal keywords for setup() and Extension()
* Fix comment typosWalter Dörwald2003-01-271-3/+4
|
* Attempting to keep the Mac section of the NEWS file up-to-date, in steadJack Jansen2003-01-271-1/+5
| | | | of the usual frantic editing at the last moment:-)
* * add \versionadded{} strings as appropriateSkip Montanaro2003-01-271-5/+23
| | | | | | * remove doc for defunct IllegalKeywordArgument exception * add note that HTTP class is for backward compatibility and refer reader to online docstrings for help
* Fix reference counting of iconvcodec_Type. Fixes #670715.Martin v. Löwis2003-01-271-6/+4
| | | | Remove GC code; the base type does not need GC.
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-271-0/+95
|
* Update for release.Kurt B. Kaiser2003-01-273-13/+39
| | | | | Modified Files: INSTALL.txt NEWS.txt idlever.py
* Whitespace normalization.Kurt B. Kaiser2003-01-273-4/+4
| | | | | Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py
* Use new file dialogs.Jack Jansen2003-01-265-29/+30
|
* Fix an omission in the previous checkin.Jack Jansen2003-01-261-1/+1
|
* Use new file dialogs.Jack Jansen2003-01-2616-78/+72
|
* Update.Kurt B. Kaiser2003-01-261-7/+9
|
* Use new file dialogs.Jack Jansen2003-01-263-39/+34
|
* Path to default location for Python output has changed.Jack Jansen2003-01-261-3/+3
|
* FSRef and EasyDialogs pathname support was pretty much broken in ↵Jack Jansen2003-01-263-14/+68
| | | | MacPython-OS9. Fixed.
* Get rid of compiler warnings on RedhatNeal Norwitz2003-01-261-2/+2
|
* amk pointed out that syslog may use UDP or TCP sockets.Neal Norwitz2003-01-261-1/+7
| | | | Update to try UDP, if that fails, try TCP.
* Define XML_STATIC.Martin v. Löwis2003-01-261-2/+2
|
* Add _iconv_codec to Setup.dist. Use PyModule_ functions.Martin v. Löwis2003-01-262-8/+6
|
* Test that True can be copied.Martin v. Löwis2003-01-261-0/+4
|
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-266-0/+690
|
* Require PyXML 0.8.2.Martin v. Löwis2003-01-261-1/+1
|
* Merge with PyXML 1.3:Martin v. Löwis2003-01-261-0/+23
| | | | | | | Add support for the DOM Level 3 (draft) DOMImplementationSource interface to the xml.dom and xml.dom.minidom modules. Note API issue: the draft spec says to return null when there is no suitable implementation, while the Python getDOMImplementation() function raises ImportError (minor).
* Merge with PyXML 1.34: Correct typo. Fixes #674700.Martin v. Löwis2003-01-261-1/+1
|
* Merge with PyXML 1.82:Martin v. Löwis2003-01-261-8/+12
| | | | | Correct various typos. Fixes #674700. Set newly created attribute via setNamedItem.
* Undo inclusion of Python.h. Remove HAVE_MEMCPY section.Martin v. Löwis2003-01-262-14/+2
| | | | Update Windows command line.
* M ScriptBinding.pyKurt B. Kaiser2003-01-263-55/+65
| | | | | | | | M config-extensions.def M help.txt 1. Run Script --> Run Module 2. Update IDLE Help file and do more work on format.
* Part 3 of Py2.3 updateRaymond Hettinger2003-01-261-49/+93
|
* SF #642974, logging SysLogHandler proto type wrongNeal Norwitz2003-01-261-0/+3
| | | | Syslog uses UDP (SOCK_DGRAM)
* SF #642974, logging SysLogHandler proto type wrongNeal Norwitz2003-01-261-1/+1
| | | | Syslog uses UDP (SOCK_DGRAM)
* Uncomment usage of expat_config.hMartin v. Löwis2003-01-251-0/+2
|
* Patch #636005: Filter unicode into unicode.Martin v. Löwis2003-01-253-0/+70
|