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
*
Previous commit was viewed as "perverse". Changed to just cast the unused
Brett Cannon
2004-08-08
1
-1/+3
*
Add a test for Context.copy().
Raymond Hettinger
2004-08-08
1
-0/+8
*
Tell unittest that source files with "badsyntax" in their names should
Tim Peters
2004-08-08
1
-1/+5
*
Renamed locals to better reflect their meanings.
Tim Peters
2004-08-08
1
-6/+6
*
In verbose mode, display the name of each file before trying to compile
Tim Peters
2004-08-08
1
-1/+4
*
Brief xrange news.
Tim Peters
2004-08-08
1
-1/+3
*
Bug 1003935: xrange overflows
Tim Peters
2004-08-08
3
-11/+37
*
Trimmed trailing whitespace.
Tim Peters
2004-08-08
1
-5/+5
*
Get rid of the ignore_imports argument to DocTestFinder.find().
Tim Peters
2004-08-08
3
-41/+50
*
* Context.copy() now makes a deepcopy.
Raymond Hettinger
2004-08-08
1
-12/+21
*
Type in docstring.
Tim Peters
2004-08-08
1
-1/+1
*
Also deprecated the old Tester class, which is no longer used by anything
Tim Peters
2004-08-08
2
-7/+33
*
Deprecate the doctest.is_private() function.
Tim Peters
2004-08-08
1
-0/+6
*
Deprecated testmod's useless & confusing isprivate gimmick.
Tim Peters
2004-08-08
2
-61/+32
*
Whitespace normalization.
Tim Peters
2004-08-08
2
-6/+3
*
Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4
Tim Peters
2004-08-08
1
-4/+10
*
Purged Berkeley code of references to the long-obsolete whrandom.
Tim Peters
2004-08-08
3
-5/+4
*
Trigger DeprecationWarning
Andrew M. Kuchling
2004-08-07
1
-0/+4
*
Remove MacOS 9 ref
Andrew M. Kuchling
2004-08-07
1
-4/+1
*
Remove MacOS 9 refs
Andrew M. Kuchling
2004-08-07
1
-25/+1
*
[Patch #862531] Update version numbers.
Andrew M. Kuchling
2004-08-07
1
-13/+13
*
Let's not use string exceptions any more.
Armin Rigo
2004-08-07
1
-1/+2
*
Fix
Michael W. Hudson
2004-08-07
1
-2/+2
*
This was quite a dark bug in my recent in-place string concatenation
Armin Rigo
2004-08-07
2
-2/+3
*
Removing tests that fail because of changes in PyString_InternInPlace(),
Armin Rigo
2004-08-07
1
-16/+0
*
[Patch #999280 ] Update kwargs in pickle docs to match implementations
Andrew M. Kuchling
2004-08-07
1
-9/+9
*
[Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex:
Andrew M. Kuchling
2004-08-07
1
-10/+5
*
Use LaTeX markup
Andrew M. Kuchling
2004-08-07
1
-1/+1
*
[Bug #914375] Crude modulefinder docs, but the module's code is very hard to ...
Andrew M. Kuchling
2004-08-07
1
-0/+49
*
eval_frame now has a PyAPI-style name
Michael W. Hudson
2004-08-07
1
-1/+1
*
Fixed some compiler warnings.
Armin Rigo
2004-08-07
1
-2/+2
*
Add a trivial test for the compiler package, guarded by compiler resource.
Jeremy Hylton
2004-08-07
2
-1/+39
*
Remove various modules that have been documented
Andrew M. Kuchling
2004-08-07
1
-16/+2
*
SF patch 836879.
Jeremy Hylton
2004-08-07
1
-21/+19
*
Subclasses of string can no longer be interned. The semantics of
Jeremy Hylton
2004-08-07
4
-22/+40
*
[Bug #827209] Add footnote from Alex M. about listcomps leaking their index v...
Andrew M. Kuchling
2004-08-07
1
-1/+5
*
SF bug 1003471: Python 1.5.2 security vulnerability
Tim Peters
2004-08-07
1
-1/+11
*
Various minor edits
Andrew M. Kuchling
2004-08-07
1
-14/+15
*
[Bug #866222] Update docs to match the module
Andrew M. Kuchling
2004-08-07
1
-7/+15
*
[Bug #866222] Update docstrings.
Andrew M. Kuchling
2004-08-07
1
-4/+3
*
Fix
Michael W. Hudson
2004-08-07
1
-9/+7
*
[Bug #991883] Document calling condition
Andrew M. Kuchling
2004-08-07
1
-1/+2
*
[Bug #990792] Mention that repl can be a callable
Andrew M. Kuchling
2004-08-07
1
-2/+6
*
Fix urllib2.urlopen() handling of chunked content encoding.
Jeremy Hylton
2004-08-07
3
-2/+108
*
Fix
Michael W. Hudson
2004-08-07
1
-3/+3
*
[Bug #998066] Mention result mismatch
Andrew M. Kuchling
2004-08-07
1
-0/+2
*
[Bug #923315] Produce correct result on AIX
Andrew M. Kuchling
2004-08-07
1
-1/+5
*
Patch:
Michael W. Hudson
2004-08-07
1
-1/+1
*
[Bug #873146] Document pickletools module (haven't tested the LaTeX yet)
Andrew M. Kuchling
2004-08-07
2
-0/+33
*
Add argument to docstring
Andrew M. Kuchling
2004-08-07
1
-1/+1
[next]