summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-9/+0
* Fix a bunch of imports to use code.h instead of compile.h.Jeremy Hylton2005-10-214-4/+1
* Merge ast-branch to headJeremy Hylton2005-10-202-3/+6
* Get bsddb module to compile with version 3.2 of BSD DB.Neal Norwitz2005-10-201-0/+8
* Change the internal "undefined codepoint" mark for CJKCodecs decodersHye-Shik Chang2005-10-061-1/+4
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-22/+26
* SF Bug # 941346, AIX shared library fixNeal Norwitz2005-10-031-0/+4
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-031-0/+8
* Patch #1309009, Fix segfault in pyexpat when the XML document isNeal Norwitz2005-09-301-1/+6
* Fix parse errors in readline module when compiling without threads.Georg Brandl2005-09-291-0/+2
* Commit memory leaking fix.Georg Brandl2005-09-251-2/+6
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-242-15/+23
* Patch #1288833: Removed thread lock from socket.getaddrinfo onHye-Shik Chang2005-09-241-1/+6
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-221-7/+15
* SF Patch #1297028, cjkcodecs does not initialize type pointerNeal Norwitz2005-09-211-0/+4
* C89 compliance.Armin Rigo2005-09-201-2/+2
* Remove unnecessary/extra parens when returning a value.Neal Norwitz2005-09-191-6/+6
* Forward port fixes for problems reported by valgrindNeal Norwitz2005-09-191-1/+2
* Patch #1213831: Fix typo in unicodedata._getcode.Martin v. Löwis2005-09-181-1/+1
* Change type on variable to silence gcc 4 warning. Call signature was found atBrett Cannon2005-09-161-1/+1
* bug [ 1007046 ] os.startfile() doesn't accept Unicode filenamesGeorg Brandl2005-09-141-1/+2
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-146-46/+52
* bug [ 1274069 ] bz2module.c compiler warningGeorg Brandl2005-09-031-5/+12
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-301-2/+2
* SF bug #1072182: bad arg type to isspace in struct moduleRaymond Hettinger2005-08-261-3/+3
* patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-261-7/+12
* Disallow keyword arguments for type constructors that don't use them.Georg Brandl2005-08-266-12/+54
* bug [ 728515 ] mmap's resize method resizes the file in win32 but not unixGeorg Brandl2005-08-241-1/+11
* Remove the C99 "ULL" suffix from the 64bit unsigned long constants.Gregory P. Smith2005-08-231-99/+99
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-215-22/+2095
* Fix BZ2File.(x)readlines() for files without a newline.Georg Brandl2005-08-211-8/+31
* Correct definition of ST_GEN_IDX.Martin v. Löwis2005-08-141-2/+2
* Patch #1180695: Implement nanosecond stat resolution on FreeBSD,Martin v. Löwis2005-08-091-0/+47
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-022-14/+45
* Fix a typo. (found by Jong-uk Kim)Hye-Shik Chang2005-07-281-1/+1
* This is barry-scott's patch:Michael W. Hudson2005-07-271-3/+3
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* Fix bugMichael W. Hudson2005-07-051-0/+2
* Fix bug:Michael W. Hudson2005-06-201-3/+6
* Add missing INCREF.Neil Schemenauer2005-06-181-0/+1
* remove c++ style commentGregory P. Smith2005-06-161-1/+1
* Fix check for error conditionAndrew M. Kuchling2005-06-151-1/+1
* Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. WhySkip Montanaro2005-06-151-0/+1
* Consistently use hard tabs for indentation.Michael W. Hudson2005-06-151-172/+165
* Add a missing incref.Michael W. Hudson2005-06-151-0/+1
* Leak fix from Michael Hudson. Fix memory leak when dialect doesn'tSkip Montanaro2005-06-151-0/+2
* [Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr(...Andrew M. Kuchling2005-06-091-9/+13
* change set_bt_compare() callback comparison function to only take twoGregory P. Smith2005-06-061-10/+7
* additional sanity check. secondaryDB cannot be closed.Gregory P. Smith2005-06-061-0/+1
* fixes pybsddb SF bug id 1215432. DB.associate() would crash when aGregory P. Smith2005-06-061-5/+3