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
*
The standard definition file is now called mwerks_shcarbon_plugin.h.
Jack Jansen
2002-06-27
1
-1/+1
*
Started on support for using standard setup.py to build at least
Jack Jansen
2002-06-27
1
-43/+66
*
More fixes for building MacPython extension modules. It now actually succeeds
Jack Jansen
2002-06-27
1
-16/+18
*
merged with SLAB codebase (version 1.0.1)
Fredrik Lundh
2002-06-27
1
-78/+344
*
made the code match the comments (1.5.2 compatibility)
Fredrik Lundh
2002-06-27
1
-3/+3
*
Fix bug #570057: Broken pre.subn() (and pre.sub())
Fredrik Lundh
2002-06-27
1
-2/+4
*
Integrate the tests for name interning from PyXML (test_pyexpat.py
Fred Drake
2002-06-27
1
-0/+18
*
Integrate the changes from PyXML's version of pyexpat.c revisions
Fred Drake
2002-06-27
1
-46/+109
*
Added support for some of the more recently defined macros and
Fred Drake
2002-06-27
1
-0/+14
*
Clean up some markup.
Fred Drake
2002-06-27
1
-5/+6
*
dis.dis() also supports modules
Neal Norwitz
2002-06-26
1
-1/+2
*
Disabled non-carbon builds (for the moment still optional) and made
Jack Jansen
2002-06-26
2
-20/+27
*
Whitespace normalization (remove tabs)
Neal Norwitz
2002-06-26
1
-4/+4
*
Fix various typos reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Fix typo reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Make the prototype match the declaration in the GUSI header files.
Jack Jansen
2002-06-26
1
-3/+3
*
Undefine DPRINTF before defining it, there was a conflict with some other
Jack Jansen
2002-06-26
1
-0/+1
*
Undefine TRUE and FALSE before redefining them.
Jack Jansen
2002-06-26
1
-0/+2
*
Got rid of an extraneous semicolon.
Jack Jansen
2002-06-26
1
-1/+1
*
Changed some prototypes to match the exact definition in some faraway Apple
Jack Jansen
2002-06-26
2
-4/+4
*
In plugin projects use (by default) the new mwerks_shcarbon_pch
Jack Jansen
2002-06-26
1
-1/+1
*
Close the project after generating it, so we don't keep a gazillion project
Jack Jansen
2002-06-26
1
-0/+1
*
- Got rid of non-carbon builds
Jack Jansen
2002-06-26
5
-0/+0
*
Fixed a few showstoppers in the process of making MacPython use setup.py to b...
Jack Jansen
2002-06-26
1
-17/+18
*
Fixed various MacPython-specific issues found by attempting to use the standa...
Jack Jansen
2002-06-26
2
-4/+37
*
Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDict
Raymond Hettinger
2002-06-26
1
-15/+11
*
Suppress the variable verbose output from test.xmltests; the inclusion of
Fred Drake
2002-06-26
2
-15/+3
*
Turns out GetArgv() options can be 4-tuples too, with the last value being th...
Jack Jansen
2002-06-26
1
-3/+9
*
This module broke on the Mac (where it can't work, but distutils seems to imp...
Jack Jansen
2002-06-26
1
-1/+2
*
Add some acks
Andrew M. Kuchling
2002-06-26
1
-1/+2
*
Describe textwrap module
Andrew M. Kuchling
2002-06-26
1
-2/+35
*
Fix bug #573916. Sender and recipients reversed in email example.
Raymond Hettinger
2002-06-26
1
-2/+2
*
Also look up variable names in __builtins__ if not found in globals.
Ka-Ping Yee
2002-06-26
1
-3/+15
*
add seealso link to the bisect module
Skip Montanaro
2002-06-26
1
-0/+4
*
add /F's PriorityQueue example
Skip Montanaro
2002-06-26
1
-1/+19
*
Shutdown subprocess debugger and associated Proxies/Adapters when closing
Kurt B. Kaiser
2002-06-26
4
-41/+80
*
Add a reminder
Andrew M. Kuchling
2002-06-26
1
-0/+2
*
Add a reminder
Andrew M. Kuchling
2002-06-25
1
-1/+3
*
Silence compiler warning
Jeremy Hylton
2002-06-25
1
-1/+1
*
Add convenience module to run all the XML tests.
Fred Drake
2002-06-25
2
-0/+395
*
Talk about interfaces rather than implementation classes where appropriate.
Fred Drake
2002-06-25
2
-42/+60
*
Added some more links to the "See also" section.
Fred Drake
2002-06-25
1
-0/+9
*
When talking about interfaces, use the interface names, not the names
Fred Drake
2002-06-25
1
-1/+1
*
Fix typo
Raymond Hettinger
2002-06-25
1
-1/+1
*
Close bug 480337: Dict used before dicts explained. Added explanation
Raymond Hettinger
2002-06-25
1
-2/+11
*
Close bug 417930 by clarifying augmented assignment docs
Raymond Hettinger
2002-06-25
1
-0/+14
*
Not sure how I forgot to check these in - thought I did all the files in one
Skip Montanaro
2002-06-25
2
-4/+3
*
Fix SF bug 568269 by enclosing 'computername' in a raw string
Raymond Hettinger
2002-06-25
1
-1/+1
*
Minor English grammar correction
Raymond Hettinger
2002-06-25
1
-1/+1
*
Remove all EditorWindow BREAK tags when closing Debugger
Kurt B. Kaiser
2002-06-25
1
-0/+8
[next]