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
...
*
Make socketmodule compile again on a modern Linux (that supports Bluetooth).
Anthony Baxter
2004-02-16
1
-1/+1
*
Fix docstrings to mention the correct function
Neal Norwitz
2004-02-16
1
-2/+2
*
Patch #892673: Replace /usr/local/bin/python with
Martin v. Löwis
2004-02-15
1
-1/+38
*
Patch #711838: Allow non-anonymous ftp urls in urllib2.
Martin v. Löwis
2004-02-15
2
-6/+17
*
Patch #893566: Document that tp_dealloc may be called from any thread.
Martin v. Löwis
2004-02-15
1
-0/+10
*
Patch #817379: Allow for absolute ftp paths.
Martin v. Löwis
2004-02-15
1
-1/+1
*
Fix typo.
Neil Schemenauer
2004-02-15
1
-1/+1
*
* Moved the responsibility for emptying the previous list from list_fill
Raymond Hettinger
2004-02-15
1
-0/+5
*
Refactor list_extend() and list_fill() for gains in code size, memory
Raymond Hettinger
2004-02-15
1
-84/+71
*
Fine tune the speed/space trade-off for overallocating small lists.
Raymond Hettinger
2004-02-14
3
-12/+7
*
Fix missing return value. Spotted by Neal Norwitz
Raymond Hettinger
2004-02-14
1
-0/+1
*
- Fixing annoying warnings.
Gustavo Niemeyer
2004-02-14
2
-9/+12
*
- Fixed #853061: allow BZ2Compressor.compress() to receive an empty string
Gustavo Niemeyer
2004-02-14
2
-0/+6
*
Lists are measured in elements not bytes.
Raymond Hettinger
2004-02-13
1
-2/+2
*
further testing indicates that the simplified version of the test
Fred Drake
2004-02-13
1
-4/+6
*
* Note list optimizations
Raymond Hettinger
2004-02-13
1
-13/+14
*
Optimize list.pop() for the common special case of popping off the end.
Raymond Hettinger
2004-02-13
1
-0/+5
*
* Optimized list appends and pops by making fewer calls the underlying system
Raymond Hettinger
2004-02-13
3
-89/+80
*
We have cp932 support in standard distribution now. And there's now
Hye-Shik Chang
2004-02-13
1
-4/+3
*
use existing test object instead of defining a new class
Fred Drake
2004-02-12
1
-5/+3
*
minor markup improvements
Fred Drake
2004-02-12
1
-7/+7
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
246
-962/+926
*
This is my patch #876198 plus a NEWS entry and a header frob.
Michael W. Hudson
2004-02-12
3
-6/+5
*
fix minor markup error: \code{for} --> \keyword{for}
Fred Drake
2004-02-12
1
-6/+7
*
SF 895560: minor typo
Raymond Hettinger
2004-02-12
1
-2/+2
*
need to initialize ob_type slot at run-time, at least on cygwin
Skip Montanaro
2004-02-10
1
-1/+2
*
add support for \e to the {alltt} environment
Fred Drake
2004-02-10
2
-1/+3
*
SF #894428, fix typo
Neal Norwitz
2004-02-10
1
-1/+1
*
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Skip Montanaro
2004-02-10
18
-139/+17
*
Fix indentation error in testGetServByName and rewrite loop to avoid clumsy
Skip Montanaro
2004-02-10
1
-5/+2
*
Make reversed() transparent with respect to length.
Raymond Hettinger
2004-02-10
2
-1/+17
*
Give itertools.repeat() a length method.
Raymond Hettinger
2004-02-10
2
-2/+21
*
the \file macro is no longer a good example of where \e can't be used
Fred Drake
2004-02-09
1
-4/+5
*
support \e in \file and \filenq; this is useful for Windows paths
Fred Drake
2004-02-09
1
-1/+1
*
Minor edits
Andrew M. Kuchling
2004-02-09
1
-6/+7
*
Documentation for PyDescr_NewClassMethod was missing - here's at least
Thomas Heller
2004-02-09
1
-0/+5
*
SF patch #892821: example for urllib2 has SyntaxError
Raymond Hettinger
2004-02-08
1
-2/+1
*
Fix misspelled name.
Raymond Hettinger
2004-02-08
1
-1/+1
*
Fix typo
Raymond Hettinger
2004-02-08
1
-1/+1
*
SF patch #884022: dynamic execution profiling vs opcode prediction
Raymond Hettinger
2004-02-08
1
-0/+9
*
SF patch #880552: Fix typo in usage message(prechm.py)
Raymond Hettinger
2004-02-08
1
-3/+3
*
SF patch #875689: >100k alloc wasted on startup
Raymond Hettinger
2004-02-08
2
-1/+2
*
SF bug #892854: typo in textwrap doc page
Raymond Hettinger
2004-02-08
1
-1/+1
*
SF bug #892492: Multiple close() for asyncore.dispatcher.
Raymond Hettinger
2004-02-08
1
-0/+1
*
Revert improvement to list.append() checked in before it was ready.
Raymond Hettinger
2004-02-08
1
-1/+0
*
Let reversed() work with itself.
Raymond Hettinger
2004-02-08
3
-1/+17
*
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
Jim Fulton
2004-02-08
2
-0/+5
*
Make deque.rotate() smarter. Beef-up related tests.
Raymond Hettinger
2004-02-08
2
-13/+54
*
Patch #868499, adds -T option for code coverage. The implementation is a
Barry Warsaw
2004-02-07
1
-30/+51
*
* Incorporate Skip's suggestions for documentation (explain the word deque
Raymond Hettinger
2004-02-07
3
-26/+98
[prev]
[next]