summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-5/+8
* Fix grammatical typo in a comment.Brett Cannon2005-03-011-1/+1
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-281-0/+225
* Patch #1093585: raise a ValueError for negative history items inMartin v. Löwis2005-02-271-0/+10
* The error message "can't start new thread" should not end in aGuido van Rossum2005-02-201-1/+1
* FixMichael W. Hudson2005-01-311-0/+4
* Put docstring for getspall into same #ifdef block as function definitionNeal Norwitz2005-01-241-6/+4
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-232-0/+180
* Default stat_float_times to true.Martin v. Löwis2005-01-161-1/+1
* Moved reader \r and \n processing from the iterator to the state machine -Andrew McNamara2005-01-131-97/+75
* Add strptime() constructor to datetime class. Thanks to Josh Spoerri forSkip Montanaro2005-01-131-0/+45
* Improve wording of parser error message.Andrew McNamara2005-01-121-2/+2
* Add counting of source iterator lines to the reader object - handy forAndrew McNamara2005-01-121-0/+4
* When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fieldsAndrew McNamara2005-01-121-30/+59
* Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test.Andrew McNamara2005-01-121-1/+1
* When using QUOTE_NONNUMERIC, we now test for "numericness" withAndrew McNamara2005-01-121-82/+58
* Rename csv.set_field_limit to csv.field_size_limit (since it both sets andAndrew McNamara2005-01-121-6/+6
* Add belt and braces check of PyString_AsString return.Andrew McNamara2005-01-121-4/+5
* Set an upper limit on the size of the field buffer, raise an exceptionAndrew McNamara2005-01-111-30/+77
* Now that internal dialect type is immutable, and the dialect registryAndrew McNamara2005-01-111-29/+40
* No longer attempt to instantiate python classes describing dialects. ThisAndrew McNamara2005-01-111-37/+6
* Allow dialect-describing keywords to be supplied to register_dialect,Andrew McNamara2005-01-111-27/+11
* Factor out the code for making a dialect instance.Andrew McNamara2005-01-111-18/+22
* Only set error string when dict lookup found no matching key (was settingAndrew McNamara2005-01-101-3/+6
* When parsing args that return a single character, treat null string theAndrew McNamara2005-01-101-1/+1
* Where a string is desired, test for PyBaseString_Type derived type,Andrew McNamara2005-01-101-15/+6
* Add missing PyObject_GC_Track and PyObject_GC_UnTrack calls to csv reader andAndrew McNamara2005-01-101-0/+4
* Fix parsing of csv files with escapes (escape character previously would beAndrew McNamara2005-01-101-8/+0
* Fix to use PEP7 brace style.Andrew McNamara2005-01-071-2/+4
* Improved the implementation of the internal "dialect" type. The newAndrew McNamara2005-01-071-187/+239
* Delete Reader_getiter and replace with PyObject_SelfIter.Andrew McNamara2005-01-061-8/+1
* [Bug #1083110] calling .flush() on decompress objects causes a segfault due t...Andrew M. Kuchling2004-12-281-1/+5
* Bug #1087216: datetime module documentation missing critical detailRaymond Hettinger2004-12-191-3/+9
* fix unterminated commentAndrew MacIntyre2004-12-181-1/+1
* SF bug #1086555: refcount problem in syslogRaymond Hettinger2004-12-161-3/+4
* SF #1085304: Make array.array pickle-ableRaymond Hettinger2004-12-161-0/+25
* fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040)Gregory P. Smith2004-12-161-0/+8
* * Adds support for building against BerkeleyDB 4.3.21Gregory P. Smith2004-12-131-21/+74
* OS/2 specific fixes related to SF bug # 1003471.Andrew MacIntyre2004-12-121-68/+67
* Eliminate the deprecated option to return None instead of a tuple of argument...Raymond Hettinger2004-12-071-11/+6
* Added optional None arguments to itertools.islice().Raymond Hettinger2004-12-051-14/+16
* Fixing bug #1072259 in SRE.Gustavo Niemeyer2004-12-021-7/+10
* Hear the #error: change the default value of the mutable_arg argumentMichael W. Hudson2004-11-301-11/+1
* Rename a static variable "history_length" to "_history_length".Hye-Shik Chang2004-11-251-6/+6
* Correct the handling of 0-termination of PyUnicode_AsWideChar()Marc-André Lemburg2004-11-221-1/+3
* Patch #1050475: Fix various x86_64 build issuesMartin v. Löwis2004-11-131-2/+2
* SF patch 1062495: Modules/zipimport.c does not compile on solarisRaymond Hettinger2004-11-101-5/+5
* SF patch #1062279: deque pickling problemsRaymond Hettinger2004-11-091-10/+12
* Fix apparently trivial buffer overflow (SF bug 1060396).Jeremy Hylton2004-11-071-1/+1
* Bump-up block size.Raymond Hettinger2004-11-021-1/+1