summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* raise pybsddb version number to 4.2.1 to differentiate between it and theGregory P. Smith2003-09-211-1/+1
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-5/+44
* Patch #800697: Add readline.clear_history.Martin v. Löwis2003-09-201-0/+21
* Patch #730597: Disable POPEN for RTEMS.Martin v. Löwis2003-09-201-0/+2
* Patch #790000: Allow os.access to handle Unicode file name.Martin v. Löwis2003-09-121-0/+16
* select.select() now accepts a sequence (as defined by PySequence_Fast()) forBrett Cannon2003-09-101-18/+18
* Patch #801349: 64-bit fix for AMD64 from Gwenole Beauchesne.Just van Rossum2003-09-071-1/+1
* Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).Martin v. Löwis2003-09-041-0/+12
* Bug #794140: cygwin builds do not embedJason Tishler2003-09-041-1/+1
* Use de_DE in example, change message for unknown locale. Fixes #797447.Martin v. Löwis2003-09-031-2/+2
* SF patch #798534: Windows os.popen needlessly gets a reference to tuple ()Raymond Hettinger2003-09-011-3/+1
* For safety, replace a tuple entry before decreffing it.Raymond Hettinger2003-08-301-1/+3
* SF bug #793826: using itertools.izip to mutate tuplesRaymond Hettinger2003-08-291-2/+4
* Support DBEnv.set_shm_key() to allow multi-threaded multi-processGregory P. Smith2003-08-281-0/+16
* SF #784031: Byte-order bug in socket-module getaddrinfo.cRaymond Hettinger2003-08-171-0/+1
* Fix silly leak in test used in test_exceptions.Michael W. Hudson2003-08-151-0/+1
* [Patch #739124] Add use_default_colors() to curses moduleAndrew M. Kuchling2003-08-131-1/+24
* reverting to 2.41 version (distinct tp_names) - will add verbiage to theSkip Montanaro2003-08-111-2/+2
* shit - just change the visible name, not the comments - strictly speaking,Skip Montanaro2003-08-111-3/+3
* 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