summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use escaped Unicode literals, according to PEP 8.Martin v. Löwis2002-10-071-12/+11
* Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync itBarry Warsaw2002-10-071-1/+1
* Modified presentation of the grammar for calls to be easier to readFred Drake2002-10-071-4/+5
* Patch #479898: Use multibyte C library for printing strings if available.Martin v. Löwis2002-10-074-23/+81
* Patch #448038: Add move(). Report errors from copytree as in shutil.Error.Martin v. Löwis2002-10-073-2/+49
* Apply file system default encoding to exec and spawn path and arguments.Martin v. Löwis2002-10-071-23/+68
* Fix quoting for Solaris LDSHARED. Will backport to 2.2.Martin v. Löwis2002-10-072-3/+3
* Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2.Martin v. Löwis2002-10-071-0/+3
* Add test_pep277 to the expected skips on Linux. (This test seems toGuido van Rossum2002-10-061-0/+1
* Patch #572031: AUTH method LOGIN for smtplibMartin v. Löwis2002-10-061-1/+1
* Make sure the email test suite can be run both stand-alone and underGuido van Rossum2002-10-061-2/+4
* Also look in -lposix4 for sem_init. Fixes #618615.Martin v. Löwis2002-10-062-20/+65
* Update info for impending 2.2.2.Tim Peters2002-10-062-0/+3
* Apply Josh Robb's Patch:Kurt B. Kaiser2002-10-061-3/+11
* This test fails on Win98, which is fine, but when it failed it leftTim Peters2002-10-051-6/+17
* Document patch #594001.Martin v. Löwis2002-10-052-0/+11
* s/_alloca/alloca/g; Windows doesn't need the former, at least not unlessTim Peters2002-10-052-5/+5
* Add a section to be written; remove reference to deleted codeAndrew M. Kuchling2002-10-041-9/+6
* Josh Robb's PatchKurt B. Kaiser2002-10-041-0/+4
* Apply Josh Robb's PatchKurt B. Kaiser2002-10-041-1/+1
* When looking for an alias, first look for the normalized name (whichGuido van Rossum2002-10-041-1/+3
* .iterkeys() is not needed.Raymond Hettinger2002-10-041-1/+1
* Remove some unnecessary dependencies (minor).Fred Drake2002-10-041-4/+4
* Added refcount information for PyObject_GetIter().Fred Drake2002-10-041-0/+3
* Undo the removal. Guido mentioned that the encoding name is in activeMarc-André Lemburg2002-10-041-0/+1
* Remove unneeded alias.Marc-André Lemburg2002-10-041-1/+0
* SF # 607253, header file problems by Ralf W. Grosse-KunstleveNeal Norwitz2002-10-042-6/+6
* Fix doc-string.Marc-André Lemburg2002-10-041-3/+3
* News item about the new encoding normalization scheme.Marc-André Lemburg2002-10-041-0/+6
* Adapt lookup names to new more general encoding name normalizationMarc-André Lemburg2002-10-041-14/+14
* Extending the encoding name normalization to handle more non-alphanumericMarc-André Lemburg2002-10-041-8/+20
* Disable LFS if Solaris/gcc bug is detected. Fixes #618095.Martin v. Löwis2002-10-042-1/+81
* Pulling Mark Alexander's contribution from CVS.Marc-André Lemburg2002-10-045-948/+14
* Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2.Martin v. Löwis2002-10-044-3/+25
* Fix [ 616716 ] Bug in PyErr_SetExcFromWindowsMark Hammond2002-10-041-9/+28
* Fix errors to pep277 checkin identified by Neal Norwitz.Mark Hammond2002-10-041-3/+3
* Tests for pep277 - Unicode file names on Windows NT.Mark Hammond2002-10-032-0/+110
* One last tweak to the tracing machinery: this actually computes what I intendedMichael W. Hudson2002-10-031-1/+3
* Clamp code objects' tp_compare result to [-1, 1].Michael W. Hudson2002-10-031-3/+3
* Updates to track Grammar changes. The patch to token.py loosens the regexp toMichael W. Hudson2002-10-032-1/+3
* Trivial fix to the pep277 checkin: ensure that exceptions always have a filen...Mark Hammond2002-10-031-1/+1
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-036-44/+568
* Fix an endcase bug: initial_indent was ignored when the text was shortGuido van Rossum2002-10-022-5/+16
* Fix for the recursion_level bug Armin Rigo reported in sfMichael W. Hudson2002-10-022-0/+24
* Support UCS-4 builds.Martin v. Löwis2002-10-011-8/+36
* Add a comment to the top of the file explaining why the file is here.Fred Drake2002-10-011-0/+7
* Mention droped support for Tcl/Tk 8.0 and 8.1.Guido van Rossum2002-10-011-0/+4
* Eliminate constness warnings with Tcl 8.4.Martin v. Löwis2002-10-011-4/+13
* test__all__(): Fix the import list.Barry Warsaw2002-10-011-4/+4
* Drop support for Tk 8.0 and 8.1.Martin v. Löwis2002-10-011-137/+2