| Commit message (Expand) | Author | Age | Files | Lines |
* | Another test of long headers. | Barry Warsaw | 2002-06-29 | 2 | -0/+19 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 2 | -1/+34 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 1 | -0/+57 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 1 | -7/+27 |
|
|
* | test_multilingual(): Test for Header.__unicode__(). | Barry Warsaw | 2002-06-29 | 1 | -0/+22 |
|
|
* | __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation | Barry Warsaw | 2002-06-29 | 1 | -0/+6 |
|
|
* | Track change of begin() to _begin(). | Jeremy Hylton | 2002-06-28 | 1 | -2/+2 |
|
|
* | Lots of new and updated tests to check for proper ascii header | Barry Warsaw | 2002-06-28 | 2 | -42/+187 |
|
|
* | _max_append(): When adding the string `s' to its own line, it should | Barry Warsaw | 2002-06-28 | 1 | -2/+2 |
|
|
* | Teach this class about "highest-level syntactic breaks" but only for | Barry Warsaw | 2002-06-28 | 1 | -58/+151 |
|
|
* | _split_header(): The code here was terminally broken because it didn't | Barry Warsaw | 2002-06-28 | 1 | -53/+11 |
|
|
* | Simplify HTTPSConnection constructor. | Jeremy Hylton | 2002-06-28 | 1 | -21/+7 |
|
|
* | Close SF patch 523944: importing modules with foreign newlines. | Jeremy Hylton | 2002-06-28 | 1 | -1/+1 |
|
|
* | Added character data buffering to pyexpat parser objects. | Fred Drake | 2002-06-28 | 1 | -1/+94 |
|
|
* | Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections. | Jeremy Hylton | 2002-06-28 | 1 | -32/+102 |
|
|
* | The standard definition file is now called mwerks_shcarbon_plugin.h. | Jack Jansen | 2002-06-27 | 1 | -1/+1 |
|
|
* | merged with SLAB codebase (version 1.0.1) | Fredrik Lundh | 2002-06-27 | 1 | -78/+344 |
|
|
* | made the code match the comments (1.5.2 compatibility) | Fredrik Lundh | 2002-06-27 | 1 | -3/+3 |
|
|
* | Fix bug #570057: Broken pre.subn() (and pre.sub()) | Fredrik Lundh | 2002-06-27 | 1 | -2/+4 |
|
|
* | Integrate the tests for name interning from PyXML (test_pyexpat.py | Fred Drake | 2002-06-27 | 1 | -0/+18 |
|
|
* | Whitespace normalization (remove tabs) | Neal Norwitz | 2002-06-26 | 1 | -4/+4 |
|
|
* | Fixed various MacPython-specific issues found by attempting to use the standa... | Jack Jansen | 2002-06-26 | 2 | -4/+37 |
|
|
* | Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDict | Raymond Hettinger | 2002-06-26 | 1 | -15/+11 |
|
|
* | Suppress the variable verbose output from test.xmltests; the inclusion of | Fred Drake | 2002-06-26 | 2 | -15/+3 |
|
|
* | This module broke on the Mac (where it can't work, but distutils seems to imp... | Jack Jansen | 2002-06-26 | 1 | -1/+2 |
|
|
* | Also look up variable names in __builtins__ if not found in globals. | Ka-Ping Yee | 2002-06-26 | 1 | -3/+15 |
|
|
* | Shutdown subprocess debugger and associated Proxies/Adapters when closing | Kurt B. Kaiser | 2002-06-26 | 4 | -41/+80 |
|
|
* | Add convenience module to run all the XML tests. | Fred Drake | 2002-06-25 | 2 | -0/+395 |
|
|
* | Remove all EditorWindow BREAK tags when closing Debugger | Kurt B. Kaiser | 2002-06-25 | 1 | -0/+8 |
|
|
* | fix incorrect size calc. in IMAP4_SSL.read | Piers Lauder | 2002-06-24 | 1 | -1/+1 |
|
|
* | Clear associated breakpoints when closing an edit window. | Kurt B. Kaiser | 2002-06-24 | 4 | -66/+78 |
|
|
* | Fix SF bug 572567: Memory leak in object comparison. | Raymond Hettinger | 2002-06-24 | 1 | -0/+12 |
|
|
* | Fix IMAP4_SSL read and send methods to take account of short data | Piers Lauder | 2002-06-23 | 1 | -3/+16 |
|
|
* | Add a check that the bug Jeremy just fixed in _PyTuple_Resize() is | Guido van Rossum | 2002-06-21 | 1 | -0/+5 |
|
|
* | SF 569257 -- Name mangle double underscored variable names in __slots__. | Raymond Hettinger | 2002-06-20 | 1 | -0/+18 |
|
|
* | Disable the test for importing very long lists for MacPython: it triggers | Jack Jansen | 2002-06-20 | 1 | -1/+2 |
|
|
* | Removed the generator future-stmt -- not needed for 2.3. | Tim Peters | 2002-06-20 | 1 | -1/+0 |
|
|
* | 1. Debugger Breakpoints, finish implementation | Kurt B. Kaiser | 2002-06-20 | 4 | -27/+79 |
|
|
* | I get failures half of the time that I run this, so I'll disable | Guido van Rossum | 2002-06-20 | 1 | -2/+2 |
|
|
* | SF 570727 indexer() class no longer needed since lists now support slicing | Raymond Hettinger | 2002-06-20 | 1 | -13/+4 |
|
|
* | Fix the bug described in | Michael W. Hudson | 2002-06-19 | 2 | -1/+50 |
|
|
* | Define NDEBUG for releae builds, just like Python. | Jeremy Hylton | 2002-06-18 | 1 | -1/+2 |
|
|
* | Add implementation of _compile() and use default compile() method. | Jeremy Hylton | 2002-06-18 | 3 | -84/+33 |
|
|
* | Add a default implementation of compile() to the base class. | Jeremy Hylton | 2002-06-18 | 1 | -1/+20 |
|
|
* | Only import msvccompiler on win32 platforms. | Jeremy Hylton | 2002-06-18 | 1 | -11/+11 |
|
|
* | Michael fixed the race conditions and removed the sleeps. | Guido van Rossum | 2002-06-18 | 1 | -9/+55 |
|
|
* | Patch from SF bug 570483 (Tim Northover). | Guido van Rossum | 2002-06-18 | 1 | -0/+6 |
|
|
* | Whitespace normalization (tabs -> spaces) | Neal Norwitz | 2002-06-17 | 1 | -5/+5 |
|
|
* | Add IMAP4 QUOTA extension methods | Piers Lauder | 2002-06-17 | 1 | -2/+37 |
|
|
* | Alter text test arg to obey new rule, also include inverse test to make time-... | Piers Lauder | 2002-06-17 | 1 | -6/+5 |
|
|