| Commit message (Expand) | Author | Age | Files | Lines |
* | Add :method info to the PyArg_ParseTuple() format strings for poll objects. | Fred Drake | 2001-05-21 | 1 | -3/+3 |
|
|
* | Add warnings to the strop module, for to those functions that really | Guido van Rossum | 2001-05-15 | 1 | -0/+22 |
|
|
* | Fix new compiler warnings. Also boost "start" from (C) int to long and | Tim Peters | 2001-05-14 | 1 | -5/+5 |
|
|
* | SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. | Tim Peters | 2001-05-14 | 2 | -13/+13 |
|
|
* | fcntl.ioctl(): Update error message; necessity noted by Michael Hudson. | Fred Drake | 2001-05-14 | 1 | -1/+3 |
|
|
* | Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file... | Mark Hammond | 2001-05-14 | 1 | -10/+0 |
|
|
* | Fix the .find() method for memory maps. | Greg Stein | 2001-05-14 | 1 | -3/+12 |
|
|
* | Add support for Windows using "mbcs" as the default Unicode encoding when dea... | Mark Hammond | 2001-05-13 | 1 | -40/+99 |
|
|
* | Fix a minor style consistency issue. | Fred Drake | 2001-05-11 | 1 | -3/+3 |
|
|
* | Include sys/modem.h if we have it; this is needed on HP-UX to provide | Fred Drake | 2001-05-11 | 1 | -0/+12 |
|
|
* | Fix the fcntl() docstring so the user is not mis-directed to the FCNTL | Fred Drake | 2001-05-10 | 1 | -7/+7 |
|
|
* | Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as | Tim Peters | 2001-05-10 | 1 | -0/+6 |
|
|
* | The strop module and test_strop.py believe replace() with a 0 count | Tim Peters | 2001-05-10 | 1 | -1/+1 |
|
|
* | Heh. I need a break. After this: stropmodule & stringobject were more | Tim Peters | 2001-05-10 | 1 | -8/+6 |
|
|
* | Fudge. stropmodule and stringobject both had copies of the buggy | Tim Peters | 2001-05-10 | 1 | -8/+13 |
|
|
* | SF bug #422088: [OSF1 alpha] string.replace(). | Tim Peters | 2001-05-09 | 1 | -26/+33 |
|
|
* | Mechanical changes for easier edits. | Tim Peters | 2001-05-09 | 1 | -152/+136 |
|
|
* | Modify to allow file objects wherever file descriptors are needed. | Fred Drake | 2001-05-09 | 1 | -8/+71 |
|
|
* | fdconv(): Do not second guess the error condition returned by | Fred Drake | 2001-05-09 | 1 | -37/+4 |
|
|
* | Three uses of makesockaddr() used sockaddr buffers that had not be cleared; | Fred Drake | 2001-05-09 | 1 | -1/+4 |
|
|
* | Minor fiddling related to | Tim Peters | 2001-05-09 | 1 | -5/+2 |
|
|
* | Only import termio.h on OSF, and add a comment about why it is needed there. | Fred Drake | 2001-05-09 | 1 | -0/+4 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2001-05-07 | 1 | -53/+84 |
|
|
* | Remove an obsolete comment and a "return" before fallig off the end of a | Fred Drake | 2001-05-03 | 1 | -2/+0 |
|
|
* | ParserCreate(): Allow an empty string for the namespace_separator argument; | Fred Drake | 2001-04-25 | 1 | -68/+82 |
|
|
* | SF but #417587: compiler warnings compiling 2.1. | Tim Peters | 2001-04-21 | 1 | -1/+1 |
|
|
* | Export three optimization (fast locals) flags | Jeremy Hylton | 2001-04-16 | 1 | -0/+4 |
|
|
* | Reverting Moshe's EGD patch *and* Martin's patch to make it work with | Guido van Rossum | 2001-04-16 | 1 | -34/+0 |
|
|
* | SRE: made "copyright" string static, to avoid potential linking | Fredrik Lundh | 2001-04-15 | 1 | -1/+8 |
|
|
* | Make some private symbols static. | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
* | Clean up the unsightly mess around the readline header files. We now | Guido van Rossum | 2001-04-13 | 1 | -24/+1 |
|
|
* | I am TENTATIVELY checking in Martin von Loewis's patch for the SSL | Guido van Rossum | 2001-04-13 | 1 | -0/+7 |
|
|
* | cleanup_helper(): Make sure we invalidate all reference objects | Fred Drake | 2001-04-13 | 1 | -6/+41 |
|
|
* | Slight adaptation of Michael Hudson's patch to test PyDict_Next() | Guido van Rossum | 2001-04-13 | 1 | -0/+62 |
|
|
* | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 2 | -0/+34 |
|
|
* | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 | 2 | -10/+22 |
|
|
* | Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED. | Guido van Rossum | 2001-04-10 | 1 | -2/+3 |
|
|
* | Ack -- this module mixes tabs and spaces, and what appears to be a mix | Tim Peters | 2001-04-10 | 1 | -5/+5 |
|
|
* | On a sizeof(long)==8 machine, ints in range(2**31, 2**32) were getting | Tim Peters | 2001-04-10 | 1 | -5/+21 |
|
|
* | Critical fix: if cPickle on a sizeof(long)==8 box is used to read a | Tim Peters | 2001-04-10 | 1 | -1/+8 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2001-04-09 | 1 | -13/+10 |
|
|
* | Repair portability of sign extension when reading signed ints on boxes | Tim Peters | 2001-04-08 | 1 | -10/+6 |
|
|
* | Effectively revert the previous change: leave the new #include in, but | Fred Drake | 2001-04-05 | 1 | -0/+3 |
|
|
* | Add an #include of sys/ioctl.h to pick up a lot of the constants supported | Fred Drake | 2001-04-04 | 1 | -0/+1 |
|
|
* | Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev | Guido van Rossum | 2001-04-02 | 1 | -9/+29 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2001-03-26 | 1 | -0/+329 |
|
|
* | get_version_string(): New function -- returns a Python string object that | Fred Drake | 2001-03-24 | 1 | -3/+24 |
|
|
* | Fix a memory leak -- there's no need to INCREF() the result of | Guido van Rossum | 2001-03-23 | 1 | -1/+0 |
|
|
* | Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev). | Tim Peters | 2001-03-23 | 1 | -1/+1 |
|
|
* | add DEF_BOUND constant | Jeremy Hylton | 2001-03-22 | 1 | -0/+1 |
|
|