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
*
SF bug 525705: [2.2] underflow raise OverflowException.
Tim Peters
2002-03-09
3
-4/+38
*
Docstring for filter(): Someone on the Tutor list reasonably complained
Tim Peters
2002-03-09
1
-5/+5
*
Add more explanation of how data_files is used (esp. where the files end up
Fred Drake
2002-03-08
1
-2/+13
*
Add fix for AIX as reported by srubben in SF bug #477487.
Jeremy Hylton
2002-03-08
1
-1/+1
*
Fix pyclbr test of httplib without really understanding pyclbr.
Jeremy Hylton
2002-03-08
1
-1/+2
*
Fix leak of NotImplemented in previous checkin to PyNumber_Add().
Jeremy Hylton
2002-03-08
1
-4/+6
*
Fix for SF bug 516727: MyInt(2) + "3" -> NotImplemented
Jeremy Hylton
2002-03-08
1
-4/+3
*
SF bug report #405939: wrong Host header with proxy
Jeremy Hylton
2002-03-08
1
-3/+21
*
[Bug #491820] Define two abstract methods to shut up Pychecker, and for
Andrew M. Kuchling
2002-03-08
1
-0/+6
*
[Bug #517554] When a signal happens during the select call in
Andrew M. Kuchling
2002-03-08
1
-0/+1
*
As part of fixing bug #523301, add a simple test of ConfigParser.write()
Andrew M. Kuchling
2002-03-08
2
-0/+30
*
[Bug #523301] ConfigParser.write() produces broken output for values that
Andrew M. Kuchling
2002-03-08
1
-2/+2
*
[Bug #486527] Note that the caller has to ensure there are no control
Andrew M. Kuchling
2002-03-08
1
-2/+12
*
[Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon)
Andrew M. Kuchling
2002-03-08
1
-1/+1
*
Fix SF bug #526518
Jeremy Hylton
2002-03-08
1
-1/+1
*
When testing for availability of pthreads without special compiler options
Jack Jansen
2002-03-08
2
-363/+367
*
fixed missing IMAP4_SSL_PORT
Piers Lauder
2002-03-08
1
-1/+2
*
SF bug 515943: searching for data with \0 in mmap.
Tim Peters
2002-03-08
2
-9/+30
*
Add entry for mac/libscrap.tex.
Fred Drake
2002-03-08
1
-1/+2
*
I started writing more documentation on the Scrap module at one point, but
Fred Drake
2002-03-08
2
-15/+43
*
add Content-Type header to error responses
Skip Montanaro
2002-03-08
1
-0/+1
*
add SSL class submitted by Tino Lange
Piers Lauder
2002-03-08
2
-4/+97
*
"Shortcut" should be "short-circuit".
Fred Drake
2002-03-08
1
-6/+7
*
add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes
Skip Montanaro
2002-03-07
1
-0/+4
*
Guido pointed out that I was missing a couple decrefs.
Michael W. Hudson
2002-03-07
1
-1/+7
*
Regenerate.
Michael W. Hudson
2002-03-07
1
-273/+274
*
Apply Jack's patch attached to
Michael W. Hudson
2002-03-07
2
-5/+9
*
Test for
Michael W. Hudson
2002-03-06
1
-0/+12
*
Special support for pickling os.stat and os.stat_vfs results portably
Michael W. Hudson
2002-03-06
2
-0/+31
*
Apply (my) patch:
Michael W. Hudson
2002-03-06
1
-23/+76
*
Added missing version annotation for dict().
Fred Drake
2002-03-06
1
-0/+2
*
CGStubLib wasn't weak-linked, fixed. 221 candidate.
Jack Jansen
2002-03-05
1
-0/+0
*
Set default value for readlines.sizehint to None. Change needed for 2.2.1
Martin v. Löwis
2002-03-05
1
-1/+1
*
A fix & test for
Michael W. Hudson
2002-03-05
2
-1/+37
*
Add implementations for \textgreater and \textless, defined in (relatively)
Fred Drake
2002-03-05
1
-0/+2
*
Remove extra indenatation from sample interpreter session.
Fred Drake
2002-03-05
1
-11/+11
*
remove debug cruft
Steven M. Gava
2002-03-05
1
-6/+0
*
further work on new config system
Steven M. Gava
2002-03-05
2
-9/+23
*
add simple example of avoiding backtracking
Skip Montanaro
2002-03-04
1
-6/+22
*
Added ClipCGContextToRegion() from Quickdraw.h.
Just van Rossum
2002-03-04
4
-0/+30
*
Remove tp_print.
Martin v. Löwis
2002-03-04
1
-34/+1
*
Python no longer compiled on Windows, due to #include file confusion
Tim Peters
2002-03-03
1
-4/+5
*
Removed two unused imports. Closes patch #525225.
Barry Warsaw
2002-03-03
1
-4/+0
*
Patch #50002: Display line information for bad \x escapes:
Martin v. Löwis
2002-03-03
5
-17/+55
*
SF #506611, fix sys.setprofile(), sys.settrace() core dumps
Neal Norwitz
2002-03-03
3
-2/+12
*
OS/2 more program behaves like Win32 more
Andrew MacIntyre
2002-03-03
1
-1/+1
*
OS/2 EMX port changes (Modules part of patch #450267):
Andrew MacIntyre
2002-03-03
1
-17/+702
*
OS/2 EMX port changes (Modules part of patch #450267):
Andrew MacIntyre
2002-03-03
1
-6/+11
*
OS/2 EMX port changes (Modules part of patch #450267):
Andrew MacIntyre
2002-03-03
11
-11/+47
*
Added support for SyncCGContextOriginWithPort().
Just van Rossum
2002-03-02
4
-0/+25
[next]