summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backport of change to os.access to encode Unicode file names withMartin v. Löwis2005-03-131-1/+2
* SF bug #1160187: Setup file needs entries for collections, itertools, stropRaymond Hettinger2005-03-091-0/+4
* SF #818006: revert addition of 'closed', 'mode', and 'name' attributesGreg Ward2005-03-091-54/+26
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-082-1/+17
* SF #818006: add useful read-only attributes to oss_audio_device object:Greg Ward2005-03-071-26/+54
* Patches #925152, #1118602: Avoid reading after the end of the bufferMartin v. Löwis2005-03-041-1/+1
* Patch #1093585: raise a ValueError for negative history items inMartin v. Löwis2005-02-271-0/+10
* forwardport of 2.3.5 fixes to copy.pyAlex Martelli2005-02-071-1/+175
* [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
* Backport fixes for bugs #1086555 and #1085744.Raymond Hettinger2004-12-171-3/+4
* fixes compilation against BerkeleyDB 3.2.9 (sf bug # 1077040)Gregory P. Smith2004-12-161-21/+82
* OS/2 specific fixes related to SF bug # 1003471.Andrew MacIntyre2004-12-121-68/+67
* Fixing bug #1072259 of SRE into release24-maint.Gustavo Niemeyer2004-12-021-7/+10
* 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
* Add error checks for the bz2, cStringIO and operator modules.Walter Dörwald2004-11-011-4/+4
* gc_list_move(): Make this truly equivalent to remove+append. WhileTim Peters2004-11-011-3/+5
* gc list function cleanup.Tim Peters2004-11-011-15/+31
* handle_weakrefs(): Simplification -- there's no need to make a secondTim Peters2004-10-311-58/+28
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-302-107/+296
* some platforms still need offsetof() from structmember.hFred Drake2004-10-171-0/+1
* Fix and test weak referencing of itertools.tee objects.Raymond Hettinger2004-10-171-1/+6
* Just remove the #include of signal.h. That it was C++-commented outMichael W. Hudson2004-10-141-1/+0
* Use C89 style comment for old compilersNeal Norwitz2004-10-141-1/+1
* Synchronize with PyXML 1.79:Martin v. Löwis2004-10-131-1/+10
* Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.hAnthony Baxter2004-10-131-0/+4
* Patch #975056 - fixes for restartable signals on *BSD. In addition,Anthony Baxter2004-10-133-11/+5
* Simplify delitem() code by calling rotate() directly instead of usingRaymond Hettinger2004-10-091-35/+23
* This is Michiel de Hoon's patch, as attached to the bug report:Michael W. Hudson2004-10-071-7/+13
* SF patch #1035498: -m option to run a module as a scriptRaymond Hettinger2004-10-071-7/+73
* Armin's patch to prevent overflows.Raymond Hettinger2004-10-061-7/+22
* Upon insertion, if memory runs out, the deque was left in a corrupted state.Armin Rigo2004-10-021-34/+34
* Replace structure member before decreffing.Raymond Hettinger2004-10-021-1/+3