summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix SF bug #526518Jeremy Hylton2002-03-081-1/+1
* SF bug 515943: searching for data with \0 in mmap.Tim Peters2002-03-081-9/+5
* Remove tp_print.Martin v. Löwis2002-03-041-34/+1
* Python no longer compiled on Windows, due to #include file confusionTim Peters2002-03-031-4/+5
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-17/+702
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-6/+11
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-0311-11/+47
* SF patch 517245 by Marc Recht.Guido van Rossum2002-03-011-1/+1
* Patch #523268, #522027: return enhanced tuples.Martin v. Löwis2002-03-012-20/+110
* Patch 520694: arraymodule.c improvements:Martin v. Löwis2002-03-011-107/+316
* Patch #520062: Support IPv6 with VC.NET.Martin v. Löwis2002-03-012-0/+13
* Add documentation about how the inter-module linking works.Marc-André Lemburg2002-02-251-1/+54
* Moved the declaration of PySocketSock_Type from socketmodule.h toTim Peters2002-02-172-7/+5
* For readability, switch to tab indents; was using a mix of tab indents,Tim Peters2002-02-171-35/+35
* Patch #511193: Implement killpg in posixmodule.Martin v. Löwis2002-02-161-0/+21
* Remove extraneous variable 'total', as reported by James Rucker.Martin v. Löwis2002-02-161-2/+1
* Also fix the comment.Marc-André Lemburg2002-02-161-1/+1
* Fix the name of the header file.Marc-André Lemburg2002-02-161-1/+1
* Break SSL support out of _socket module and place it into a newMarc-André Lemburg2002-02-164-557/+716
* Fix typo.Fred Drake2002-02-141-1/+1
* Use PyModule_AddObject() instead of accessing the module dict directly.Fred Drake2002-02-142-10/+14
* Use PyModule_AddIntConstant() instead of creating a private helper function.Fred Drake2002-02-141-30/+22
* Simon Budig's patch (posted by me):Michael W. Hudson2002-02-131-0/+3
* Define VERSION in expat.h.Martin v. Löwis2002-02-131-0/+4
* Windows time_clock(): rewrite to get rid of horrid casting tricks.Tim Peters2002-02-131-12/+10
* "Generate" from expat.h.in, for 1.95.2.Martin v. Löwis2002-02-121-0/+735
* Ensure we also build on VC7. Involves replacing largeint.h helper functions ...Mark Hammond2002-02-122-22/+17
* Use included Expat library. Drop support for older expat versions.Martin v. Löwis2002-02-111-171/+0
* 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