summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offse...Georg Brandl2006-02-181-42/+33
* Try to improve name based on discussion on python-checkins with Jim JewettNeal Norwitz2006-02-131-5/+5
* Backport r42314 which fixed Windows breakage when checking that socketNeal Norwitz2006-02-122-0/+9
* Backport:Neal Norwitz2006-02-072-2/+45
* Backport:Neal Norwitz2006-02-051-5/+10
* Backport 42173: get bsddb test_associate to pass with BSDDB 4.1Neal Norwitz2006-01-261-2/+2
* Backport:Neal Norwitz2006-01-251-3/+6
* backport of commit 42169Gregory P. Smith2006-01-241-2/+16
* SF Bug #1407069, Remove extra semi-colon if there is no long longNeal Norwitz2006-01-171-1/+1
* Backport:Neal Norwitz2006-01-141-0/+1
* Backport:Neal Norwitz2006-01-101-3/+3
* Backport:Neal Norwitz2006-01-091-0/+5
* backport: squash compiler warning on Mac OSX 10.3Skip Montanaro2006-01-051-0/+4
* Backport 38951:Neal Norwitz2006-01-051-5/+3
* Backport: Fix errors on 64-bit platforms. (There are still some test problemsNeal Norwitz2006-01-051-4/+4
* [ 959576 ] Can't build Python on POSIX w/o $HOME (backport)Georg Brandl2005-12-271-1/+2
* Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn moduleHye-Shik Chang2005-12-121-0/+8
* Bug #869197: setgroups rejects long integer argumentGeorg Brandl2005-11-221-6/+31
* [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...Andrew M. Kuchling2005-11-221-2/+2
* update busted commentFred Drake2005-11-111-1/+2
* Backport (with output/test_poll):Neal Norwitz2005-11-031-0/+2
* Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors.Neal Norwitz2005-11-021-0/+4
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-22/+26
* Backport:Neal Norwitz2005-10-031-0/+8
* - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,Neal Norwitz2005-09-301-1/+6
* backport: fix parse errors in readlineGeorg Brandl2005-09-291-0/+2
* Backport (with Anthony's blessing (in fact he reminded me to do it :)):Michael W. Hudson2005-09-261-6/+15
* Commit memory leaking fix.Georg Brandl2005-09-251-2/+6
* Backport bugfix:Michael W. Hudson2005-09-231-3/+6
* Backport fix for patch #1297028, cjkcodecs does not initialize type pointerNeal Norwitz2005-09-231-0/+4
* C89 compliance.Armin Rigo2005-09-201-2/+2
* Fix problems reported by valgrind:Neal Norwitz2005-09-191-1/+2
* Patch #1213831: Fix typo in unicodedata._getcode.Martin v. Löwis2005-09-181-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
* Backport checkin:Walter Dörwald2005-08-301-2/+2
* Important typoGeorg Brandl2005-08-261-1/+1
* SF bug #1072182: bad arg type to isspace in struct moduleRaymond Hettinger2005-08-261-3/+3
* backport 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 themGeorg Brandl2005-08-266-12/+54
* Backport fixes for bugs #1191043 and #1215928.Georg Brandl2005-08-251-7/+30
* backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no...Georg Brandl2005-08-241-1/+11
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* Fix check for error conditionAndrew M. Kuchling2005-06-151-1/+1
* backportSkip Montanaro2005-06-151-0/+1
* [Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr(...Andrew M. Kuchling2005-06-091-9/+13
* Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-031-0/+4
* Backport my recent raw_input() vs no threads build vs SIGINT argh:Michael W. Hudson2005-04-071-0/+4
* Backport:Michael W. Hudson2005-03-311-26/+23