summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* The errno module needs to be statically linked, since it is now needed duringFred Drake2002-08-081-1/+1
* Add trace_frame. Fixes #534864.Martin v. Löwis2002-08-041-0/+38
* Fix ref(), proxy() docstrings, based on comments from David Abrahams.Fred Drake2002-08-021-3/+4
* Put Cray fixes on the branch, too.Michael W. Hudson2002-07-312-9/+7
* Fix docstring to be consistent with parameter name (prefix)Neal Norwitz2002-07-301-1/+1
* Pass length of result structure into setipaddr. Fixes bug #565747.Martin v. Löwis2002-07-281-8/+12
* Given the persistent id code a shot at a class before calling save_global().Jeremy Hylton2002-07-161-5/+5
* Update the comments on building the pyexpat extension.Fred Drake2002-07-101-16/+11
* Backport for SF bug #574132: Major GC related performance regression.Tim Peters2002-06-301-13/+45
* Corect speling and add \n\ to line ends in new docstring for access().Guido van Rossum2002-06-181-5/+5
* Clarified documentation for os.access().Fred Drake2002-06-181-1/+5
* SF # 533070 Silence AIX C Compiler WarningsNeal Norwitz2002-06-131-1/+1
* Oops. That wasn't supposed to be backported. :-(Guido van Rossum2002-06-061-3/+1
* Backport:Guido van Rossum2002-06-061-1/+3
* The logreader object did not always refill the input buffer correctlyNeil Schemenauer2002-05-291-105/+56
* backport tim_one's patch:Anthony Baxter2002-04-301-2/+6
* Patch #500311: Work around for buggy https servers. Fixes #494762.Martin v. Löwis2002-04-201-24/+72
* Patch #546194: Check constants individually. Fixes 534143 on OpenBSD.Martin v. Löwis2002-04-191-2/+19
* [backport bug fix from the trunk]Jeremy Hylton2002-04-191-0/+1
* backport loewis' checkin ofMichael W. Hudson2002-04-051-1/+4
* The body of_PyObject_GC_UnTrack() should only be compiled #ifdefGuido van Rossum2002-04-031-0/+2
* Backport to 2.2.1:Guido van Rossum2002-03-281-1/+3
* backport jackjansen's checkin ofMichael W. Hudson2002-03-251-0/+5
* Remove extraneous #define as per effbot's instructions in:Michael W. Hudson2002-03-181-2/+0
* Backport a checkin of lemburg's:Michael W. Hudson2002-03-171-1/+0
* Backport my fix from a whiles back:Michael W. Hudson2002-03-171-9/+9
* backport loewis' checkin ofMichael W. Hudson2002-03-161-1/+1
* backport loewis' checkin ofMichael W. Hudson2002-03-161-84/+106
* Update docstrings to use te attribute names of the new structures returnedFred Drake2002-03-122-4/+7
* backport tim_one's checkin ofMichael W. Hudson2002-03-111-2/+1
* backport jhylton's checkin ofMichael W. Hudson2002-03-111-1/+1
* backport tim_one's checkin ofMichael W. Hudson2002-03-081-9/+5
* backport gvanrossum's checkin ofMichael W. Hudson2002-03-051-1/+1
* start() and stop() methods: return None where there is no exception;Fred Drake2002-02-081-2/+8
* Backport my fixing up of PyObject_New/PyMem_Del mismatches.Michael W. Hudson2002-02-062-2/+2
* Fix a bunch of typos found by nnorwitz.Michael W. Hudson2002-02-061-1/+1
* It's merge time!Michael W. Hudson2002-01-281-2/+2
* It's merge time!Michael W. Hudson2002-01-281-9/+2
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-1218-66/+0
* Add fcntl.h constants from glibc 2.2.4. Fixes #496171.Martin v. Löwis2001-12-281-0/+70
* Backport gvanrossum's checkin of version 2.217:Michael W. Hudson2001-12-281-1/+1
* Backport loewis' checkin of version 1.201:Michael W. Hudson2001-12-281-0/+31
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-12-281-3/+5
* SF bug #495021: Crash calling os.stat with a trailing backslashTim Peters2001-12-191-14/+20
* save(): Fix for SF bug #494904: Cannot pickle a class with aGuido van Rossum2001-12-191-0/+5
* SF bug #494738: binascii_b2a_base64 overwrites memory.Tim Peters2001-12-191-3/+5
* initxxsubtype(): Add a comment to make the magic clearer; I doubt it'sTim Peters2001-12-171-2/+4
* Use PyType_Ready() for initialization of the ob_type field of ourGuido van Rossum2001-12-171-2/+4
* David Abrahams tried to compile this as a separate DLL under MSVC, andTim Peters2001-12-171-4/+21
* Give xxsubtype a module docstring, so its oddball purpose is discoverableTim Peters2001-12-101-2/+8