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
*
Get rid of xreadlines() (methods).
Neal Norwitz
2006-03-17
11
-47/+9
*
More apply() cleanup
Neal Norwitz
2006-03-17
2
-12/+9
*
This gets at least test_cmd_line working again and a few more modules built.
Neal Norwitz
2006-03-17
1
-1/+1
*
Remove some old types for int based functions (Py_ssize_t is da thing now.)
Neal Norwitz
2006-03-17
1
-9/+0
*
Remove apply()
Neal Norwitz
2006-03-17
1
-6/+3
*
Remove apply()
Neal Norwitz
2006-03-17
56
-285/+179
*
Whitespace changes. Also remove apply from a few comments
Neal Norwitz
2006-03-17
1
-87/+21
*
Get rid of a bunch more raw_input references
Neal Norwitz
2006-03-17
42
-144/+222
*
Whoops, input *and* raw_input are slated for removal, and now both are gone.
Neal Norwitz
2006-03-17
2
-117/+0
*
raw_input() -> input(). old input behavior is history (and test_builtin pass...
Neal Norwitz
2006-03-17
2
-132/+81
*
Remove sys.exc_type, sys.exc_value, sys.exc_traceback
Neal Norwitz
2006-03-17
16
-58/+36
*
Get rid of compiler warning
Neal Norwitz
2006-03-17
1
-1/+1
*
Get rid of last vestiges of BINARY_DIVIDE.
Neal Norwitz
2006-03-16
6
-29/+3
*
Get rid of compiler warning about with_msg and as_msg being unused
Neal Norwitz
2006-03-16
1
-0/+2
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
24
-6360/+82
*
Create a Python 3000 branch.
Guido van Rossum
2006-03-14
0
-0/+0
*
Try to avoid many of the compiler warnings when compiling libffi by
Thomas Heller
2006-03-14
1
-3/+3
*
Cast an Py_ssize_t to int, to avoid a compiler warning.
Thomas Heller
2006-03-14
1
-2/+2
*
For x86 Release and Debug builds, remove the /Wp64 compiler flag, it
Thomas Heller
2006-03-14
1
-2/+2
*
Integrate patch from Neal Norwitz. He writes:
Thomas Heller
2006-03-14
3
-56/+60
*
Teach the compiler module about augmented assignment to tuple subscripts
Nick Coghlan
2006-03-14
1
-4/+2
*
Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and
Neal Norwitz
2006-03-14
2
-5/+21
*
Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact
Georg Brandl
2006-03-13
1
-2/+2
*
Added logThreads and logProcesses to allow conditional omission of logging th...
Vinay Sajip
2006-03-13
1
-2/+12
*
It's necessary to do a Debug build of the bsddb project too.
Tim Peters
2006-03-13
1
-2/+6
*
Minor changes.
Tim Peters
2006-03-13
1
-5/+4
*
Trimmed trailing whitespace.
Tim Peters
2006-03-13
1
-2/+2
*
Fix build process of bsddb for IA64 and AMD64.
Martin v. Löwis
2006-03-13
2
-6/+11
*
Initialize VS environment in external.bat as well.
Martin v. Löwis
2006-03-13
1
-0/+1
*
Update to bsddb 4.4.20.
Martin v. Löwis
2006-03-13
3
-46/+39
*
Fix SF bug #1448804 and ad a test to ensure that all subscript operations con...
Nick Coghlan
2006-03-13
2
-24/+101
*
Let the buildbot make a single pass in the test suite only.
Martin v. Löwis
2006-03-13
2
-1/+5
*
Update to bzip2 1.0.3
Martin v. Löwis
2006-03-13
4
-19/+26
*
Plug some refcount leaks when tests are run repeatedly.
Thomas Heller
2006-03-13
2
-16/+21
*
Bug #1448490: Fix a bug that ISO-2022 codecs could not handle
Hye-Shik Chang
2006-03-13
3
-1/+11
*
Remove the slightly broken test_leaks.py.
Thomas Heller
2006-03-13
2
-91/+4
*
Adding the /useenv means that one's PATH actually gets through. This is
Trent Mick
2006-03-12
1
-1/+1
*
merged with cElementTree development trunk (1.0.6 snapshot):
Fredrik Lundh
2006-03-12
1
-32/+60
*
Move buildbot scripts to Tools/buildbot.
Martin v. Löwis
2006-03-12
3
-0/+0
*
Added brief comment.
Tim Peters
2006-03-12
1
-2/+1
*
Added brief comments.
Tim Peters
2006-03-12
2
-2/+2
*
- Reindent a confusingly indented piece of code (no intended code changes
Thomas Wouters
2006-03-12
1
-13/+16
*
Plug the last 657 referenceleaks in test_bsddb3: a circular reference
Thomas Wouters
2006-03-12
1
-0/+5
*
Fix another leak in bsddb, and avoid use of uninitialized value -- funny how
Thomas Wouters
2006-03-12
1
-1/+2
*
Add buildbot test script.
Martin v. Löwis
2006-03-11
1
-0/+4
*
Give the _ssl project a harmless command to perform
Tim Peters
2006-03-11
1
-0/+3
*
Add changelog entry.
Martin v. Löwis
2006-03-11
1
-0/+1
*
Adjust CJK Ideograph range to Unicode 4.1.
Martin v. Löwis
2006-03-11
1
-13/+12
*
Whitespace normalization.
Tim Peters
2006-03-10
3
-4/+4
*
When the new -w option (yay! great idea) reruns a
Tim Peters
2006-03-10
1
-0/+2
[next]