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
*
Tweaked some button sizes to make them look better on OSX.
Jack Jansen
2002-12-13
1
-3/+3
*
Tweaks to make this module OS9-compatible.
Jack Jansen
2002-12-13
3
-13/+31
*
More pre-carbon stuff bites the dust.
Jack Jansen
2002-12-13
8
-764/+0
*
Removed: not carbon-compatible.
Jack Jansen
2002-12-13
2
-1155/+0
*
execve(), spawnve(): add some extra sanity checking to env;
Guido van Rossum
2002-12-13
1
-18/+50
*
Tighten the tests for assignment to __bases__: disallow empty tuple.
Guido van Rossum
2002-12-13
2
-0/+14
*
The speech manager interface is no longer supported and a replacement is
Jack Jansen
2002-12-13
3
-1463/+0
*
Added missing casts.
Jack Jansen
2002-12-13
2
-4/+4
*
We need macglue on MacPython-OS9 too.
Jack Jansen
2002-12-13
1
-1/+1
*
Outdated.
Jack Jansen
2002-12-13
4
-117/+0
*
Got rid of unused Compat files.
Jack Jansen
2002-12-13
3
-0/+0
*
another wrong assumption fixed
Just van Rossum
2002-12-13
1
-3/+2
*
Still used the old config file. Fixed.
Jack Jansen
2002-12-13
1
-0/+0
*
Compatibility files that haven't been used in a long time.
Jack Jansen
2002-12-13
12
-582/+0
*
Get rid of support for Universal Headers older than 3.4 and various other
Jack Jansen
2002-12-13
10
-78/+6
*
Get rid of 2.2 "poor mans universal newlines" now that the real thing
Jack Jansen
2002-12-13
1
-19/+0
*
It was an old MacPython artefact that these files were still in the source
Jack Jansen
2002-12-13
22
-4128/+0
*
Tkinter isn't supported under Carbon. Under MacOSX native it is, but
Jack Jansen
2002-12-13
3
-975/+0
*
Very outdated: this is a 68K support file.
Jack Jansen
2002-12-13
1
-290/+0
*
Add Tkinter threading change
Andrew M. Kuchling
2002-12-13
1
-3/+17
*
and now the real fix...
Just van Rossum
2002-12-13
1
-5/+2
*
fixed bool browsing bug, sf bug #652591
Just van Rossum
2002-12-13
1
-0/+1
*
Prevent debugger from stepping into Idle rpc code
Chui Tey
2002-12-12
1
-5/+17
*
Patch #536661: Improve performance of splitext. Add test_macpath.
Martin v. Löwis
2002-12-12
6
-42/+95
*
Patch #629126: Detect BLT by also looking for libBLT.
Martin v. Löwis
2002-12-12
1
-0/+4
*
Patch #650653: Raise always value error if the table is not 256 bytes long.
Martin v. Löwis
2002-12-12
2
-6/+8
*
Description of description was really confusing, and added some markup.
Thomas Heller
2002-12-12
1
-10/+10
*
M CallTipWindow.py
Kurt B. Kaiser
2002-12-12
2
-15/+34
*
Change issubclass() so that recursive tuples (directly or indirectly
Walter Dörwald
2002-12-12
3
-6/+24
*
Mention the bdist_wininst postinstall script.
Thomas Heller
2002-12-12
1
-0/+3
*
Always initialize objc.
Martin v. Löwis
2002-12-12
1
-1/+1
*
Raw documentation for the bdist_wininst postinstallation script.
Thomas Heller
2002-12-12
1
-0/+78
*
Patch #551960: Add check for setrlimit() support
Jason Tishler
2002-12-12
1
-4/+12
*
News item for the change to turn _codecs into a builtin module.
Marc-André Lemburg
2002-12-12
1
-0/+4
*
Patch to make _codecs a builtin module. This is necessary since
Marc-André Lemburg
2002-12-12
4
-9/+17
*
Typo fix.
Greg Ward
2002-12-12
1
-1/+1
*
Hardcode the recognized whitespace characters to the US-ASCII whitespace
Greg Ward
2002-12-12
1
-3/+12
*
Support threads-enabled Tcl installations.
Martin v. Löwis
2002-12-12
1
-118/+525
*
Enhance issubclass() and PyObject_IsSubclass() so that a tuple is
Walter Dörwald
2002-12-12
7
-37/+80
*
Patch #651621, approved by MvL.
Just van Rossum
2002-12-12
2
-7/+16
*
Getting rid of pre-Carbon (MacOS8) support. All code depending on
Jack Jansen
2002-12-12
54
-5242/+100
*
Correct buggy module docstring.
Jeremy Hylton
2002-12-11
1
-17/+30
*
Fix one bug and reformat lots of code.
Jeremy Hylton
2002-12-11
1
-50/+72
*
This is not used anymore.
Martin v. Löwis
2002-12-11
2
-1003/+0
*
Made the _ssl subproject depend on the w9xpopen subproject, because
Tim Peters
2002-12-11
1
-20/+23
*
Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>):
Greg Ward
2002-12-11
1
-0/+267
*
Various additions and changes suggested by Raymond Hettinger
Andrew M. Kuchling
2002-12-11
1
-16/+85
*
Prepare for the coming mixer support patch: change _do_ioctl_0() and
Greg Ward
2002-12-11
1
-14/+14
*
Finish expunging the 'linuxaudiodev' name:
Greg Ward
2002-12-11
1
-55/+55
*
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis
2002-12-11
12
-121/+126
[next]