summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Correct URL to the official UnicodeData 3.2.0 resource. (ReportedHye-Shik Chang2005-06-041-1/+1
* pybsddb 4.3.2:Gregory P. Smith2005-06-041-24/+64
* Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-031-0/+4
* pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparisonGregory P. Smith2005-06-031-1/+163
* Delete some vestigial code; execution will never reach the 'if' statement if ...Andrew M. Kuchling2005-06-021-6/+1
* Patch #1212117: Add optional attribute st_flags to os.stat_resultHye-Shik Chang2005-06-021-2/+15
* Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.Skip Montanaro2005-05-161-0/+6
* Flush out support for ``class B(): pass`` syntax by adding support to theBrett Cannon2005-04-091-6/+15
* In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,Michael W. Hudson2005-04-071-0/+4
* Make that a C, not a C++, comment.Michael W. Hudson2005-04-061-1/+1
* Add a comment explaining the import of longintrepr.h.Michael W. Hudson2005-04-061-1/+1
* Fill docstrings for module and functions, extracted from the texHye-Shik Chang2005-04-041-13/+108
* Fixes forMichael W. Hudson2005-03-301-26/+23
* Be a bit more accurate.Michael W. Hudson2005-03-301-1/+2
* I don't think it's particularly accurate to say Guido is maintainingMichael W. Hudson2005-03-301-3/+0
* Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE,Greg Ward2005-03-281-0/+12
* Apply remove's mutation test after every equality test.Raymond Hettinger2005-03-191-7/+7
* Add a remove() method to collections.deque objects.Raymond Hettinger2005-03-181-1/+38
* SF bug #1160187: Setup file needs entries for collections, itertools, stropRaymond Hettinger2005-03-091-0/+4
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-091-14/+72
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-082-1/+17