| Commit message (Expand) | Author | Age | Files | Lines |
* | Squash compiler wng about mixing signed and unsigned in comparison. | Tim Peters | 2001-07-28 | 1 | -1/+2 |
|
|
* | Fix buffer_info() docstring to match reality. See SF bug #444842. | Guido van Rossum | 2001-07-27 | 1 | -1/+3 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 3 | -3/+3 |
|
|
* | Use HAVE_SNPRINTF, not HAVE_SPRINTF, for checking the availability of | Thomas Wouters | 2001-07-24 | 1 | -1/+1 |
|
|
* | Autocheck for snprintf, and use sprintf if it is not available. | Martin v. Löwis | 2001-07-24 | 2 | -7/+8 |
|
|
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 3 | -9/+20 |
|
|
* | Before declaring h_errno, do not check for Win32 only. Instead, do check | Martin v. Löwis | 2001-07-23 | 2 | -2/+2 |
|
|
* | Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access ... | Martin v. Löwis | 2001-07-23 | 1 | -1/+5 |
|
|
* | Set ai_addrlen even if there is no sa_len. | Martin v. Löwis | 2001-07-21 | 1 | -0/+1 |
|
|
* | Patch #401196: IPv6 extensions to the socket module. | Martin v. Löwis | 2001-07-21 | 1 | -103/+546 |
|
|
* | Silence warnings in MSVC++: hide unused variables, add constness back to | Martin v. Löwis | 2001-07-21 | 3 | -7/+14 |
|
|
* | Make more warnings go away on the SGI compiler. | Fred Drake | 2001-07-19 | 4 | -11/+6 |
|
|
* | Clean up some warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -3/+3 |
|
|
* | Kill a warning on the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -1/+1 |
|
|
* | Remove warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 2 | -7/+4 |
|
|
* | Elaborate a comment. | Fred Drake | 2001-07-19 | 1 | -1/+4 |
|
|
* | Port getaddrinfo to MSVC++. | Martin v. Löwis | 2001-07-19 | 3 | -15/+15 |
|
|
* | SF bug #442520: test_struct fails on SPARC. | Tim Peters | 2001-07-18 | 1 | -4/+10 |
|
|
* | Add "help" to the things one is encouraged to type for more | Guido van Rossum | 2001-07-18 | 1 | -1/+2 |
|
|
* | On Windows, tempnam() is spelled with a leading underscore. | Fred Drake | 2001-07-17 | 1 | -0/+4 |
|
|
* | The syntax trees handled by this module are not "abstract," so take the | Fred Drake | 2001-07-17 | 1 | -132/+136 |
|
|
* | Remove code to initialize globals that are never used. | Fred Drake | 2001-07-17 | 1 | -22/+11 |
|
|
* | Add support for yield statements. | Fred Drake | 2001-07-17 | 1 | -1/+17 |
|
|
* | File handlers don't work on the mac, so don't pretend they do. I guess this i... | Jack Jansen | 2001-07-16 | 1 | -1/+2 |
|
|
* | Fix SF #441664: Python crash on del of a slice of a mmap | Thomas Wouters | 2001-07-16 | 1 | -0/+10 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 1 | -1/+1 |
|
|
* | Remove redundant include of assert.h. | Tim Peters | 2001-07-15 | 1 | -1/+0 |
|
|
* | Python.h: Don't attempt to redefine NDEBUG if it's already defined. | Tim Peters | 2001-07-15 | 2 | -2/+0 |
|
|
* | [Bug #438050] | Andrew M. Kuchling | 2001-07-14 | 1 | -1/+3 |
|
|
* | Fix bug #417212: "curses.newwin can return pads" by changing the Python | Andrew M. Kuchling | 2001-07-14 | 1 | -3/+2 |
|
|
* | Re-do the broken-nice() patch to break less platforms. Hopefully none :P | Thomas Wouters | 2001-07-11 | 1 | -3/+9 |
|
|
* | Patch #439995 (slightly modified from the uploaded version): | Thomas Wouters | 2001-07-11 | 1 | -1/+18 |
|
|
* | SF Patch #432457 by Jason Tishler: support for readline 4.2. | Guido van Rossum | 2001-07-10 | 1 | -0/+4 |
|
|
* | initregex(): this function is declared void, so the recent change to | Tim Peters | 2001-07-09 | 1 | -1/+1 |
|
|
* | initregex(): Check return value of PyErr_Warn() and propagate the exception | Thomas Wouters | 2001-07-09 | 1 | -2/+4 |
|
|
* | map re.sub() to string.replace(), when possible | Fredrik Lundh | 2001-07-08 | 1 | -0/+23 |
|
|
* | bug #416670 | Fredrik Lundh | 2001-07-03 | 1 | -16/+87 |
|
|
* | bug #232815 | Fredrik Lundh | 2001-07-03 | 1 | -1/+1 |
|
|
* | reapplied darryl gallion's minimizing repeat fix. I'm still not 100% | Fredrik Lundh | 2001-07-02 | 1 | -1/+1 |
|
|
* | pythonware repository roundtrip (untabification) | Fredrik Lundh | 2001-07-02 | 1 | -12/+13 |
|
|
* | added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x | Fredrik Lundh | 2001-07-02 | 2 | -19/+33 |
|
|
* | merged with pythonware's SRE 2.1.1 codebase | Fredrik Lundh | 2001-07-02 | 2 | -5/+98 |
|
|
* | use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE | Fredrik Lundh | 2001-06-27 | 1 | -2/+3 |
|
|
* | Windows build broke from recent Unicode changes -- need to #define | Tim Peters | 2001-06-26 | 1 | -0/+1 |
|
|
* | experimental UCS-4 support: added USE_UCS4_STORAGE define to | Fredrik Lundh | 2001-06-26 | 1 | -0/+4 |
|
|
* | experimental UCS-4 support: don't assume that MS_WIN32 implies | Fredrik Lundh | 2001-06-26 | 1 | -3/+3 |
|
|
* | Remove const-ness in inet_pton declaration. | Martin v. Löwis | 2001-06-25 | 1 | -1/+1 |
|
|
* | Replace snprintf with sprintf. | Martin v. Löwis | 2001-06-25 | 1 | -1/+1 |
|
|
* | Fix typos in inet_pton/inet_ntop. | Martin v. Löwis | 2001-06-24 | 1 | -2/+3 |
|
|
* | Provide a definition for offsetof. | Martin v. Löwis | 2001-06-24 | 1 | -0/+8 |
|
|