summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* I did fix too much - including winsock.h is sufficient.Thomas Heller2002-09-241-1/+1
* On Windows, call WSAGetLastError() to retrieve the error number.Thomas Heller2002-09-241-1/+7
* Clarify documentation for PyErr_SetObject() to describe the referenceFred Drake2002-09-241-1/+1
* Be more careful with the type of the xmlhandlersetter; it takes anFred Drake2002-09-241-1/+1
* Remove spurious period.Fred Drake2002-09-241-1/+1
* Clarify that len() of a Unicode string returns the number of storage units,Fred Drake2002-09-241-0/+4
* Add cast to avoid compiler warning.Marc-André Lemburg2002-09-241-1/+1
* Brett's fixes for various bugs and coding issues. Closes SF patch #Barry Warsaw2002-09-232-68/+95
* Tweak description of PortableUnixMailbox: "From " lines are actuallyGreg Ward2002-09-231-1/+1
* Attila Babo (turtle.py).Guido van Rossum2002-09-231-0/+1
* Add the bulk of SF patch 595111 by Attila Babo.Guido van Rossum2002-09-231-2/+42
* 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