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
...
*
Change the type of the tp_free from 'destructor' to 'freefunc'.
Neil Schemenauer
2002-04-12
1
-1/+2
*
Removed more hair in support of future-generator stmts.
Tim Peters
2002-04-12
3
-4/+4
*
Get rid of backward compatibility modules. Do this fairly early in the 2.3 cy...
Jack Jansen
2002-04-11
45
-180/+0
*
Clean up the "all" support for -u.
Fred Drake
2002-04-11
1
-1/+2
*
Guido sez to remove the deprecation warning for a year.
Fred Drake
2002-04-11
1
-5/+0
*
Got rid of obsolete defines.
Jack Jansen
2002-04-11
11
-37/+3
*
Got rid of obsolete appearance flag.
Jack Jansen
2002-04-11
1
-5/+0
*
Added boolobject.c
Jack Jansen
2002-04-11
3
-0/+0
*
At CNRI's request, I'm changing the status of 1.6.1 from
Guido van Rossum
2002-04-11
1
-1/+6
*
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.
Jack Jansen
2002-04-11
1
-6/+0
*
These are long obsolete. Get rid of them.
Jack Jansen
2002-04-11
5
-38/+0
*
Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now...
Jack Jansen
2002-04-11
4
-197/+0
*
Got rid of ifdefs for long-obsolete GUSI versions.
Jack Jansen
2002-04-11
7
-84/+1
*
Get rid of USE_CACHE_ALIGNED. It has no function anymore.
Jack Jansen
2002-04-11
1
-3/+0
*
Since xmllib is deprecated now, suppress the DeprecationWarning its test
Tim Peters
2002-04-11
1
-1/+5
*
Ignore more deprecation warnings.
Tim Peters
2002-04-11
1
-4/+6
*
Stop sucking up xmllib -- it's deprecated.
Tim Peters
2002-04-11
1
-1/+0
*
I don't expect test_email_codecs to run on Windows.
Tim Peters
2002-04-11
1
-0/+1
*
Added the resource name "all" to enable all of the optional resource uses.
Fred Drake
2002-04-11
1
-2/+11
*
Document __unicode__. Fixes #541245.
Martin v. Löwis
2002-04-11
1
-0/+7
*
Explain octal escapes. Fixes #542226.
Martin v. Löwis
2002-04-11
1
-5/+3
*
SF bug 542181: Realloc behavior
Tim Peters
2002-04-11
1
-12/+16
*
Different .pyc icon - use "paler" colors to better differentiate it from the ...
Mark Hammond
2002-04-11
1
-0/+0
*
Improve coverage of Objects/weakrefobject.c.
Fred Drake
2002-04-11
1
-0/+16
*
Add a name
Andrew M. Kuchling
2002-04-10
1
-1/+1
*
Add deprecation warning to 'pre' module
Andrew M. Kuchling
2002-04-10
1
-0/+6
*
Remove mention of 'pre' module
Andrew M. Kuchling
2002-04-10
1
-9/+0
*
Remove support for importing 'pre' module
Andrew M. Kuchling
2002-04-10
1
-14/+2
*
Sync'ing with standalone email package 2.0.1. This adds support for
Barry Warsaw
2002-04-10
20
-144/+2210
*
Bug fix for UTF-8 encoding bug (buffer overrun) #541828.
Marc-André Lemburg
2002-04-10
1
-39/+46
*
Document PyType_CheckExact(), PyType_IS_GC().
Fred Drake
2002-04-10
1
-1/+16
*
Added test case for UTF-8 encoding bug #541828.
Marc-André Lemburg
2002-04-10
2
-2/+18
*
Use random instead of whrandom
Andrew M. Kuchling
2002-04-10
1
-3/+3
*
Use random module instead of whrandom
Andrew M. Kuchling
2002-04-10
1
-4/+4
*
document all the valid encoding values
Skip Montanaro
2002-04-10
1
-1/+4
*
When adding a name to the table of macros and environments, make sure it
Fred Drake
2002-04-10
1
-1/+4
*
Added support for \csimplemacro and csimplemacrodesc.
Fred Drake
2002-04-10
1
-0/+6
*
Add deprecation warnings for modules as documented
Neal Norwitz
2002-04-10
2
-0/+9
*
Add a deprecation warning to reflect the documented deprecation of the
Fred Drake
2002-04-10
1
-0/+5
*
Started filling in the information about some of the basic types and macros
Fred Drake
2002-04-09
1
-2/+69
*
Repair 2.2.1 release date.
Tim Peters
2002-04-09
1
-1/+1
*
Update to use the new \csimplemacro macro
Fred Drake
2002-04-09
2
-22/+24
*
Document the \csimplemacro macro and the csimplemacrodesc environment.
Fred Drake
2002-04-09
1
-0/+20
*
Add \csimplemacro to parallel the csimplemacrodesc environment.
Fred Drake
2002-04-09
1
-1/+2
*
Update docs for bool changes by Guido around April 6
Neal Norwitz
2002-04-09
6
-16/+16
*
Update docstring to reflect code change to bool
Neal Norwitz
2002-04-09
1
-1/+1
*
is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652]
Guido van Rossum
2002-04-09
1
-1/+1
*
Ignore an output directory for intermediates here as well.
Fred Drake
2002-04-09
1
-0/+1
*
Fix typo: coverted --> converted. Reported by Francois Pinard.
Fred Drake
2002-04-09
1
-1/+1
*
Remove unconditional debugging prints.
Thomas Heller
2002-04-09
1
-3/+0
[prev]
[next]