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
*
Fix typo in error message
Neal Norwitz
2003-06-30
1
-1/+1
*
Don't require that a RuntimeError is raised when playing a second
Walter Dörwald
2003-06-30
1
-5/+9
*
Fix SF 762891: "del p[key]" on proxy object raises SystemError()
Raymond Hettinger
2003-06-30
1
-0/+11
*
Fix SF #754870, SSL crash interpreter when remote side closes during connect
Neal Norwitz
2003-06-30
1
-1/+37
*
restore 2.2 compatibility:
Just van Rossum
2003-06-29
1
-11/+11
*
- added --semi-standalone option that builds apps that depend on an
Just van Rossum
2003-06-29
1
-26/+50
*
More tests
Raymond Hettinger
2003-06-29
1
-3/+59
*
Fix sf bug 666219: assertion error in httplib.
Jeremy Hylton
2003-06-29
1
-0/+4
*
Whitespace normalization.
Tim Peters
2003-06-29
1
-2/+2
*
Remove stub settrace() and setprofile() calls.
Jeremy Hylton
2003-06-29
1
-8/+0
*
Fix grammar in comment.
Jeremy Hylton
2003-06-29
1
-1/+1
*
Whitespace normalization.
Jeremy Hylton
2003-06-29
1
-1/+1
*
Add settrace() and setprofile() functions to the threading library.
Jeremy Hylton
2003-06-29
1
-0/+20
*
Provide dummy (do-nothing) settrace() and setprofile() functions until
Tim Peters
2003-06-29
1
-1/+9
*
Removed invalid test.
Raymond Hettinger
2003-06-29
1
-3/+0
*
SF bug #762455: Python segfaults when sys.stdout is changed in getattr
Raymond Hettinger
2003-06-29
1
-0/+15
*
Whitespace normalization.
Tim Peters
2003-06-29
5
-8/+8
*
Some nifty doctest extensions from Jim Fulton, currently used in Zope3.
Tim Peters
2003-06-29
1
-0/+268
*
SF bug #430160: CGIHTTPServer.py POST bug using IE
Raymond Hettinger
2003-06-29
1
-2/+4
*
Add missing self. before curNode. This may need to be committed
Neal Norwitz
2003-06-29
1
-1/+1
*
SF patch #760257: add socket.timeout exception
Raymond Hettinger
2003-06-29
1
-2/+57
*
Fix arguments for instantiating InterpolationSyntaxError
Neal Norwitz
2003-06-29
1
-3/+3
*
Comment out cap, it was unused.
Neal Norwitz
2003-06-29
1
-1/+2
*
whitespace normalization
Neal Norwitz
2003-06-29
1
-1/+1
*
remove unused import math
Neal Norwitz
2003-06-29
1
-1/+0
*
remove extra parameter from _java_getprop, remove duplicate imports
Neal Norwitz
2003-06-29
1
-2/+2
*
use == like all the other conditionals
Neal Norwitz
2003-06-29
1
-1/+1
*
fix problems found by pychecker
Neal Norwitz
2003-06-29
1
-2/+3
*
Missed a spot where the new optional optionflags argument needed to get
Tim Peters
2003-06-29
1
-1/+1
*
Use http://www.python.org/packman as the base URL. Also upped the version
Jack Jansen
2003-06-29
1
-3/+3
*
SF 662923: iterator for dbm keys
Raymond Hettinger
2003-06-28
1
-1/+2
*
Add take() to examples. Tighten the islice() example
Raymond Hettinger
2003-06-28
1
-1/+7
*
SF patch #756996: Bare except in ZipFile.testzip()
Raymond Hettinger
2003-06-27
2
-1/+22
*
SF patch #761519: Fixes for bugs 760703 and 757821
Raymond Hettinger
2003-06-27
3
-17/+26
*
A hack to ease compatibility with pre-2.3 Pythons: by default, doctest
Tim Peters
2003-06-27
1
-17/+58
*
Do not add extra "\n" after bang line.
Gustavo Niemeyer
2003-06-27
1
-2/+2
*
fix typo
Fred Drake
2003-06-27
1
-1/+1
*
add mention of -l, --listfuncs to usage() small part of 542562
Skip Montanaro
2003-06-27
1
-0/+3
*
Add a trivial test of getargspec() with a method.
Jeremy Hylton
2003-06-27
1
-16/+21
*
A bit o' reformatting and removal of non-_getframe currentframe().
Jeremy Hylton
2003-06-27
1
-19/+14
*
Fix for SF bug 620190: getargspec() doesn't work with methods.
Jeremy Hylton
2003-06-27
1
-3/+10
*
Add tests for __nonzero__() problems.
Jeremy Hylton
2003-06-27
1
-0/+21
*
Revert previous checkin and just add a comment about constructor_ob.
Jeremy Hylton
2003-06-27
1
-3/+5
*
(HTML|Text)Repr.repr1: Guard against objects whos types have no __name__
Skip Montanaro
2003-06-27
1
-10/+10
*
Jacob Hallen cornered me here at EuroPython and got me to look at
Michael W. Hudson
2003-06-27
1
-1/+5
*
SF bug #761337: datetime.strftime fails on trivial format string
Raymond Hettinger
2003-06-27
1
-0/+1
*
Don't call constructor() from pickle().
Jeremy Hylton
2003-06-26
1
-3/+3
*
Portion of SF patch #761104. Fixes a minor docstring error.
Raymond Hettinger
2003-06-26
1
-4/+3
*
Enable tracing of multi-threaded applications.
Jeremy Hylton
2003-06-26
1
-1/+6
*
SF bug #759889: Pickling of Random is broken
Raymond Hettinger
2003-06-24
2
-0/+10
[next]