summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* I did fix too much - including winsock.h is sufficient.Thomas Heller2002-09-241-1/+1
* On Windows, call WSAGetLastError() to retrieve the error number.Thomas Heller2002-09-241-1/+7
* Be more careful with the type of the xmlhandlersetter; it takes anFred Drake2002-09-241-1/+1
* Patch #608999: Fix portability problems with MIPSPro 7.xMartin v. Löwis2002-09-193-0/+20
* Deal with NULL fields in mkpwent.Martin v. Löwis2002-09-171-1/+12
* Deal with a NULL gr_passwd. Reported by Anders Qvist.Martin v. Löwis2002-09-171-1/+6
* Make BadPickleGet a class. Fixes #609164.Martin v. Löwis2002-09-161-3/+4
* I think it makes more sense that the pseudo filename used by fdopen()Guido van Rossum2002-09-151-1/+1
* SF # 602108 ensure string is null terminated after strncpyNeal Norwitz2002-09-131-0/+1
* Fix *really* embarrassing typo reported by Raymond Hettinger.Michael W. Hudson2002-09-111-1/+1
* A slight change to SET_LINENO-less tracing.Michael W. Hudson2002-09-111-4/+2
* extract_time(): Squash compiler warning about possibly information-Tim Peters2002-09-101-1/+1
* Add missing return statement.Martin v. Löwis2002-09-101-0/+1
* Use utimes(2) where available to support microsecond timestamps.Martin v. Löwis2002-09-101-5/+48
* Always generate floats for stat_result; fix configure test.Martin v. Löwis2002-09-091-9/+1
* Patch #606592: Subsecond timestamps in stat_result.Martin v. Löwis2002-09-091-10/+26
* SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-051-1/+11
* --with(out)-thread is deprecated according to configure --helpNeal Norwitz2002-09-051-1/+1
* Update the module doc comment.Guido van Rossum2002-09-031-1/+3
* (Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule:Guido van Rossum2002-09-031-27/+54
* Minor change for symmetry with PyXML: PyDoc_STR should not includeFred Drake2002-09-021-1/+1
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-021-0/+28
* SF bug 601775 - some int results that should be bool.Guido van Rossum2002-09-012-2/+3
* Added __pow__(a,b) to the operator module. Completes the pattern ofRaymond Hettinger2002-08-191-0/+10
* SF bug 595919: popenN return only text mode pipesTim Peters2002-08-191-2/+2
* Squash a few calls to the hideously expensive PyObject_CallObject(o,a)Guido van Rossum2002-08-161-1/+1
* base64.decodestring('') should return '' instead of raising anBarry Warsaw2002-08-151-5/+2
* This is my patchMichael W. Hudson2002-08-151-5/+8
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-142-32/+65
* Fix memory leaks reported by valgrindNeal Norwitz2002-08-141-1/+7
* add some example docstrings using PyDoc_STRSkip Montanaro2002-08-141-8/+8
* add PyDoc_STR and PyDoc_STRVAR calls as examples for module authorsSkip Montanaro2002-08-141-6/+18
* Allow more docstrings to be removed during compilation in some modulesNeal Norwitz2002-08-134-38/+40
* For new-style classes, we can now test for tp_del instead of askingGuido van Rossum2002-08-091-3/+3
* On Cygwin, put stdin, stderr, and stdout in binary mode when the -uSjoerd Mullender2002-08-091-2/+2
* SF bug #592645 fix memory leak in socket.getaddrinfoNeal Norwitz2002-08-091-0/+2
* Update the text on the Expat module and library.Fred Drake2002-08-091-17/+9
* The other half of the patches added to SF patch 555085 by A IGuido van Rossum2002-08-081-0/+2
* Clean up some docstrings. Some docstrings didn't show their returnGuido van Rossum2002-08-081-10/+11
* Patch #588561: Cygwin _hotshot patchJason Tishler2002-08-081-2/+4
* Replace abort with Py_FatalError.Martin v. Löwis2002-08-071-1/+1
* internal_connect(): Windows. When sock_timeout > 0 and connect() yieldsTim Peters2002-08-061-6/+14
* Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py.Guido van Rossum2002-08-061-0/+2
* Since the errno module is needed by os._execvpe(), and that is used by theFred Drake2002-08-051-1/+1
* Add trace_frame. Fixes #534864. Backported to 2.2.Martin v. Löwis2002-08-041-0/+38
* Add recursion counter for pickling. Fixes #576084.Martin v. Löwis2002-08-041-0/+9
* Fix ref(), proxy() docstrings, based on comments from David Abrahams.Fred Drake2002-08-021-3/+4
* add #include branch for compilation with Berkeley DBSkip Montanaro2002-08-021-0/+3
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-021-1/+17
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-0251-59/+68