summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mods by Tony Lownds (patch 490100, slightly massaged by me) to make TkinterJack Jansen2001-12-092-1/+74
* bug #133283, #477728, #483789, #490573Fredrik Lundh2001-12-091-19/+11
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-0834-44/+46
* SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initializationGuido van Rossum2001-12-081-9/+8
* SF patch #489173: Make os.spawnv not block the interpreter, fromTim Peters2001-12-071-3/+10
* O_cwrite(): rewrote for clarity, replacing all the (Oobject *)selfGuido van Rossum2001-12-071-16/+17
* Fix for #489672 (Neil Norwitz): memory leak in test_sre.Guido van Rossum2001-12-071-1/+4
* audioop_ratecv() again: settle for a sloppier upper bound that's lessTim Peters2001-12-071-34/+19
* Undefine addrinfo.h constants if the system header defined them.Martin v. Löwis2001-12-061-4/+35
* Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot.Jeremy Hylton2001-12-061-0/+1
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-1/+4
* audioop_ratecv(): I left a potentially unsafe multiply uncheckedTim Peters2001-12-051-15/+15
* Fix memory leak in the parser module: There were two leaks inFred Drake2001-12-051-5/+22
* SF bug 482574: audioop.ratecv crashes.Tim Peters2001-12-051-6/+62
* Make sure to propogate errors that arise when profiling data cannot beFred Drake2001-12-041-71/+112
* More sprintf -> PyOS_snprintf.Tim Peters2001-12-041-2/+3
* posix_execve(), posix_spawnve(), posix_putenv():Tim Peters2001-12-031-6/+14
* Changed logic for finding python home in Mac OS X framework Pythons.Jack Jansen2001-12-021-47/+45
* Check for NULL return value of PyList_New (follow-up to patch #486743).Martin v. Löwis2001-12-021-0/+3
* Patch #481718: Time module doc string changes.Martin v. Löwis2001-12-021-2/+4
* Patch #486743: remove bad INCREF, propagate exception in append_objects.Martin v. Löwis2001-12-021-6/+11
* Remove INET6 define. Use ENABLE_IPV6 instead.Martin v. Löwis2001-12-023-33/+33
* unicodedata_decomposition(): sprintf -> PyOS_snprintf.Tim Peters2001-11-301-2/+4