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
*
Remove StopPrint hack
Guido van Rossum
1991-06-07
1
-2/+0
*
printobject now returns an error code
Guido van Rossum
1991-06-07
4
-9/+14
*
printobject now returns an error code
Guido van Rossum
1991-06-07
10
-86/+70
*
Mention "-c command" option.
Guido van Rossum
1991-06-07
2
-4/+12
*
Add run_command() to implement "-c command".
Guido van Rossum
1991-06-07
1
-9/+73
*
Getpgrp() has a parameter, at least on BSD!
Guido van Rossum
1991-06-07
1
-1/+1
*
When printing an error message, don't choke if tok->buf is NULL.
Guido van Rossum
1991-06-07
1
-10/+14
*
Add marshalling for dictionaries.
Guido van Rossum
1991-06-07
1
-1/+33
*
Add "close" function parameter to newopenfileobject().
Guido van Rossum
1991-06-07
1
-1/+2
*
Export getdict2key() interface.
Guido van Rossum
1991-06-07
1
-0/+1
*
Simplified STDWIN initialization.
Guido van Rossum
1991-06-07
1
-49/+4
*
Added to list of bad filenames.
Guido van Rossum
1991-06-04
1
-1/+1
*
Initial revision
Guido van Rossum
1991-06-04
16
-0/+1007
*
Added getpgrp(); fixed buggy calls to getnoarg().
Guido van Rossum
1991-06-04
1
-2/+13
*
Declare errno, for prehistoric systems.
Guido van Rossum
1991-06-04
1
-0/+1
*
*** empty log message ***
Guido van Rossum
1991-06-04
5
-135/+164
*
Expoer "marshal" module.
Guido van Rossum
1991-06-04
1
-0/+3
*
Export newcodeobject() interface.
Guido van Rossum
1991-06-04
1
-0/+1
*
Export float_buf_repr() interface, for marshalling of floats.
Guido van Rossum
1991-06-04
1
-1/+1
*
Initial revision
Guido van Rossum
1991-06-04
2
-0/+373
*
Changed and exported newcodeobject() interface, for ".pyc" files.
Guido van Rossum
1991-06-04
1
-10/+9
*
Added fclose to newopenfileobject() calls.
Guido van Rossum
1991-06-04
1
-4/+4
*
Added popen().
Guido van Rossum
1991-06-04
1
-1/+37
*
Support ".pyc" files: cached compilation results.
Guido van Rossum
1991-06-04
1
-5/+72
*
Removed Think C 3.0 stuff and wish list.
Guido van Rossum
1991-06-04
1
-34/+1
*
In support of popen(), file objects are now parametrized with a close
Guido van Rossum
1991-06-04
1
-11/+32
*
Remove test for unimplemented sq_repeat method (see tupleobject comments)
Guido van Rossum
1991-06-04
1
-4/+0
*
Fix comments in string_as_sequence
Guido van Rossum
1991-06-04
1
-7/+7
*
Finally implement tuple*number. From now on all sequence types
Guido van Rossum
1991-06-04
1
-1/+33
*
Removed utimes() compatibility hack.
Guido van Rossum
1991-06-03
1
-1/+165
*
Don't print the line number for syntax errors in string parsing.
Guido van Rossum
1991-06-03
1
-0/+3
*
Added declarations for dnewlongobject and dgetlongvalue.
Guido van Rossum
1991-06-03
1
-0/+2
*
Added dnewlongobject(), function to convert double to long int.
Guido van Rossum
1991-06-03
1
-0/+39
*
Fix conversion of double to long; stylistic changes.
Guido van Rossum
1991-06-03
1
-3/+3
*
Don't suppress wsetfont("");
Guido van Rossum
1991-06-03
1
-28/+47
*
Call clearerr() after EOF seen.
Guido van Rossum
1991-06-03
1
-0/+1
*
Fix off-by-one error in long_repr.
Guido van Rossum
1991-05-28
1
-5/+50
*
Fix special cases in pow()
Guido van Rossum
1991-05-28
1
-0/+12
*
Added text.setactive and text.setview.
Guido van Rossum
1991-05-28
1
-5/+37
*
Initial revision
Guido van Rossum
1991-05-14
2
-0/+408
*
*** empty log message ***
Guido van Rossum
1991-05-14
4
-16/+24
*
*** empty log message ***
Guido van Rossum
1991-05-14
4
-20/+12
*
Added xor functions.
Guido van Rossum
1991-05-14
1
-9/+46
*
Added nonzero to number methods
Guido van Rossum
1991-05-14
1
-0/+1
*
Many small changes
Guido van Rossum
1991-05-14
1
-17/+48
*
Added wdigit and stwodigits typedefs, and changed prototypes.
Guido van Rossum
1991-05-14
1
-6/+5
*
Added nonzero test
Guido van Rossum
1991-05-14
1
-0/+8
*
Added nonzero test
Guido van Rossum
1991-05-14
1
-0/+8
*
Don't optimize <string> and <stdin> code
Guido van Rossum
1991-05-14
1
-1/+1
*
Declare ticker as int; made testbool generic for all numeric types
Guido van Rossum
1991-05-14
1
-7/+5
[next]