| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant | Brett Cannon | 2005-04-24 | 5 | -7/+15 |
|
|
* | Update test to the current readline() behaviour. | Walter Dörwald | 2005-04-21 | 1 | -0/+2 |
|
|
* | Fix comment. | Walter Dörwald | 2005-04-21 | 1 | -2/+2 |
|
|
* | If the data read from the bytestream in readline() ends in a '\r' read one more | Walter Dörwald | 2005-04-21 | 2 | -12/+10 |
|
|
* | Clarify usage of OPT by noting that if it is set the default values will be | Brett Cannon | 2005-04-20 | 1 | -1/+2 |
|
|
* | Fix tests dependent on the exception raised by non-settable descriptors. | Barry Warsaw | 2005-04-20 | 3 | -5/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-04-20 | 3 | -3/+3 |
|
|
* | As per discussion on python-dev, descriptors defined in C with a NULL setter | Barry Warsaw | 2005-04-19 | 2 | -2/+7 |
|
|
* | Add a line explaining what env var to use to set the compiler flags and an | Brett Cannon | 2005-04-19 | 1 | -0/+3 |
|
|
* | Correct swapped descriptions of empty string splits. | Raymond Hettinger | 2005-04-19 | 1 | -2/+2 |
|
|
* | Fix: | Michael W. Hudson | 2005-04-18 | 2 | -1/+7 |
|
|
* | Updated to work with current Python docs setup, and added a minimal README. | Jack Jansen | 2005-04-17 | 2 | -13/+54 |
|
|
* | Fix building of spwd; was incorrectly checking for the needed HAVE_* values to | Brett Cannon | 2005-04-15 | 1 | -4/+5 |
|
|
* | SF bug #1183742: PyDict_Copy() can return non-NULL value on error | Raymond Hettinger | 2005-04-15 | 1 | -1/+1 |
|
|
* | typo fix, thanks Jeremy Sanders | Anthony Baxter | 2005-04-15 | 1 | -1/+1 |
|
|
* | SF patch #1180062 by George Yoshida: | Walter Dörwald | 2005-04-14 | 2 | -3/+3 |
|
|
* | Update permissions for Finn Bock. | Raymond Hettinger | 2005-04-13 | 1 | -0/+2 |
|
|
* | get_method() returns a method name, not take it as an argument | Fred Drake | 2005-04-13 | 1 | -2/+2 |
|
|
* | Fix HTTP method handler example so that method names in uppercases | Hye-Shik Chang | 2005-04-12 | 1 | -1/+1 |
|
|
* | Update permissions for Eric Price. | Raymond Hettinger | 2005-04-11 | 1 | -0/+2 |
|
|
* | SF bug #1180392: StringIO's docs should mention overwriting of initial value | Raymond Hettinger | 2005-04-11 | 1 | -0/+1 |
|
|
* | SF bug #1179957: Missing def'n of equality for set elements | Raymond Hettinger | 2005-04-10 | 2 | -1/+7 |
|
|
* | Update status for Irme de Jong. | Raymond Hettinger | 2005-04-10 | 1 | -0/+3 |
|
|
* | SF patch 1179503: Fix typos in rpc.py | Raymond Hettinger | 2005-04-10 | 1 | -16/+18 |
|
|
* | Fill out one section | Andrew M. Kuchling | 2005-04-09 | 1 | -3/+20 |
|
|
* | Add more text | Andrew M. Kuchling | 2005-04-09 | 1 | -7/+29 |
|
|
* | * Fix error in definition of Im() which returned self instead of 0 | Raymond Hettinger | 2005-04-09 | 1 | -19/+14 |
|
|
* | Patch #1177597: Fix various bugs in Demo/classes/Complex.py. | Martin v. Löwis | 2005-04-09 | 1 | -0/+1 |
|
|
* | Patch #1177597: Correct various bugs, add comments. | Martin v. Löwis | 2005-04-09 | 1 | -9/+36 |
|
|
* | Add grammar change for allowing ``class B(): pass`` syntax. | Brett Cannon | 2005-04-09 | 1 | -1/+1 |
|
|
* | Flush out support for ``class B(): pass`` syntax by adding support to the | Brett Cannon | 2005-04-09 | 5 | -8/+27 |
|
|
* | Add test for ``class B1(): pass``. | Brett Cannon | 2005-04-09 | 1 | -1/+2 |
|
|
* | Record removal of permissions for Charles Waldman. | Raymond Hettinger | 2005-04-08 | 1 | -0/+6 |
|
|
* | Add ESR info. | Tim Peters | 2005-04-08 | 1 | -0/+5 |
|
|
* | Record a drop request by Ken Manheimer. | Raymond Hettinger | 2005-04-08 | 1 | -1/+1 |
|
|
* | Record a drop request by Moshe Zadka. | Raymond Hettinger | 2005-04-08 | 1 | -0/+2 |
|
|
* | test_default_encoding_issues(): Fully restore sys.setdefaultencoding. | Tim Peters | 2005-04-08 | 1 | -0/+7 |
|
|
* | Info about Eric Price. | Tim Peters | 2005-04-08 | 1 | -1/+6 |
|
|
* | Update permissions log for Reedy, Holden, Haring, and Cole. | Raymond Hettinger | 2005-04-08 | 1 | -0/+9 |
|
|
* | In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, | Michael W. Hudson | 2005-04-07 | 3 | -0/+11 |
|
|
* | SF bug #1178269 Clarify when isMappingType/isSequenceType is True. | Raymond Hettinger | 2005-04-07 | 1 | -3/+5 |
|
|
* | SF bug #1178255: 256 should read 255 in operator module docs | Raymond Hettinger | 2005-04-07 | 1 | -1/+1 |
|
|
* | Make that a C, not a C++, comment. | Michael W. Hudson | 2005-04-06 | 1 | -1/+1 |
|
|
* | Add a comment explaining the import of longintrepr.h. | Michael W. Hudson | 2005-04-06 | 1 | -1/+1 |
|
|
* | By popular demand from Linux-heads(!), renamed developers to developers.txt. | Tim Peters | 2005-04-06 | 1 | -0/+0 |
|
|
* | Begin a log of developer permissions. | Raymond Hettinger | 2005-04-05 | 1 | -0/+30 |
|
|
* | SF bug #1168983: ftplib.py string index out of range | Raymond Hettinger | 2005-04-05 | 1 | -7/+16 |
|
|
* | Fix typos. | Walter Dörwald | 2005-04-04 | 1 | -2/+2 |
|
|
* | Fix for SF bug #1175396: readline() will now read one more character, if | Walter Dörwald | 2005-04-04 | 2 | -9/+91 |
|
|
* | Fill docstrings for module and functions, extracted from the tex | Hye-Shik Chang | 2005-04-04 | 1 | -13/+108 |
|
|