summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. MeantBrett Cannon2005-04-242-3/+7
* If the data read from the bytestream in readline() ends in a '\r' read one moreWalter Dörwald2005-04-211-0/+6
* Clarify usage of OPT by noting that if it is set the default values will beBrett Cannon2005-04-201-1/+2
* As per discussion on python-dev, descriptors defined in C with a NULL setterBarry Warsaw2005-04-191-0/+5
* Add a line explaining what env var to use to set the compiler flags and anBrett Cannon2005-04-191-0/+3
* Fix:Michael W. Hudson2005-04-181-0/+6
* Update permissions for Finn Bock.Raymond Hettinger2005-04-131-0/+2
* Update permissions for Eric Price.Raymond Hettinger2005-04-111-0/+2
* Update status for Irme de Jong.Raymond Hettinger2005-04-101-0/+3
* Patch #1177597: Fix various bugs in Demo/classes/Complex.py.Martin v. Löwis2005-04-091-0/+1
* Flush out support for ``class B(): pass`` syntax by adding support to theBrett Cannon2005-04-091-1/+3
* Record removal of permissions for Charles Waldman.Raymond Hettinger2005-04-081-0/+6
* Add ESR info.Tim Peters2005-04-081-0/+5
* Record a drop request by Ken Manheimer.Raymond Hettinger2005-04-081-1/+1
* Record a drop request by Moshe Zadka.Raymond Hettinger2005-04-081-0/+2
* Info about Eric Price.Tim Peters2005-04-081-1/+6
* Update permissions log for Reedy, Holden, Haring, and Cole.Raymond Hettinger2005-04-081-0/+9
* In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,Michael W. Hudson2005-04-071-0/+3
* By popular demand from Linux-heads(!), renamed developers to developers.txt.Tim Peters2005-04-061-0/+0
* Begin a log of developer permissions.Raymond Hettinger2005-04-051-0/+30
* Since PyPI only accepts UTF-8 encoded data now, make sure that the data isWalter Dörwald2005-03-311-0/+3
* NEWS entries for the bugs I fixed yesterday.Michael W. Hudson2005-03-311-0/+6
* Update NEWS for patch 1171735 (Darwin 8 build fixes)Bob Ippolito2005-03-291-0/+4
* Move exception finalisation later in the shutdown process - thisAnthony Baxter2005-03-291-0/+5
* * Fix decimal's handling of foreign types. Now returns NotImplementedRaymond Hettinger2005-03-271-0/+5
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-0/+3
* Add comment about optional option for keeping indentation level from previousBrett Cannon2005-03-211-1/+2
* fix two typos in python(1)Matthias Klose2005-03-201-2/+2
* Add a remove() method to collections.deque objects.Raymond Hettinger2005-03-181-0/+2
* Fix typo.Walter Dörwald2005-03-181-1/+1
* Bug #1163325: "special" decimals aren't hashableRaymond Hettinger2005-03-151-0/+3
* Add two new functions, any() and all().Raymond Hettinger2005-03-111-0/+2
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-091-0/+4
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-0/+2
* Convert file names of posix.access according to the file system encoding.Martin v. Löwis2005-03-081-0/+2
* Patch #918101: Add tarfile open mode r|* for auto-detection of theMartin v. Löwis2005-03-051-0/+3
* Allow classes to be defined with empty parentheses. This means thatBrett Cannon2005-03-051-0/+3
* Add a highlight group for denoting bad whitespace. Also added a match rule forBrett Cannon2005-03-051-8/+15
* SF #1149508: ensure textwrap handles hyphenated numbers correctly,Greg Ward2005-03-051-0/+4
* Patch #1043890: tarfile: add extractall() method.Martin v. Löwis2005-03-041-0/+2
* Patches #925152, #1118602: Avoid reading after the end of the bufferMartin v. Löwis2005-03-041-0/+3
* Patch #1075887: Don't require MSVC in distutils if there is nothingMartin v. Löwis2005-03-041-0/+3
* Patch #1103407: Properly deal with tarfile iterators when untarringMartin v. Löwis2005-03-031-0/+3
* Patch #1115086: support PY_LONGLONG in structmember.Martin v. Löwis2005-03-031-0/+2
* SF bug #1155938: Missing None check for __init__().Raymond Hettinger2005-03-031-0/+3
* Patch #802188: better parser error message for non-EOL following line cont.Martin v. Löwis2005-03-031-0/+3
* Patch #645894: Use getrusage for computing the time consumption inMartin v. Löwis2005-03-031-0/+3
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-0/+3
* Patch #1046831: Use get_python_version where appropriate in sysconfig.py.Martin v. Löwis2005-03-031-0/+2
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-031-0/+3