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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all of TextWrapper's options keyword args to the constructor.
Greg Ward
2002-06-09
1
-5/+9
*
Record copyright and author.
Greg Ward
2002-06-07
1
-0/+4
*
Use True/False instead of 1/0.
Greg Ward
2002-06-07
1
-5/+5
*
Remove islower() -- not used anymore.
Greg Ward
2002-06-07
1
-6/+0
*
Conform to the bloody coding standards: "def foo()" not "def foo ()".
Greg Ward
2002-06-07
1
-10/+10
*
Convert _fix_sentence_endings() to use a regex, and augment it to
Greg Ward
2002-06-07
1
-8/+8
*
Add fix_sentence_endings option to control whether we ensure that
Greg Ward
2002-06-07
1
-16/+25
*
Initial revision. Currently biased towards English in a fixed-width font,
Greg Ward
2002-06-07
1
-0/+239
*
Added -t (--threshold) option to call gc.set_threshold(N).
Guido van Rossum
2002-06-07
1
-25/+30
*
gnu_getopt should be exported in __all__
Skip Montanaro
2002-06-07
1
-1/+1
*
SF patch 555085 (timeout socket implementation) by Michael Gilfix.
Guido van Rossum
2002-06-06
3
-69/+267
*
Remove uses of string module and stat.ST_MODE
Neal Norwitz
2002-06-06
3
-11/+7
*
Remove another reference to stat.ST_MODE
Neal Norwitz
2002-06-06
1
-1/+1
*
Use isinstance for the type check, use booleans.
Martin v. Löwis
2002-06-06
1
-4/+4
*
Fix from SF patch 565085: copy._reduction doesn't __setstate__.
Guido van Rossum
2002-06-06
1
-0/+29
*
Fix from SF patch 565085: copy._reduction doesn't __setstate__.
Guido van Rossum
2002-06-06
1
-1/+4
*
Close SF bug 563740. complex() now finds __complex__() in new style classes.
Raymond Hettinger
2002-06-06
1
-0/+11
*
Change warning to debug level; it's a very minor issue.
Jeremy Hylton
2002-06-06
1
-2/+2
*
Patch 473512: add GNU style scanning as gnu_getopt.
Martin v. Löwis
2002-06-06
2
-2/+88
*
Patch #551911: Escape . properly.
Martin v. Löwis
2002-06-06
1
-1/+1
*
Replace obsolete stat module constants with
Walter Dörwald
2002-06-06
2
-5/+5
*
Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.
Raymond Hettinger
2002-06-05
2
-1/+6
*
open method changed to use arguments and set instance host/port values (inste...
Piers Lauder
2002-06-05
1
-8/+12
*
SF bug 558179.
Guido van Rossum
2002-06-05
3
-9/+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
1
-0/+51
*
The comment said:
Jeremy Hylton
2002-06-04
1
-20/+0
*
When using a Python that has not been installed to build 3rd-party
Fred Drake
2002-06-04
1
-14/+22
*
Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,
Walter Dörwald
2002-06-04
1
-17/+32
*
Test repair now that module.__init__ requires a name and initializes
Guido van Rossum
2002-06-04
1
-6/+7
[next]