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
*
Changed the UCHAR_MAX error msg a bit: we don't really assume anything
Tim Peters
2003-12-22
1
-1/+1
*
There are places in Python which assume bytes have 8-bits. Formalize that a
Skip Montanaro
2003-12-22
2
-4/+8
*
(forced commit)
Hye-Shik Chang
2003-12-22
0
-0/+0
*
Fix broken xmlcharrefreplace by rev 2.204.
Hye-Shik Chang
2003-12-22
1
-3/+3
*
Make sure the UserDict copies do not share the same underlying
Raymond Hettinger
2003-12-21
1
-1/+1
*
Python 2.3.3 Window build number and release date.
Thomas Heller
2003-12-20
1
-0/+2
*
Add the first of (hopefully) many third-party licenses and acknowledgements.
Raymond Hettinger
2003-12-20
1
-0/+59
*
Remove self from the arguments for the function add_type().
Walter Dörwald
2003-12-19
1
-1/+1
*
SF #859573: Reduce compiler warnings on gcc 3.2 and above.
Hye-Shik Chang
2003-12-19
1
-1/+14
*
Enable some unittests on FreeBSD.
Hye-Shik Chang
2003-12-19
2
-3/+7
*
Sync with python-mode project. Adds two changes:
Skip Montanaro
2003-12-18
1
-5/+47
*
minor markup adjustment
Fred Drake
2003-12-18
1
-2/+2
*
Fix typo
Andrew M. Kuchling
2003-12-18
1
-1/+1
*
Add various items
Andrew M. Kuchling
2003-12-18
1
-4/+60
*
fix loss of a space after indexing markup
Fred Drake
2003-12-18
1
-1/+1
*
- use correct markup
Fred Drake
2003-12-18
1
-5/+5
*
fix weird sh-bang line
Fred Drake
2003-12-18
1
-1/+1
*
avoid bash-isms
Fred Drake
2003-12-18
1
-2/+2
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
1
-0/+14
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
1
-2/+2
*
Remove methods that are no longer called by urllib2.
Jeremy Hylton
2003-12-17
1
-14/+0
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
15
-138/+120
*
Add methods to MockHTTPClass for modern httplib interface.
Jeremy Hylton
2003-12-17
1
-51/+77
*
Rewrite AbstractHTTPHandler to use modern httplib interface.
Jeremy Hylton
2003-12-17
1
-25/+26
*
Fix erroneus argument parsing of socket.htons() on 64bit big endian
Hye-Shik Chang
2003-12-17
1
-1/+1
*
Update documentations for str.rsplit() with Alex Martelli's rewrite.
Hye-Shik Chang
2003-12-17
2
-28/+13
*
Make example more readable
Andrew M. Kuchling
2003-12-16
1
-3/+6
*
Speedup set.update by using the override mode for PyDict_Merge().
Raymond Hettinger
2003-12-15
1
-1/+1
*
Add rsplit method for UserString, too.
Hye-Shik Chang
2003-12-15
1
-0/+2
*
Fix typo and improve wording a bit.
Raymond Hettinger
2003-12-15
1
-4/+4
*
Add an entry for addition of {str,unicode}.rsplit.
Hye-Shik Chang
2003-12-15
1
-0/+4
*
Add rsplit method for str and unicode builtin types.
Hye-Shik Chang
2003-12-15
7
-1/+402
*
Remove __del__ methods to avoid creating uncollectable cyclic trash.
Jeremy Hylton
2003-12-15
1
-13/+4
*
missing word (should backport - is release23-maint still locked?)
Skip Montanaro
2003-12-15
1
-1/+1
*
Improve algorithm for set.difference when the input is not a set.
Raymond Hettinger
2003-12-15
1
-43/+43
*
Make the module docstring a raw string, so that the backslash in
Walter Dörwald
2003-12-15
1
-1/+1
*
Remove a "temporary" piece of code that was probably unneeded since
Guido van Rossum
2003-12-15
1
-7/+0
*
SF #859811, typo in docs
Neal Norwitz
2003-12-14
4
-5/+5
*
SF #859810, typo in doc
Neal Norwitz
2003-12-14
1
-1/+1
*
Add news item about processor support in urllib2.
Jeremy Hylton
2003-12-14
1
-0/+4
*
SF patch 852995: add processors feature to urllib2
Jeremy Hylton
2003-12-14
3
-86/+783
*
SF #736962, port test_future to unittest, add a bit more coverage, by Walter ...
Neal Norwitz
2003-12-13
11
-47/+101
*
Add a versionadded tag for traceback.format_exc()
Neal Norwitz
2003-12-13
1
-0/+1
*
Make private/local functions static
Neal Norwitz
2003-12-13
1
-6/+6
*
After hearing from someone who gave up on timeout sockets due to a
Guido van Rossum
2003-12-13
1
-0/+4
*
Cleaning up recursive pieces left in the reorganization.
Gustavo Niemeyer
2003-12-13
1
-119/+16
*
Note that \var{ppos} values are not consecutive and should not be altered.
Raymond Hettinger
2003-12-13
1
-1/+3
*
* Refactor set.__contains__()
Raymond Hettinger
2003-12-13
1
-21/+10
*
Refactor set.discard() and set.remove().
Raymond Hettinger
2003-12-13
1
-31/+22
*
Improve argument checking speed.
Raymond Hettinger
2003-12-13
1
-17/+44
[next]