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
*
use correct function in example
Fred Drake
2006-02-15
1
-1/+1
*
Find test failures consistently
Neal Norwitz
2006-02-15
1
-2/+2
*
randombits(): Stop compiler warning about mixing
Tim Peters
2006-02-15
1
-1/+1
*
Add _lsprof.
Martin v. Löwis
2006-02-14
2
-0/+8
*
Add build support for AMD64.
Martin v. Löwis
2006-02-14
21
-21/+933
*
New test code failed to close the file. This caused
Tim Peters
2006-02-14
1
-13/+12
*
* Refcount leak. It was just a reference to Py_None, but still.
Armin Rigo
2006-02-14
1
-3/+9
*
Support 2.4 (released versions) better. (rsync was not working with adding t...
Neal Norwitz
2006-02-14
1
-2/+4
*
Doc some user visible changes
Neal Norwitz
2006-02-13
1
-1/+4
*
Try to improve name based on discussion on python-checkins with Jim Jewett
Neal Norwitz
2006-02-13
1
-5/+5
*
SF patch #1397960: When mixing file-iteration and
Thomas Wouters
2006-02-12
2
-3/+150
*
Renamed _length_cue() to __length_hint__(). See:
Armin Rigo
2006-02-11
14
-32/+41
*
Whitespace normalization.
Tim Peters
2006-02-11
1
-1/+1
*
Even more copyright year locations!
Georg Brandl
2006-02-11
2
-2/+2
*
Patch #428494: Prefer linking against ncursesw over ncurses library
Martin v. Löwis
2006-02-11
2
-1/+10
*
Update general copyright years to 2006.
Georg Brandl
2006-02-11
7
-7/+8
*
Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.
Martin v. Löwis
2006-02-11
3
-0/+14
*
Explain the clearing of the stack in a comment in Python/ceval.c's
Thomas Wouters
2006-02-10
1
-1/+2
*
One more mod for support of C++ classes.
Jack Jansen
2006-02-10
1
-1/+1
*
Avoid linking python with readline.
Martin v. Löwis
2006-02-10
2
-1/+11
*
For overriding C++ methods we also need to know whether a parameter
Jack Jansen
2006-02-10
4
-22/+45
*
The default timer unit was incorrectly measured in milliseconds instead
Armin Rigo
2006-02-10
1
-3/+3
*
Added information on function name added to LogRecord, and the 'extra' keywor...
Vinay Sajip
2006-02-09
1
-13/+96
*
Added function name to LogRecord.
Vinay Sajip
2006-02-09
1
-5/+8
*
Propagate exceptions from shutdown() if raiseExceptions is not set.
Vinay Sajip
2006-02-09
1
-6/+14
*
Added lock acquisition/release around shared data structure manipulation
Vinay Sajip
2006-02-09
1
-19/+34
*
Be a little less sensitive to failures. Only check for the result from
Neal Norwitz
2006-02-09
1
-1/+1
*
Add doc discussing how AST compiler is structured and designed.
Brett Cannon
2006-02-09
1
-0/+507
*
Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5.
Barry Warsaw
2006-02-08
5
-8/+20
*
Added the cProfile module.
Armin Rigo
2006-02-08
14
-109/+1701
*
Update projected release date
Andrew M. Kuchling
2006-02-08
1
-1/+2
*
Fixed an oversight and a misunderstanding of PEP253:
Jack Jansen
2006-02-07
1
-2/+20
*
Removed defensive test in Handler.close
Vinay Sajip
2006-02-07
1
-4/+3
*
Saved and restored logging._handlerList at the same time as saving/restoring ...
Vinay Sajip
2006-02-07
1
-0/+4
*
Add versionadded note for new methods
Neal Norwitz
2006-02-07
1
-0/+2
*
Bug #876637, prevent stack corruption when socket descriptor
Neal Norwitz
2006-02-07
3
-2/+48
*
Fix indentation (whitespace only).
Neal Norwitz
2006-02-07
1
-3/+3
*
Check return results for errors
Neal Norwitz
2006-02-07
1
-0/+5
*
Patch #1412872: zipfile: use correct system type on unixy systems.
Martin v. Löwis
2006-02-05
2
-2/+9
*
Get test_logging to not hang when running under regrtest.py -R ::
Neal Norwitz
2006-02-05
2
-5/+6
*
Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same
Neal Norwitz
2006-02-05
5
-13/+68
*
Whitespace normalization
Neal Norwitz
2006-02-05
1
-2/+2
*
Use C-style comment
Neal Norwitz
2006-02-05
1
-1/+1
*
Resolves SF bug #1423972.
Barry Warsaw
2006-02-04
1
-2/+4
*
SF bug 1415455, fix typo in module name
Neal Norwitz
2006-02-04
1
-1/+1
*
Patch #1422385: Changes to nis module to support multiple NIS domains
Martin v. Löwis
2006-02-04
4
-26/+101
*
Fix typo
Neal Norwitz
2006-02-04
1
-1/+1
*
Drop C library for stat/fstat on Windows.
Martin v. Löwis
2006-02-03
2
-117/+250
*
parsedate_tz(): Minor cleanup.
Barry Warsaw
2006-02-03
2
-3/+11
*
SF patch #1421726
Fredrik Lundh
2006-02-02
1
-1/+1
[next]