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
*
Added a bunch of new winfo options; we should now be up to date with
Guido van Rossum
1996-12-12
2
-4/+58
*
Several changes... Guido *please* take a look!
Barry Warsaw
1996-12-12
1
-163/+201
*
A test of the select module that is actually reproduceable!
Barry Warsaw
1996-12-11
3
-4/+61
*
Some more tuning of quicksort: use pointers instead of indexing.
Guido van Rossum
1996-12-11
1
-54/+60
*
Output of rgbimg module test
Barry Warsaw
1996-12-11
1
-0/+2
*
Added test of rgbimg module
Barry Warsaw
1996-12-11
1
-0/+1
*
minor formatting nit
Barry Warsaw
1996-12-11
1
-1/+2
*
Grandly renamed.
Barry Warsaw
1996-12-11
1
-50/+52
*
Be more careful with the shuffling of stdout.
Guido van Rossum
1996-12-11
1
-6/+7
*
Renamed.
Barry Warsaw
1996-12-11
1
-23/+29
*
Output of the nis and pwd module tests
Barry Warsaw
1996-12-11
2
-0/+2
*
Test of the pwd module
Barry Warsaw
1996-12-11
1
-0/+70
*
Added test_pwd
Barry Warsaw
1996-12-11
1
-0/+1
*
Rewrite without using try-except to break out of two loops.
Guido van Rossum
1996-12-11
1
-17/+18
*
Just test one key/value pair for one NIS map. I.e. don't test them
Barry Warsaw
1996-12-11
1
-11/+17
*
test of the nis module
Barry Warsaw
1996-12-11
1
-0/+19
*
added test_nis
Barry Warsaw
1996-12-11
1
-0/+1
*
cat and puste errors
Barry Warsaw
1996-12-11
1
-2/+5
*
nis_maplist(): Use check of yp_get_default_domain() return value
Barry Warsaw
1996-12-11
1
-1/+5
*
Renamed, and bug fixed:
Barry Warsaw
1996-12-11
1
-111/+123
*
Added new quicksort implementation, tailored to sorting arrays of
Guido van Rossum
1996-12-10
1
-0/+227
*
Renamed.
Barry Warsaw
1996-12-10
1
-504/+503
*
Test output files in their new location
Barry Warsaw
1996-12-10
15
-0/+183
*
Directory for test output files: Output => output
Barry Warsaw
1996-12-10
1
-2/+2
*
When run as a script, runs each test and sends results to stdout
Barry Warsaw
1996-12-10
1
-0/+17
*
New regression testing harness.
Barry Warsaw
1996-12-10
3
-242/+130
*
Moved the raise logic out of the main interpreter loop to a separate function.
Guido van Rossum
1996-12-10
1
-60/+127
*
The usual
Guido van Rossum
1996-12-10
1
-2/+2
*
Added -lld to AIX LINKFORSHARED. Monty Stein.
Guido van Rossum
1996-12-10
1
-1/+1
*
Added a provide so the corresponding require will succeed.
Barry Warsaw
1996-12-10
1
-0/+3
*
A test of the `new' module. The new.code() test is fairly bogus since
Barry Warsaw
1996-12-10
1
-0/+44
*
Added test_new.
Barry Warsaw
1996-12-10
2
-2/+7
*
Renamed.
Barry Warsaw
1996-12-10
1
-81/+84
*
The usual; added several test modules, too.
Guido van Rossum
1996-12-10
10
-4/+278
*
Add optional data argument to urlopen() and open_http(), to trigger POST.
Guido van Rossum
1996-12-10
1
-9/+26
*
In the HTTP reply header, be more accepting in the HTTP version.
Guido van Rossum
1996-12-10
1
-2/+2
*
Added remaining declarations needed/used in glmodule.c; keeps gcc -Wall happy.
Guido van Rossum
1996-12-10
2
-10/+56
*
Better way to handle 64-bit ints, keeping gcc -Wall happy.
Guido van Rossum
1996-12-10
1
-30/+18
*
Add unistd.h to make gcc -Wall happy.
Guido van Rossum
1996-12-10
1
-0/+4
*
Add const to error and newstring functions
Guido van Rossum
1996-12-10
4
-6/+6
*
Fix operator priority bug found thanks to gcc -Wall.
Guido van Rossum
1996-12-10
1
-1/+1
*
Make gcc -Wall happy; remove dummy variable (can't see where it's needed).
Guido van Rossum
1996-12-10
1
-2/+8
*
Added extern decl for gethostname() to keep gcc -Wall happy.
Guido van Rossum
1996-12-10
1
-0/+4
*
Great renaming.
Guido van Rossum
1996-12-10
1
-23/+17
*
Removed redundant inclusion of <errno.h> (sorry, Roj!).
Guido van Rossum
1996-12-10
1
-2/+0
*
renamed in a grand fashion.
Roger E. Masse
1996-12-10
1
-74/+76
*
Added a test script for dbmmodule.c and added it to testall.py and
Roger E. Masse
1996-12-10
3
-2/+31
*
Added test_new
Barry Warsaw
1996-12-10
1
-0/+1
*
Renamed a few symbols that were found in comments.
Barry Warsaw
1996-12-09
1
-6/+6
*
Renamed, ungrandly. We don't have the GNU MP library here so we can't
Barry Warsaw
1996-12-09
1
-278/+291
[next]