| Commit message (Expand) | Author | Age | Files | Lines |
* | Include Python.h first. Fixes #530159. | Martin v. Löwis | 2002-03-15 | 1 | -1/+1 |
|
|
* | Verify arguments for nl_langinfo. Fixes #528879. | Martin v. Löwis | 2002-03-12 | 1 | -84/+106 |
|
|
* | Change the example code to prefer PyModule_Add*() instead of using the | Fred Drake | 2002-03-12 | 2 | -12/+12 |
|
|
* | Update docstrings to use te attribute names of the new structures returned | Fred Drake | 2002-03-12 | 2 | -4/+7 |
|
|
* | Changed C++ comment into standard comment. | Sjoerd Mullender | 2002-03-11 | 1 | -1/+1 |
|
|
* | SF bug 525705: [2.2] underflow raise OverflowException. | Tim Peters | 2002-03-09 | 1 | -2/+1 |
|
|
* | Fix SF bug #526518 | Jeremy Hylton | 2002-03-08 | 1 | -1/+1 |
|
|
* | SF bug 515943: searching for data with \0 in mmap. | Tim Peters | 2002-03-08 | 1 | -9/+5 |
|
|
* | Remove tp_print. | Martin v. Löwis | 2002-03-04 | 1 | -34/+1 |
|
|
* | Python no longer compiled on Windows, due to #include file confusion | Tim Peters | 2002-03-03 | 1 | -4/+5 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -17/+702 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -6/+11 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 11 | -11/+47 |
|
|
* | SF patch 517245 by Marc Recht. | Guido van Rossum | 2002-03-01 | 1 | -1/+1 |
|
|
* | Patch #523268, #522027: return enhanced tuples. | Martin v. Löwis | 2002-03-01 | 2 | -20/+110 |
|
|
* | Patch 520694: arraymodule.c improvements: | Martin v. Löwis | 2002-03-01 | 1 | -107/+316 |
|
|
* | Patch #520062: Support IPv6 with VC.NET. | Martin v. Löwis | 2002-03-01 | 2 | -0/+13 |
|
|
* | Add documentation about how the inter-module linking works. | Marc-André Lemburg | 2002-02-25 | 1 | -1/+54 |
|
|
* | Moved the declaration of PySocketSock_Type from socketmodule.h to | Tim Peters | 2002-02-17 | 2 | -7/+5 |
|
|
* | For readability, switch to tab indents; was using a mix of tab indents, | Tim Peters | 2002-02-17 | 1 | -35/+35 |
|
|
* | Patch #511193: Implement killpg in posixmodule. | Martin v. Löwis | 2002-02-16 | 1 | -0/+21 |
|
|
* | Remove extraneous variable 'total', as reported by James Rucker. | Martin v. Löwis | 2002-02-16 | 1 | -2/+1 |
|
|
* | Also fix the comment. | Marc-André Lemburg | 2002-02-16 | 1 | -1/+1 |
|
|
* | Fix the name of the header file. | Marc-André Lemburg | 2002-02-16 | 1 | -1/+1 |
|
|
* | Break SSL support out of _socket module and place it into a new | Marc-André Lemburg | 2002-02-16 | 4 | -557/+716 |
|
|
* | Fix typo. | Fred Drake | 2002-02-14 | 1 | -1/+1 |
|
|
* | Use PyModule_AddObject() instead of accessing the module dict directly. | Fred Drake | 2002-02-14 | 2 | -10/+14 |
|
|
* | Use PyModule_AddIntConstant() instead of creating a private helper function. | Fred Drake | 2002-02-14 | 1 | -30/+22 |
|
|
* | Simon Budig's patch (posted by me): | Michael W. Hudson | 2002-02-13 | 1 | -0/+3 |
|
|
* | Define VERSION in expat.h. | Martin v. Löwis | 2002-02-13 | 1 | -0/+4 |
|
|
* | Windows time_clock(): rewrite to get rid of horrid casting tricks. | Tim Peters | 2002-02-13 | 1 | -12/+10 |
|
|
* | "Generate" from expat.h.in, for 1.95.2. | Martin v. Löwis | 2002-02-12 | 1 | -0/+735 |
|
|
* | Ensure we also build on VC7. Involves replacing largeint.h helper functions ... | Mark Hammond | 2002-02-12 | 2 | -22/+17 |
|
|
* | Use included Expat library. Drop support for older expat versions. | Martin v. Löwis | 2002-02-11 | 1 | -171/+0 |
|
|
* | Disable usage of Expat's config.h. | Martin v. Löwis | 2002-02-11 | 3 | -0/+6 |
|
|
* | Initial revision | Martin v. Löwis | 2002-02-11 | 17 | -0/+11093 |
|
|
* | Remove mentioning of -U option in "python -h" output. | Marc-André Lemburg | 2002-02-11 | 1 | -1/+0 |
|
|
* | start() and stop() methods: return None where there is no exception; | Fred Drake | 2002-02-08 | 1 | -2/+8 |
|
|
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 4 | -111/+0 |
|
|
* | Implement os.waitpid() for Windows, in a way that's compatible with Linux | Tim Peters | 2002-02-01 | 1 | -2/+28 |
|
|
* | Oh look, another one. | Michael W. Hudson | 2002-01-30 | 1 | -1/+1 |
|
|
* | I think this fixes | Michael W. Hudson | 2002-01-30 | 1 | -1/+1 |
|
|
* | Expose more MS WIndows constants usable w/ low-level os.open(). | Tim Peters | 2002-01-30 | 1 | -102/+125 |
|
|
* | Fix spelling mistakes. Bugfix candidates. | Neal Norwitz | 2002-01-29 | 1 | -1/+1 |
|
|
* | Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. | Martin v. Löwis | 2002-01-26 | 1 | -2/+2 |
|
|
* | Removed an XXX question (the answer is "yes" <wink>). | Tim Peters | 2002-01-26 | 1 | -1/+1 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 27 | -449/+449 |
|
|
* | Patch #477752: Drop old-style getargs from curses. | Martin v. Löwis | 2002-01-17 | 2 | -372/+309 |
|
|
* | Change some spaces to tabs. I don't *think* that was me, but it | Michael W. Hudson | 2002-01-16 | 1 | -2/+2 |
|
|
* | Fix for | Michael W. Hudson | 2002-01-16 | 1 | -8/+8 |
|
|