| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant | Brett Cannon | 2005-04-24 | 2 | -3/+7 |
|
|
* | If the data read from the bytestream in readline() ends in a '\r' read one more | Walter Dörwald | 2005-04-21 | 1 | -0/+6 |
|
|
* | Clarify usage of OPT by noting that if it is set the default values will be | Brett Cannon | 2005-04-20 | 1 | -1/+2 |
|
|
* | As per discussion on python-dev, descriptors defined in C with a NULL setter | Barry Warsaw | 2005-04-19 | 1 | -0/+5 |
|
|
* | Add a line explaining what env var to use to set the compiler flags and an | Brett Cannon | 2005-04-19 | 1 | -0/+3 |
|
|
* | Fix: | Michael W. Hudson | 2005-04-18 | 1 | -0/+6 |
|
|
* | Update permissions for Finn Bock. | Raymond Hettinger | 2005-04-13 | 1 | -0/+2 |
|
|
* | Update permissions for Eric Price. | Raymond Hettinger | 2005-04-11 | 1 | -0/+2 |
|
|
* | Update status for Irme de Jong. | Raymond Hettinger | 2005-04-10 | 1 | -0/+3 |
|
|
* | Patch #1177597: Fix various bugs in Demo/classes/Complex.py. | Martin v. Löwis | 2005-04-09 | 1 | -0/+1 |
|
|
* | Flush out support for ``class B(): pass`` syntax by adding support to the | Brett Cannon | 2005-04-09 | 1 | -1/+3 |
|
|
* | 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 |
|
|
* | 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 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | Since PyPI only accepts UTF-8 encoded data now, make sure that the data is | Walter Dörwald | 2005-03-31 | 1 | -0/+3 |
|
|
* | NEWS entries for the bugs I fixed yesterday. | Michael W. Hudson | 2005-03-31 | 1 | -0/+6 |
|
|
* | Update NEWS for patch 1171735 (Darwin 8 build fixes) | Bob Ippolito | 2005-03-29 | 1 | -0/+4 |
|
|
* | Move exception finalisation later in the shutdown process - this | Anthony Baxter | 2005-03-29 | 1 | -0/+5 |
|
|
* | * Fix decimal's handling of foreign types. Now returns NotImplemented | Raymond Hettinger | 2005-03-27 | 1 | -0/+5 |
|
|
* | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+3 |
|
|
* | Add comment about optional option for keeping indentation level from previous | Brett Cannon | 2005-03-21 | 1 | -1/+2 |
|
|
* | fix two typos in python(1) | Matthias Klose | 2005-03-20 | 1 | -2/+2 |
|
|
* | Add a remove() method to collections.deque objects. | Raymond Hettinger | 2005-03-18 | 1 | -0/+2 |
|
|
* | Fix typo. | Walter Dörwald | 2005-03-18 | 1 | -1/+1 |
|
|
* | Bug #1163325: "special" decimals aren't hashable | Raymond Hettinger | 2005-03-15 | 1 | -0/+3 |
|
|
* | Add two new functions, any() and all(). | Raymond Hettinger | 2005-03-11 | 1 | -0/+2 |
|
|
* | operator.itemgetter() and operator.attrgetter() now support extraction | Raymond Hettinger | 2005-03-09 | 1 | -0/+4 |
|
|
* | Build with --disable-unicode again. Fixes #1158607. | Martin v. Löwis | 2005-03-08 | 1 | -0/+2 |
|
|
* | Convert file names of posix.access according to the file system encoding. | Martin v. Löwis | 2005-03-08 | 1 | -0/+2 |
|
|
* | Patch #918101: Add tarfile open mode r|* for auto-detection of the | Martin v. Löwis | 2005-03-05 | 1 | -0/+3 |
|
|
* | Allow classes to be defined with empty parentheses. This means that | Brett Cannon | 2005-03-05 | 1 | -0/+3 |
|
|
* | Add a highlight group for denoting bad whitespace. Also added a match rule for | Brett Cannon | 2005-03-05 | 1 | -8/+15 |
|
|
* | SF #1149508: ensure textwrap handles hyphenated numbers correctly, | Greg Ward | 2005-03-05 | 1 | -0/+4 |
|
|
* | Patch #1043890: tarfile: add extractall() method. | Martin v. Löwis | 2005-03-04 | 1 | -0/+2 |
|
|
* | Patches #925152, #1118602: Avoid reading after the end of the buffer | Martin v. Löwis | 2005-03-04 | 1 | -0/+3 |
|
|
* | Patch #1075887: Don't require MSVC in distutils if there is nothing | Martin v. Löwis | 2005-03-04 | 1 | -0/+3 |
|
|
* | Patch #1103407: Properly deal with tarfile iterators when untarring | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patch #1115086: support PY_LONGLONG in structmember. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | SF bug #1155938: Missing None check for __init__(). | Raymond Hettinger | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patch #802188: better parser error message for non-EOL following line cont. | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patch #645894: Use getrusage for computing the time consumption in | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patches #749830, #1144555: allow UNIX mmap size to default to current | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|
* | Patch #1046831: Use get_python_version where appropriate in sysconfig.py. | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | Patch #1117454: Remove code to special-case cookies without values | Martin v. Löwis | 2005-03-03 | 1 | -0/+3 |
|
|