summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* typosSkip Montanaro2003-08-111-3/+3
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-081-2/+22
* Modified itertools.izip() to match the behavior of __builtin__.zip()Raymond Hettinger2003-08-081-6/+2
* Release host name memory. Fixes #783312. Will backport to 2.3.Martin v. Löwis2003-08-071-6/+12
* Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.Mark Hammond2003-08-061-1/+1
* SF bug #782369: Massive memory leak in array moduleRaymond Hettinger2003-08-051-2/+7
* Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3.Martin v. Löwis2003-08-051-0/+8
* Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.cAnthony Baxter2003-07-311-0/+10
* Fix [ 776721 ] locale.setlocale() leaksMark Hammond2003-07-241-1/+3
* Change the zipimport implementation to accept files containingThomas Heller2003-07-221-2/+7
* Repair mis-application of Jeremy's patch. Thanks, Neal!Fred Drake2003-07-211-1/+1
* Fix memory leak reported & discussed on the Python XML-SIG mailing list.Fred Drake2003-07-211-5/+13
* Merge 23c1-branch back into the head. Barry will send email about theTim Peters2003-07-211-4/+12
* Get socketmodule compiling on IRIX 6.5.10.Jeremy Hylton2003-07-171-2/+11
* Remove inaccurate (and it turns out, entirely superfluous) declarations ofMichael W. Hudson2003-07-171-4/+0
* Remove unused variable.Jeremy Hylton2003-07-171-2/+1
* heck environment closed status before closing a cursors. Fixes #763928.Martin v. Löwis2003-07-151-1/+8
* [Patch #708374] Only apply the check for file size if the file is a regular f...Andrew M. Kuchling2003-07-151-1/+2
* SF patch #770521: make itertools type declarations staticRaymond Hettinger2003-07-141-24/+24
* The Unpickler forget about its find_class attribute.Jeremy Hylton2003-07-111-0/+3
* Fix [ 766669 ] Consistent GPF on exitMark Hammond2003-07-091-1/+1
* bsddb 4.1.6:Gregory P. Smith2003-07-091-41/+110
* typoSkip Montanaro2003-07-081-1/+1
* Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn'tGregory P. Smith2003-07-071-1/+1
* Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macrosNeal Norwitz2003-07-012-3/+3
* Make temporary change of using _strptime for time.strptime permanent.Brett Cannon2003-07-011-41/+1
* Fix SF #754870, SSL crash interpreter when remote side closes during connectNeal Norwitz2003-06-301-1/+2
* Fix typo, refer to proper argument nameNeal Norwitz2003-06-301-1/+1
* Py_Main(): Add a check for the PYTHONINSPECT environment variableBarry Warsaw2003-06-291-0/+9
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-38/+113
* Patch #751916: Check for signals, fix some refcounting errors.Martin v. Löwis2003-06-281-2/+13
* Fix several bugs in handling of exceptions with trace function enabled.Jeremy Hylton2003-06-271-15/+48
* SF bug #761337: datetime.strftime fails on trivial format stringRaymond Hettinger2003-06-271-1/+1
* Fixing bug described in patch #756032, where SRE reads invalid dataGustavo Niemeyer2003-06-261-1/+1
* Minor updates:Raymond Hettinger2003-06-181-3/+13
* Add missing DECREF.Raymond Hettinger2003-06-171-1/+3
* Remove many blanket try/except clauses.Jeremy Hylton2003-06-161-11/+40
* Correct function name.Kurt B. Kaiser2003-06-161-3/+3
* Properly deal with tuples in Open._fixresult. Fixes bug reported inMartin v. Löwis2003-06-141-2/+4
* Patch #752671: NetBSD needs to link libintl to _locale.so.Martin v. Löwis2003-06-141-1/+2
* Add interrupt_main() to thread module.Kurt B. Kaiser2003-06-131-0/+17
* Clarify docstring for symlink.Brett Cannon2003-06-111-1/+1
* Changes to sre.c after the application of patch #726869 have increasedAndrew MacIntyre2003-06-091-5/+11
* Fix potential leaks identified by Neal Norwitz.Andrew McNamara2003-06-091-0/+8
* Whitespace normalization; break a long line.Guido van Rossum2003-06-021-39/+40
* Fix a subtle decref bug that caused a GC assertion to fail in a debugGuido van Rossum2003-06-021-0/+3
* Comment fix.Greg Ward2003-05-291-1/+1
* Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short):Greg Ward2003-05-291-2/+2
* Completely change the interface to setparameters():Greg Ward2003-05-291-79/+48
* Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList()Neal Norwitz2003-05-291-3/+10