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
*
Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurr...
Jack Jansen
2001-08-03
1
-2/+0
*
No more Inno Envy: the "Start Installation" dialog now displays a nice
Tim Peters
2001-08-03
1
-7/+152
*
Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928.
Martin v. Löwis
2001-08-03
1
-6/+16
*
further work on config dialog, particularly highligthing config
Steven M. Gava
2001-08-03
1
-34/+146
*
Make sure that WeakValueDictionary[] raises KeyError instead of TypeError
Fred Drake
2001-08-03
2
-1/+6
*
Fix some of the example code; the reference objects do not support a
Fred Drake
2001-08-03
1
-3/+3
*
Finish my log of the final merge process. Mark the merge task complete.
Tim Peters
2001-08-02
1
-5/+23
*
User-defined methods *can* contain things other than user-defined functions
Fred Drake
2001-08-02
1
-1/+2
*
Add a caveat about boundary conditions and RE concatenation, so that the
Fred Drake
2001-08-02
1
-9/+12
*
Miscellaneous minor cleanups.
Fred Drake
2001-08-02
1
-20/+21
*
Move away from apply() to using extended call syntax for some example
Fred Drake
2001-08-02
1
-3/+19
*
This test failed under python -O.
Tim Peters
2001-08-02
1
-3/+7
*
Explain that __init__() methods do not get to return values.
Fred Drake
2001-08-02
1
-8/+9
*
Fix SF #442791 (revisited): No __delitem__ wrapper was defined.
Guido van Rossum
2001-08-02
1
-0/+35
*
Add anentry for the distutils.sysconfig module docs.
Fred Drake
2001-08-02
1
-1/+3
*
Update some incorrect comments about the bdist commands that exist.
Fred Drake
2001-08-02
1
-4/+7
*
Documentation for the distutils.sysconfig module.
Fred Drake
2001-08-02
1
-0/+113
*
Unit test for improved package import semantics.
Guido van Rossum
2001-08-02
1
-0/+74
*
Patch #444359: Remove unused imports.
Martin v. Löwis
2001-08-02
8
-9/+2
*
Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671.
Martin v. Löwis
2001-08-02
1
-2/+2
*
Fix the test_weakref.py failure. Introduced by resolving "a conflict"
Tim Peters
2001-08-02
1
-7/+0
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
57
-1312/+6926
*
Cleaned up the docstring for readline.set_completer().
Fred Drake
2001-08-01
1
-1/+1
*
Cleaned up the description of readline.set_completer().
Fred Drake
2001-08-01
1
-4/+7
*
s/endswith/startswith/
Tim Peters
2001-08-01
1
-1/+1
*
Rewritten version of Finn Bock's SF patch #446907 (Allow jython to
Tim Peters
2001-08-01
1
-1/+4
*
Just changes to comments.
Tim Peters
2001-08-01
2
-3/+3
*
Repair more ways in which the "backup files" dialog differed from all the
Tim Peters
2001-08-01
1
-29/+28
*
Turn an octal constant into a hex constant.
Guido van Rossum
2001-08-01
1
-1/+1
*
Added more names.
Fred Drake
2001-08-01
1
-0/+2
*
Minor re-wording in the exaplantion of sequence comparisons.
Fred Drake
2001-08-01
1
-3/+4
*
Added an example of a string value for the replacement parameter to
Fred Drake
2001-08-01
1
-44/+60
*
Fix description of buffer_info(), and add a note that there is a better
Fred Drake
2001-08-01
1
-6/+15
*
We always wrote a pair of lines to the Wise install.log telling it to
Tim Peters
2001-08-01
1
-16/+19
*
Hmm. The Backup/Replace dialog also had back/next buttons three pixels
Tim Peters
2001-08-01
1
-5/+5
*
Aha! Finally figured out something else that's been driving me nuts:
Tim Peters
2001-08-01
1
-2/+2
*
The "Select Destination Directory" dialog didn't ask for confirmation
Tim Peters
2001-08-01
1
-45/+12
*
Remove useless Back button from Finished dialog.
Tim Peters
2001-08-01
1
-16/+5
*
Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.
Tim Peters
2001-07-31
2
-2/+18
*
Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and
Marc-André Lemburg
2001-07-31
2
-10/+9
*
Move C-level changes into a section of their own
Andrew M. Kuchling
2001-07-31
1
-36/+64
*
Moved the news items about C API topics down to the C API section.
Marc-André Lemburg
2001-07-31
1
-12/+12
*
Add news item about Unicode API name mangling.
Marc-André Lemburg
2001-07-31
1
-0/+7
*
As discussed on python-dev: this patch adds name mangling to
Marc-André Lemburg
2001-07-31
1
-0/+150
*
Add news items.
Marc-André Lemburg
2001-07-31
1
-0/+11
*
va_list is defined in stdarg.h.
Marc-André Lemburg
2001-07-31
1
-0/+1
*
This patch turns the Python API mismatch notice into a standard
Marc-André Lemburg
2001-07-31
4
-5/+124
*
A more lightweight (and read only) way to view help text
Steven M. Gava
2001-07-31
1
-38/+4
*
indentation style changed to match existing source
Steven M. Gava
2001-07-31
2
-174/+174
*
improve viewfile handling
Steven M. Gava
2001-07-31
1
-113/+118
[next]