Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented the 2's-comp business for the new long opcodes. | Tim Peters | 2003-01-27 | 1 | -3/+3 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2003-01-27 | 1 | -3/+3 |
| | |||||
* | decode_long(): Simplified the "is it negative?" test. | Tim Peters | 2003-01-27 | 1 | -2/+5 |
| | |||||
* | Begin the change from 'binary vs. text mode' to 'protocol 0, 1, 2'. | Guido van Rossum | 2003-01-27 | 2 | -16/+29 |
| | | | | The protocol now defaults to 1. Protocol 2 is still unimplemented. | ||||
* | Support socket timeout in SSL, by Geoff Talvola. | Guido van Rossum | 2003-01-27 | 3 | -0/+55 |
| | | | | (SF patch #675750, to fix SF bug #675552.) | ||||
* | Begin documenting protocol 2. | Guido van Rossum | 2003-01-27 | 2 | -0/+304 |
| | |||||
* | Added some comments. | Tim Peters | 2003-01-27 | 1 | -0/+2 |
| | |||||
* | memoize(): Reworded the docs to try to disentangle the Pickler's memo | Tim Peters | 2003-01-27 | 1 | -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 Peters | 2003-01-27 | 1 | -11/+10 |
| | | | | expensive way to spell chr() and ord(). | ||||
* | Added a brief comment to each pickle opcode declaration. | Tim Peters | 2003-01-27 | 1 | -45/+50 |
| | |||||
* | Remove a stray quote. | Guido van Rossum | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | Repaired comment. | Tim Peters | 2003-01-27 | 1 | -2/+2 |
| | |||||
* | stringnl_noescape_pair(): changed the reader to separate the two | Tim Peters | 2003-01-27 | 1 | -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 started | Tim Peters | 2003-01-27 | 3 | -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 Peters | 2003-01-27 | 1 | -3/+3 |
| | |||||
* | Update register example | Andrew M. Kuchling | 2003-01-27 | 1 | -10/+16 |
| | |||||
* | Adjust some of Skip's latest changes slightly; these really are things | Fred Drake | 2003-01-27 | 1 | -5/+13 |
| | | | | that should stand out. | ||||
* | Make the "notice" environments somewhat similar, with less difference | Fred Drake | 2003-01-27 | 1 | -1/+11 |
| | | | | between the "note" and "warning" flavors. | ||||
* | Remove the recently-added get_distutil_options(), and just | Andrew M. Kuchling | 2003-01-27 | 2 | -8/+15 |
| | | | | have two tuples listing the legal keywords for setup() and Extension() | ||||
* | Fix comment typos | Walter Dörwald | 2003-01-27 | 1 | -3/+4 |
| | |||||
* | Attempting to keep the Mac section of the NEWS file up-to-date, in stead | Jack Jansen | 2003-01-27 | 1 | -1/+5 |
| | | | | of the usual frantic editing at the last moment:-) | ||||
* | * add \versionadded{} strings as appropriate | Skip Montanaro | 2003-01-27 | 1 | -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öwis | 2003-01-27 | 1 | -6/+4 |
| | | | | Remove GC code; the base type does not need GC. | ||||
* | Patch #670715: Universal Unicode Codec for POSIX iconv. | Martin v. Löwis | 2003-01-27 | 1 | -0/+95 |
| | |||||
* | Update for release. | Kurt B. Kaiser | 2003-01-27 | 3 | -13/+39 |
| | | | | | Modified Files: INSTALL.txt NEWS.txt idlever.py | ||||
* | Whitespace normalization. | Kurt B. Kaiser | 2003-01-27 | 3 | -4/+4 |
| | | | | | Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py | ||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 5 | -29/+30 |
| | |||||
* | Fix an omission in the previous checkin. | Jack Jansen | 2003-01-26 | 1 | -1/+1 |
| | |||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 16 | -78/+72 |
| | |||||
* | Update. | Kurt B. Kaiser | 2003-01-26 | 1 | -7/+9 |
| | |||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 3 | -39/+34 |
| | |||||
* | Path to default location for Python output has changed. | Jack Jansen | 2003-01-26 | 1 | -3/+3 |
| | |||||
* | FSRef and EasyDialogs pathname support was pretty much broken in ↵ | Jack Jansen | 2003-01-26 | 3 | -14/+68 |
| | | | | MacPython-OS9. Fixed. | ||||
* | Get rid of compiler warnings on Redhat | Neal Norwitz | 2003-01-26 | 1 | -2/+2 |
| | |||||
* | amk pointed out that syslog may use UDP or TCP sockets. | Neal Norwitz | 2003-01-26 | 1 | -1/+7 |
| | | | | Update to try UDP, if that fails, try TCP. | ||||
* | Define XML_STATIC. | Martin v. Löwis | 2003-01-26 | 1 | -2/+2 |
| | |||||
* | Add _iconv_codec to Setup.dist. Use PyModule_ functions. | Martin v. Löwis | 2003-01-26 | 2 | -8/+6 |
| | |||||
* | Test that True can be copied. | Martin v. Löwis | 2003-01-26 | 1 | -0/+4 |
| | |||||
* | Patch #670715: Universal Unicode Codec for POSIX iconv. | Martin v. Löwis | 2003-01-26 | 6 | -0/+690 |
| | |||||
* | Require PyXML 0.8.2. | Martin v. Löwis | 2003-01-26 | 1 | -1/+1 |
| | |||||
* | Merge with PyXML 1.3: | Martin v. Löwis | 2003-01-26 | 1 | -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öwis | 2003-01-26 | 1 | -1/+1 |
| | |||||
* | Merge with PyXML 1.82: | Martin v. Löwis | 2003-01-26 | 1 | -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öwis | 2003-01-26 | 2 | -14/+2 |
| | | | | Update Windows command line. | ||||
* | M ScriptBinding.py | Kurt B. Kaiser | 2003-01-26 | 3 | -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 update | Raymond Hettinger | 2003-01-26 | 1 | -49/+93 |
| | |||||
* | SF #642974, logging SysLogHandler proto type wrong | Neal Norwitz | 2003-01-26 | 1 | -0/+3 |
| | | | | Syslog uses UDP (SOCK_DGRAM) | ||||
* | SF #642974, logging SysLogHandler proto type wrong | Neal Norwitz | 2003-01-26 | 1 | -1/+1 |
| | | | | Syslog uses UDP (SOCK_DGRAM) | ||||
* | Uncomment usage of expat_config.h | Martin v. Löwis | 2003-01-25 | 1 | -0/+2 |
| | |||||
* | Patch #636005: Filter unicode into unicode. | Martin v. Löwis | 2003-01-25 | 3 | -0/+70 |
| |