summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF patch 518765 (Derek Harland): Bug in copy.py when used throughGuido van Rossum2002-02-282-1/+5
* SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams.Tim Peters2002-02-282-14/+2
* PyGC_Head: Use "long double" instead of "double" as the worst-caseTim Peters2002-02-281-1/+1
* SF patch #524005 by Paul Eggert.Guido van Rossum2002-02-281-1/+1
* Patch #522279: transformer.py nodes shadows global.Martin v. Löwis2002-02-281-3/+3
* Correct various errors:Martin v. Löwis2002-02-282-6/+157
* %#x/%#X format conversion cleanup (see patch #450267):Andrew MacIntyre2002-02-282-63/+74
* Allow shebang's which use versioned Python binaries. FixesMarc-André Lemburg2002-02-281-1/+1
* Fix 2.2.1 string.Tim Peters2002-02-281-1/+1
* Reserve a Windows build num for 2.2.1c1.Tim Peters2002-02-281-0/+2
* Add 2002 to PSF copyrights.Michael W. Hudson2002-02-275-7/+8
* SF patch #523169, by Samuele Pedroni.Guido van Rossum2002-02-263-1/+14
* Some buffers needed to be unsigned char, not char.Jack Jansen2002-02-261-2/+2
* OS/2 EMX port changes (Python part of patch #450267):Andrew MacIntyre2002-02-264-3/+140
* OS/2 EMX port changes (Objects part of patch #450267):Andrew MacIntyre2002-02-263-0/+23
* OS/2 EMX port changes (Include part of patch #450267):Andrew MacIntyre2002-02-262-0/+9
* bugfix for the problem where EditorWindow instancesSteven M. Gava2002-02-261-2/+5
* canonic(): Fix by Edward K Ream to make breakpoints work better onGuido van Rossum2002-02-251-0/+1
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-251-0/+1
* Edward K. Ream.Guido van Rossum2002-02-251-0/+1
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-251-0/+1
* Fix error in explanation of the interaction between $ and MULTILINE mode.Fred Drake2002-02-251-1/+1
* Add documentation about how the inter-module linking works.Marc-André Lemburg2002-02-251-1/+54
* Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov.Martin v. Löwis2002-02-241-10/+31
* Patch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UXMartin v. Löwis2002-02-242-213/+215
* Accept Unicode strings as SMTP TO addresses. Fixes #521270.Martin v. Löwis2002-02-241-1/+1
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-246-15/+446
* tracking changes to python idle:Steven M. Gava2002-02-231-1/+1
* Patch #520483: Make IDLE OutputWindow handle Unicode.Martin v. Löwis2002-02-231-1/+1
* Patch #521714: fix pychecker warnings in ast.py.Martin v. Löwis2002-02-231-124/+124
* Patch #521670: Remove unused sys import.Martin v. Löwis2002-02-231-2/+1
* SF bug #501591: dir() doc is oldTim Peters2002-02-231-9/+22
* Grammar tweak.Greg Ward2002-02-221-1/+1
* Typo: thsi -> this. Closes SF bug #521450.Fred Drake2002-02-221-1/+1
* Create and populate OS/2 EMX port platform specific library directory:Andrew MacIntyre2002-02-225-0/+511
* moved command logging routines into IMAP4 class: thread safe/fasterPiers Lauder2002-02-221-56/+65
* First version which runs an install-script (specified by theThomas Heller2002-02-201-314/+354
* Correct the refcount information for the PyWeakref_GetObject() function.Fred Drake2002-02-201-1/+1
* Somebody made list.__dict__ grow a '__doc__' key, but apparently didn'tTim Peters2002-02-191-0/+1
* SF #515023. Make _DummyThread.join() signature match base class (Thread)Neal Norwitz2002-02-191-1/+1
* SF #515041, Update path for 2.3Neal Norwitz2002-02-191-2/+2
* Allow __doc__ to be of arbitrary type. Patch by James Henstridge,Martin v. Löwis2002-02-181-4/+16
* further work on config systemSteven M. Gava2002-02-182-9/+9
* handle user theme and key set deletionSteven M. Gava2002-02-183-11/+87
* Move some opcodes to top of big eval_frame switch statement. SkipNeil Schemenauer2002-02-171-44/+45
* SF bug #497839: reindent chokes on empty first lines.Tim Peters2002-02-171-0/+4
* Create and populate OS/2 EMX port build directory:Andrew MacIntyre2002-02-1710-0/+3424
* Repair so that importing socket doesn't blow up on platforms that lackTim Peters2002-02-171-7/+12
* Moved the declaration of PySocketSock_Type from socketmodule.h toTim Peters2002-02-172-7/+5
* For readability, switch to tab indents; was using a mix of tab indents,Tim Peters2002-02-171-35/+35