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
*
fixed refcount leak in CreateNewWindow() and CreateWindowFromResource().
Just van Rossum
2002-06-05
2
-2/+9
*
Better isinstance error message.
Thomas Heller
2002-06-05
1
-1/+2
*
Move warning about directory not on sys.path to debug level.
Jeremy Hylton
2002-06-04
1
-8/+10
*
Test changes before checking them in.
Jeremy Hylton
2002-06-04
1
-1/+1
*
Track extra arg to option_table to all uses of it
Jeremy Hylton
2002-06-04
1
-2/+2
*
Replace bogus bare variables with attribute access.
Jeremy Hylton
2002-06-04
1
-3/+4
*
Define DEBUG as early as possible to avoid import problems.
Jeremy Hylton
2002-06-04
1
-5/+5
*
Add missing import of log.
Jeremy Hylton
2002-06-04
1
-0/+1
*
Use module-level import of DEBUG instead of many function-level imports.
Jeremy Hylton
2002-06-04
1
-4/+1
*
Remove unused imports
Jeremy Hylton
2002-06-04
2
-2/+0
*
Make None return explicit
Jeremy Hylton
2002-06-04
1
-1/+1
*
import base64 at the top to avoid two different imports at other times
Jeremy Hylton
2002-06-04
1
-2/+2
*
ensure_filename() only takes one argument.
Jeremy Hylton
2002-06-04
1
-6/+4
*
Reindent lines to improve readability
Jeremy Hylton
2002-06-04
1
-3/+3
*
Remove (commented out) options that have moved into the distribution.
Jeremy Hylton
2002-06-04
1
-13/+0
*
get_script() implicitly returned None and also had explicit returns.
Jeremy Hylton
2002-06-04
1
-26/+25
*
global _option_order is not used
Jeremy Hylton
2002-06-04
1
-6/+0
*
Fix bug in recent change to logging code.
Jeremy Hylton
2002-06-04
1
-1/+1
*
Fix unused local variables caught by pychecker.
Jeremy Hylton
2002-06-04
6
-22/+8
*
Set repeat metadata for an option based on repeat local var not
Jeremy Hylton
2002-06-04
1
-1/+1
*
Remove unused imports caught by pychecker
Jeremy Hylton
2002-06-04
4
-5/+2
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
32
-313/+260
*
A simple log mechanism styled after the proposed std library module
Jeremy Hylton
2002-06-04
1
-0/+56
*
Address SF bug 519621: slots weren't traversed by GC.
Guido van Rossum
2002-06-04
3
-49/+194
*
The comment said:
Jeremy Hylton
2002-06-04
1
-20/+0
*
Inverted test for small speedup
Raymond Hettinger
2002-06-04
1
-5/+4
*
Fiddle wording.
Michael W. Hudson
2002-06-04
1
-3/+4
*
Fix SF bug #557436, TclError is a str should be an Exception
Neal Norwitz
2002-06-04
2
-1/+5
*
Fix up Guido's markup.
Fred Drake
2002-06-04
1
-24/+24
*
When using a Python that has not been installed to build 3rd-party
Fred Drake
2002-06-04
2
-15/+22
*
Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,
Walter Dörwald
2002-06-04
3
-27/+53
*
Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***)
Jason Tishler
2002-06-04
5
-29/+19
*
Test repair now that module.__init__ requires a name and initializes
Guido van Rossum
2002-06-04
1
-6/+7
*
Repair the test (adding a docstring to the module type changed the
Guido van Rossum
2002-06-04
1
-1/+1
*
Add a docstring to the module type.
Guido van Rossum
2002-06-04
1
-1/+7
*
Surprising fix for SF bug 563060: module can be used as base class.
Guido van Rossum
2002-06-04
1
-0/+7
*
Surprising fix for SF bug 563060: module can be used as base class.
Guido van Rossum
2002-06-04
2
-3/+64
*
Replace .keys() with .iteritems(). Second review and test by Alex.
Raymond Hettinger
2002-06-04
1
-2/+2
*
Address the residual issue with the fix for SF 551412 in
Guido van Rossum
2002-06-03
1
-1/+11
*
The warning filter was ineffective when this module was invoked as a
Guido van Rossum
2002-06-03
1
-1/+1
*
Addressed SF bug 421973 (finally).
Guido van Rossum
2002-06-03
1
-46/+88
*
Fix HTTPError __init__ for cases where fp is None.
Jeremy Hylton
2002-06-03
1
-2/+6
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
15
-71/+43
*
Fix a regression from the 1.68->1.69 checkin:
Walter Dörwald
2002-06-03
1
-1/+1
*
regrtest has a new
Tim Peters
2002-06-02
1
-7/+34
*
_parsebody(): Fix for the new message/rfc822 tree structure (the
Barry Warsaw
2002-06-02
1
-4/+3
*
Generator.__call__() => Generator.flatten()
Barry Warsaw
2002-06-02
1
-28/+56
*
header_encode(), encode(): Use _floordiv() from the appropriate
Barry Warsaw
2002-06-02
1
-2/+9
*
Use absolute import paths for intrapackage imports.
Barry Warsaw
2002-06-02
1
-2/+2
*
Use absolute import paths for intrapackage imports.
Barry Warsaw
2002-06-02
1
-5/+5
[next]