| Commit message (Expand) | Author | Age | Files | Lines |
* | No longer attempt to instantiate python classes describing dialects. This | Andrew McNamara | 2005-01-11 | 1 | -37/+6 |
|
|
* | Allow dialect-describing keywords to be supplied to register_dialect, | Andrew McNamara | 2005-01-11 | 1 | -27/+11 |
|
|
* | Factor out the code for making a dialect instance. | Andrew McNamara | 2005-01-11 | 1 | -18/+22 |
|
|
* | Only set error string when dict lookup found no matching key (was setting | Andrew McNamara | 2005-01-10 | 1 | -3/+6 |
|
|
* | When parsing args that return a single character, treat null string the | Andrew McNamara | 2005-01-10 | 1 | -1/+1 |
|
|
* | Where a string is desired, test for PyBaseString_Type derived type, | Andrew McNamara | 2005-01-10 | 1 | -15/+6 |
|
|
* | Add missing PyObject_GC_Track and PyObject_GC_UnTrack calls to csv reader and | Andrew McNamara | 2005-01-10 | 1 | -0/+4 |
|
|
* | Fix parsing of csv files with escapes (escape character previously would be | Andrew McNamara | 2005-01-10 | 1 | -8/+0 |
|
|
* | Fix to use PEP7 brace style. | Andrew McNamara | 2005-01-07 | 1 | -2/+4 |
|
|
* | Improved the implementation of the internal "dialect" type. The new | Andrew McNamara | 2005-01-07 | 1 | -187/+239 |
|
|
* | Delete Reader_getiter and replace with PyObject_SelfIter. | Andrew McNamara | 2005-01-06 | 1 | -8/+1 |
|
|
* | [Bug #1083110] calling .flush() on decompress objects causes a segfault due t... | Andrew M. Kuchling | 2004-12-28 | 1 | -1/+5 |
|
|
* | Bug #1087216: datetime module documentation missing critical detail | Raymond Hettinger | 2004-12-19 | 1 | -3/+9 |
|
|
* | fix unterminated comment | Andrew MacIntyre | 2004-12-18 | 1 | -1/+1 |
|
|
* | SF bug #1086555: refcount problem in syslog | Raymond Hettinger | 2004-12-16 | 1 | -3/+4 |
|
|
* | SF #1085304: Make array.array pickle-able | Raymond Hettinger | 2004-12-16 | 1 | -0/+25 |
|
|
* | fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040) | Gregory P. Smith | 2004-12-16 | 1 | -0/+8 |
|
|
* | * Adds support for building against BerkeleyDB 4.3.21 | Gregory P. Smith | 2004-12-13 | 1 | -21/+74 |
|
|
* | OS/2 specific fixes related to SF bug # 1003471. | Andrew MacIntyre | 2004-12-12 | 1 | -68/+67 |
|
|
* | Eliminate the deprecated option to return None instead of a tuple of argument... | Raymond Hettinger | 2004-12-07 | 1 | -11/+6 |
|
|
* | Added optional None arguments to itertools.islice(). | Raymond Hettinger | 2004-12-05 | 1 | -14/+16 |
|
|
* | Fixing bug #1072259 in SRE. | Gustavo Niemeyer | 2004-12-02 | 1 | -7/+10 |
|
|
* | Hear the #error: change the default value of the mutable_arg argument | Michael W. Hudson | 2004-11-30 | 1 | -11/+1 |
|
|
* | Rename a static variable "history_length" to "_history_length". | Hye-Shik Chang | 2004-11-25 | 1 | -6/+6 |
|
|
* | Correct the handling of 0-termination of PyUnicode_AsWideChar() | Marc-André Lemburg | 2004-11-22 | 1 | -1/+3 |
|
|
* | Patch #1050475: Fix various x86_64 build issues | Martin v. Löwis | 2004-11-13 | 1 | -2/+2 |
|
|
* | SF patch 1062495: Modules/zipimport.c does not compile on solaris | Raymond Hettinger | 2004-11-10 | 1 | -5/+5 |
|
|
* | SF patch #1062279: deque pickling problems | Raymond Hettinger | 2004-11-09 | 1 | -10/+12 |
|
|
* | Fix apparently trivial buffer overflow (SF bug 1060396). | Jeremy Hylton | 2004-11-07 | 1 | -1/+1 |
|
|
* | Bump-up block size. | Raymond Hettinger | 2004-11-02 | 1 | -1/+1 |
|
|
* | Add error checks for the bz2, cStringIO and operator modules. | Walter Dörwald | 2004-11-01 | 1 | -4/+4 |
|
|
* | gc_list_move(): Make this truly equivalent to remove+append. While | Tim Peters | 2004-11-01 | 1 | -3/+5 |
|
|
* | gc list function cleanup. | Tim Peters | 2004-11-01 | 1 | -15/+31 |
|
|
* | handle_weakrefs(): Simplification -- there's no need to make a second | Tim Peters | 2004-10-31 | 1 | -58/+28 |
|
|
* | SF 1055820: weakref callback vs gc vs threads | Tim Peters | 2004-10-30 | 2 | -107/+296 |
|
|
* | some platforms still need offsetof() from structmember.h | Fred Drake | 2004-10-17 | 1 | -0/+1 |
|
|
* | Fix and test weak referencing of itertools.tee objects. | Raymond Hettinger | 2004-10-17 | 1 | -1/+6 |
|
|
* | Just remove the #include of signal.h. That it was C++-commented out | Michael W. Hudson | 2004-10-14 | 1 | -1/+0 |
|
|
* | Use C89 style comment for old compilers | Neal Norwitz | 2004-10-14 | 1 | -1/+1 |
|
|
* | Synchronize with PyXML 1.79: | Martin v. Löwis | 2004-10-13 | 1 | -1/+10 |
|
|
* | Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h | Anthony Baxter | 2004-10-13 | 1 | -0/+4 |
|
|
* | Patch #975056 - fixes for restartable signals on *BSD. In addition, | Anthony Baxter | 2004-10-13 | 3 | -11/+5 |
|
|
* | Simplify delitem() code by calling rotate() directly instead of using | Raymond Hettinger | 2004-10-09 | 1 | -35/+23 |
|
|
* | This is Michiel de Hoon's patch, as attached to the bug report: | Michael W. Hudson | 2004-10-07 | 1 | -7/+13 |
|
|
* | SF patch #1035498: -m option to run a module as a script | Raymond Hettinger | 2004-10-07 | 1 | -7/+73 |
|
|
* | Armin's patch to prevent overflows. | Raymond Hettinger | 2004-10-06 | 1 | -7/+22 |
|
|
* | Upon insertion, if memory runs out, the deque was left in a corrupted state. | Armin Rigo | 2004-10-02 | 1 | -34/+34 |
|
|
* | Replace structure member before decreffing. | Raymond Hettinger | 2004-10-02 | 1 | -1/+3 |
|
|
* | * Bulletproof the method for detecting mutations during iteration. | Raymond Hettinger | 2004-10-02 | 1 | -18/+32 |
|
|
* | Restore the block length and add a comment. | Raymond Hettinger | 2004-10-01 | 1 | -1/+7 |
|
|