summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Disable usage of Expat's config.h.Martin v. Löwis2002-02-113-0/+6
* Initial revisionMartin v. Löwis2002-02-1117-0/+11093
* Remove mentioning of -U option in "python -h" output.Marc-André Lemburg2002-02-111-1/+0
* start() and stop() methods: return None where there is no exception;Fred Drake2002-02-081-2/+8
* Got rid of a few more NeXT ifdefs. The last, I think.Jack Jansen2002-02-014-111/+0
* Implement os.waitpid() for Windows, in a way that's compatible with LinuxTim Peters2002-02-011-2/+28
* Oh look, another one.Michael W. Hudson2002-01-301-1/+1
* I think this fixesMichael W. Hudson2002-01-301-1/+1
* Expose more MS WIndows constants usable w/ low-level os.open().Tim Peters2002-01-301-102/+125
* Fix spelling mistakes. Bugfix candidates.Neal Norwitz2002-01-291-1/+1
* Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962.Martin v. Löwis2002-01-261-2/+2
* Removed an XXX question (the answer is "yes" <wink>).Tim Peters2002-01-261-1/+1
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-1727-449/+449
* Patch #477752: Drop old-style getargs from curses.Martin v. Löwis2002-01-172-372/+309
* Change some spaces to tabs. I don't *think* that was me, but itMichael W. Hudson2002-01-161-2/+2
* Fix forMichael W. Hudson2002-01-161-8/+8
* Patch #504225: add plan9 ifdef to timemodule floatsleep.Martin v. Löwis2002-01-161-23/+25
* There's no need for typechecks on the second and third argument ofGuido van Rossum2002-01-151-9/+2
* Export SIGINFO. Fixes #502077.Martin v. Löwis2002-01-121-0/+5
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-1218-66/+0
* Fixed "u#" parser marker to pass through Unicode objects as-is withoutMarc-André Lemburg2002-01-091-0/+50
* Patch #497126: Always compile dl.Martin v. Löwis2002-01-011-7/+7
* Add fcntl.h constants from glibc 2.2.4. Fixes #496171.Martin v. Löwis2001-12-281-0/+70
* Due to a cut-and-paste error, the type object exported under the nameGuido van Rossum2001-12-271-1/+1
* Add TCP socket options from glibc 2.2.4. Fixes #495680.Martin v. Löwis2001-12-221-0/+31
* Merge of the release22 branch changes back into the trunk.Barry Warsaw2001-12-211-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