summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Warn about binutils 2.13 on Solaris.Guido van Rossum2002-09-231-0/+7
* Fix bug I created during merge from Python-idle.Kurt B. Kaiser2002-09-231-2/+2
* Blank line missing.Tony Lownds2002-09-231-0/+1
* Work around Mac OS X transient window issuesTony Lownds2002-09-231-0/+8
* Work around Mac OS X platform encoding issues.Tony Lownds2002-09-231-0/+6
* Added new standard keybinding set for Macs.Tony Lownds2002-09-231-0/+45
* Update Canvas before computing width. Draw turtle at end of drawing circle.Martin v. Löwis2002-09-221-0/+2
* Back out multifile.py 1.19 and 1.20. Fixes #514676.Martin v. Löwis2002-09-222-16/+67
* reference the new NEWS.help fileSkip Montanaro2002-09-201-0/+2
* brief help file for people editing Misc/NEWSSkip Montanaro2002-09-201-0/+60
* ReST-ification of the NEWS file. While the total number of changes areSkip Montanaro2002-09-201-55/+165
* Fiddle comments and variable names in whichmodule().Jeremy Hylton2002-09-191-11/+10
* whichmodule() should skip dummy package entries in sys.modules.Jeremy Hylton2002-09-191-0/+2
* SF Bug #611225.Kurt B. Kaiser2002-09-191-8/+0
* Fix a problem in site.py which triggers in case sys.path is empty.Marc-André Lemburg2002-09-191-1/+2
* Patch #484994: Improve PanedWindow.Martin v. Löwis2002-09-191-4/+20
* Patch #608999: Fix portability problems with MIPSPro 7.xMartin v. Löwis2002-09-193-0/+20
* Suppress hex/oct constant warnings in <string> on 64-bit platforms,Guido van Rossum2002-09-191-0/+5
* Two more cases of switch(PySequence_Size()) without checking for case -1.Neal Norwitz2002-09-181-0/+7
* Open the test files in binary mode so the \r\n files won't causeBarry Warsaw2002-09-182-3/+3
* Merge Py Idle:Kurt B. Kaiser2002-09-181-3/+0
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+2
* Add MJ.Guido van Rossum2002-09-181-0/+1
* Fix SF bug 610610 (reported by Martijn Pieters, diagnosed by Neal Norwitz).Guido van Rossum2002-09-181-0/+3
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-2/+2
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+6
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+0
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-2/+1
* Merge PyIdle changes:Kurt B. Kaiser2002-09-181-3/+2
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+0
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-5/+5
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-2/+1
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-11/+6
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-7/+17
* The SGI demos are gone.Guido van Rossum2002-09-171-0/+5
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-1724-1117/+0
* migrate news about 2.1 and earlier releases from NEWS to HISTORY inSkip Montanaro2002-09-172-1825/+1822
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-1768-12142/+0
* write(): Special case the common situation of a stream that's onlyFred Drake2002-09-171-0/+4
* Fix typos: despatcher -> dispatcher.Thomas Heller2002-09-172-7/+7
* Deal with NULL fields in mkpwent.Martin v. Löwis2002-09-171-1/+12
* Deal with a NULL gr_passwd. Reported by Anders Qvist.Martin v. Löwis2002-09-171-1/+6
* Merge Py Idle changes:Kurt B. Kaiser2002-09-171-27/+22
* Merge Py Idle changes:Kurt B. Kaiser2002-09-171-4/+2
* Merge Py Idle changes:Kurt B. Kaiser2002-09-171-0/+9
* Back out the previous change. It doesn't save any space on 64-bitGuido van Rossum2002-09-171-2/+2
* Rearrange the members of struct _node to put shorter fields towardsGuido van Rossum2002-09-171-2/+2
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-2/+2
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-7/+5
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-12/+195