summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF patch #1028908Raymond Hettinger2005-02-051-3/+6
* SF patch #1116583: NameError in cookielib domain checkRaymond Hettinger2005-02-051-4/+3
* Add a test for UTF-16 reading where the byte sequence doesn't start withWalter Dörwald2005-02-041-0/+9
* Recompiled after source changes.Thomas Heller2005-02-032-0/+0
* fix XMLFilterBase.resolveEntity() so the caller gets the resultFred Drake2005-02-031-1/+1
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-5/+29
* Add config-main.def option to make the 'history' feature non-cyclic.Kurt B. Kaiser2005-02-033-7/+23
* Simplify string comparison using startswith()Steve Holden2005-02-021-1/+1
* Removed ability to configure tabs indent from Options dialog. This 'feature'Kurt B. Kaiser2005-01-313-90/+41
* Revert os.py 1.75, and directly implement update.Martin v. Löwis2005-01-292-0/+29
* Add keybindings for del-word-left and del-word-right.Kurt B. Kaiser2005-01-284-2/+27
* Fixed typo in verbose output.Brett Cannon2005-01-271-1/+1
* Do not fold a constant if a large sequence will result.Raymond Hettinger2005-01-261-0/+4
* shutil.copytree: move copystat call for the directory after the loopJohannes Gijsbers2005-01-231-1/+1
* Truncate st_?time before comparing it with ST_?TIME in the tests.Martin v. Löwis2005-01-231-1/+5
* Add a slice test with high < low.Walter Dörwald2005-01-211-0/+5
* Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.Thomas Heller2005-01-201-2/+7
* 1. Polish tabbing code.Kurt B. Kaiser2005-01-194-62/+71
* If an extension can't be loaded, print warning and skip it instead ofKurt B. Kaiser2005-01-182-3/+9
* allow triple-quoted string output from reconvert.quote()Skip Montanaro2005-01-161-1/+1
* Patch #1100140: improved smtp connect debuggingJohannes Gijsbers2005-01-161-2/+2
* Added SEEK_* constants. Fixes #711830.Martin v. Löwis2005-01-161-1/+8
* Use descriptors.Guido van Rossum2005-01-165-11/+9
* Use decorators.Guido van Rossum2005-01-161-3/+4
* Use decorators.Guido van Rossum2005-01-162-11/+6
* Whitespace normalization.Tim Peters2005-01-132-8/+8
* Improved SysLogHandler error recovery (patch by Erik Forsberg)Vinay Sajip2005-01-131-9/+16
* Add strptime() constructor to datetime class. Thanks to Josh Spoerri forSkip Montanaro2005-01-131-0/+9
* Add counting of source iterator lines to the reader object - handy forAndrew McNamara2005-01-121-1/+13
* When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fieldsAndrew McNamara2005-01-121-0/+6
* Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test.Andrew McNamara2005-01-121-0/+2
* When using QUOTE_NONNUMERIC, we now test for "numericness" withAndrew McNamara2005-01-121-10/+20
* Rename csv.set_field_limit to csv.field_size_limit (since it both sets andAndrew McNamara2005-01-122-8/+8
* Improve test coverage fractionally.Andrew McNamara2005-01-121-9/+23
* Improve error handling when .idlerc can't be created.Kurt B. Kaiser2005-01-111-14/+16
* SF bug #1099516: tempfile files not types.FileTypeRaymond Hettinger2005-01-111-5/+5
* Set an upper limit on the size of the field buffer, raise an exceptionAndrew McNamara2005-01-112-2/+10
* SF 1098985: set objects cannot be marshalledRaymond Hettinger2005-01-111-0/+12
* Replace python-coded validation of csv dialect with a call to the CAndrew McNamara2005-01-112-44/+7
* No longer attempt to instantiate python classes describing dialects. ThisAndrew McNamara2005-01-111-18/+0
* Allow dialect-describing keywords to be supplied to register_dialect,Andrew McNamara2005-01-111-1/+10
* Whitespace normalization.Tim Peters2005-01-101-3/+3
* Fix and test for SF bug #1098990: codec readline() splits lines apart.Walter Dörwald2005-01-102-2/+32
* Bug #489256: remove out of date and out of place profile.doc, and letJohannes Gijsbers2005-01-102-715/+3
* Fix parsing of csv files with escapes (escape character previously would beAndrew McNamara2005-01-101-2/+2
* Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' asJohannes Gijsbers2005-01-092-41/+63
* Patch #1095362: replace hardcoded test for POST/GET with call to get_method,Johannes Gijsbers2005-01-091-1/+1
* Move code in __name__ == '__main__' block into main() function, rewrite code soJohannes Gijsbers2005-01-091-16/+14
* Patch #936774: unify the display of data descriptors, including slots,Johannes Gijsbers2005-01-081-37/+27
* Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation isJohannes Gijsbers2005-01-081-2/+2