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
*
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
*
Use dictionary specific looping idiom where possible.
Raymond Hettinger
2003-12-13
1
-114/+40
*
Simplify previous checkin -- a new function was not needed.
Raymond Hettinger
2003-12-13
1
-26/+1
*
Use PyDict_Contains() instead of PySequence_Contains().
Raymond Hettinger
2003-12-13
1
-2/+2
*
* Added a new method flag, METH_COEXIST.
Raymond Hettinger
2003-12-13
8
-3/+97
*
Expand the groupby() example to:
Raymond Hettinger
2003-12-12
1
-0/+15
*
fix typo and join two paragraphs
Fred Drake
2003-12-11
1
-2/+1
*
Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.
Walter Dörwald
2003-12-11
3
-27/+54
*
Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file and
Brett Cannon
2003-12-11
1
-1/+1
*
Revert previous change which didn't make sense the next day :-)
Raymond Hettinger
2003-12-10
1
-16/+18
*
- Renamed OSA.ComponentInstance to OSA.OSAComponentInstance. It is not
Jack Jansen
2003-12-10
2
-64/+77
*
Fix memory error treatment correctly. Going to dsu_fail causes
Hye-Shik Chang
2003-12-10
1
-1/+1
[next]