index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
I did fix too much - including winsock.h is sufficient.
Thomas Heller
2002-09-24
1
-1/+1
*
On Windows, call WSAGetLastError() to retrieve the error number.
Thomas Heller
2002-09-24
1
-1/+7
*
Clarify documentation for PyErr_SetObject() to describe the reference
Fred Drake
2002-09-24
1
-1/+1
*
Be more careful with the type of the xmlhandlersetter; it takes an
Fred Drake
2002-09-24
1
-1/+1
*
Remove spurious period.
Fred Drake
2002-09-24
1
-1/+1
*
Clarify that len() of a Unicode string returns the number of storage units,
Fred Drake
2002-09-24
1
-0/+4
*
Add cast to avoid compiler warning.
Marc-André Lemburg
2002-09-24
1
-1/+1
*
Brett's fixes for various bugs and coding issues. Closes SF patch #
Barry Warsaw
2002-09-23
2
-68/+95
*
Tweak description of PortableUnixMailbox: "From " lines are actually
Greg Ward
2002-09-23
1
-1/+1
*
Attila Babo (turtle.py).
Guido van Rossum
2002-09-23
1
-0/+1
*
Add the bulk of SF patch 595111 by Attila Babo.
Guido van Rossum
2002-09-23
1
-2/+42
*
Warn about binutils 2.13 on Solaris.
Guido van Rossum
2002-09-23
1
-0/+7
*
Fix bug I created during merge from Python-idle.
Kurt B. Kaiser
2002-09-23
1
-2/+2
*
Blank line missing.
Tony Lownds
2002-09-23
1
-0/+1
*
Work around Mac OS X transient window issues
Tony Lownds
2002-09-23
1
-0/+8
*
Work around Mac OS X platform encoding issues.
Tony Lownds
2002-09-23
1
-0/+6
*
Added new standard keybinding set for Macs.
Tony Lownds
2002-09-23
1
-0/+45
*
Update Canvas before computing width. Draw turtle at end of drawing circle.
Martin v. Löwis
2002-09-22
1
-0/+2
*
Back out multifile.py 1.19 and 1.20. Fixes #514676.
Martin v. Löwis
2002-09-22
2
-16/+67
*
reference the new NEWS.help file
Skip Montanaro
2002-09-20
1
-0/+2
*
brief help file for people editing Misc/NEWS
Skip Montanaro
2002-09-20
1
-0/+60
*
ReST-ification of the NEWS file. While the total number of changes are
Skip Montanaro
2002-09-20
1
-55/+165
*
Fiddle comments and variable names in whichmodule().
Jeremy Hylton
2002-09-19
1
-11/+10
*
whichmodule() should skip dummy package entries in sys.modules.
Jeremy Hylton
2002-09-19
1
-0/+2
*
SF Bug #611225.
Kurt B. Kaiser
2002-09-19
1
-8/+0
*
Fix a problem in site.py which triggers in case sys.path is empty.
Marc-André Lemburg
2002-09-19
1
-1/+2
*
Patch #484994: Improve PanedWindow.
Martin v. Löwis
2002-09-19
1
-4/+20
*
Patch #608999: Fix portability problems with MIPSPro 7.x
Martin v. Löwis
2002-09-19
3
-0/+20
*
Suppress hex/oct constant warnings in <string> on 64-bit platforms,
Guido van Rossum
2002-09-19
1
-0/+5
*
Two more cases of switch(PySequence_Size()) without checking for case -1.
Neal Norwitz
2002-09-18
1
-0/+7
*
Open the test files in binary mode so the \r\n files won't cause
Barry Warsaw
2002-09-18
2
-3/+3
*
Merge Py Idle:
Kurt B. Kaiser
2002-09-18
1
-3/+0
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-1/+2
*
Add MJ.
Guido van Rossum
2002-09-18
1
-0/+1
*
Fix SF bug 610610 (reported by Martijn Pieters, diagnosed by Neal Norwitz).
Guido van Rossum
2002-09-18
1
-0/+3
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-2/+2
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-1/+6
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-1/+0
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-2/+1
*
Merge PyIdle changes:
Kurt B. Kaiser
2002-09-18
1
-3/+2
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-1/+0
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-5/+5
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-2/+1
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-11/+6
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
1
-7/+17
*
The SGI demos are gone.
Guido van Rossum
2002-09-17
1
-0/+5
*
Remove the SGI demos. These were all ancient and nobody cared enough.
Guido van Rossum
2002-09-17
24
-1117/+0
*
migrate news about 2.1 and earlier releases from NEWS to HISTORY in
Skip Montanaro
2002-09-17
2
-1825/+1822
*
Remove the SGI demos. These were all ancient and nobody cared enough.
Guido van Rossum
2002-09-17
68
-12142/+0
*
write(): Special case the common situation of a stream that's only
Fred Drake
2002-09-17
1
-0/+4
[next]