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 python_nt.def -- it's no longer needed!
Guido van Rossum
1998-12-21
1
-4/+0
*
I can't seem to do anything right :-)
Guido van Rossum
1998-12-21
1
-1/+1
*
Improve comment for PyImport_Import() as suggested by Bill Tutt.
Guido van Rossum
1998-12-21
1
-1/+4
*
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum
1998-12-21
20
-548/+507
*
Chris H. adds MACHDEP=beos to the CCSHARED variable
Guido van Rossum
1998-12-21
1
-1/+1
*
Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request
Guido van Rossum
1998-12-21
1
-133/+0
*
Suggestion by Tim Peters clarifying what "before global" means.
Guido van Rossum
1998-12-21
1
-1/+2
*
Clarify descriptions of some operations; it's not always clear that
Fred Drake
1998-12-21
1
-103/+107
*
Add a bunch of index entries related to retrieving information from
Fred Drake
1998-12-21
1
-0/+6
*
Marc-Andre Lemburg notes about statparse():
Guido van Rossum
1998-12-21
1
-1/+1
*
Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush.
Guido van Rossum
1998-12-21
1
-0/+2
*
Use PyThreadState_GET() macro.
Guido van Rossum
1998-12-21
2
-2/+2
*
Make sure that -t and -tt also work on strings passed to compile().
Guido van Rossum
1998-12-21
1
-0/+7
*
100 bottles of beer on the wall example.
Guido van Rossum
1998-12-21
1
-0/+14
*
Add macro version of PyThreadState_GET(). This uses
Guido van Rossum
1998-12-21
1
-0/+11
*
Make current_tstate a global, _PyThreadState_Current. This is to
Guido van Rossum
1998-12-21
1
-10/+10
*
Add XXX comment about the need to add a dump() method to the Text
Guido van Rossum
1998-12-21
1
-0/+1
*
Add XXX comment about a test that doesn't seem right -- no time to
Guido van Rossum
1998-12-21
1
-0/+1
*
A mod whose author I forget. (I must've mislaid the email. If it's
Guido van Rossum
1998-12-21
1
-8/+19
*
Sjoerd Mullender:
Guido van Rossum
1998-12-21
1
-24/+34
*
replace missing zalloc initialization (test_zlib now runs
Jeremy Hylton
1998-12-21
1
-0/+1
*
remove debugging fprintf (should have checked this before previous
Jeremy Hylton
1998-12-21
1
-2/+0
*
Typo discovered by Just.
Guido van Rossum
1998-12-21
1
-1/+1
*
Use __stdin__ instead of stdin to derive FileType -- safer against
Guido van Rossum
1998-12-19
1
-1/+1
*
Fred's sysconfig module.
Greg Ward
1998-12-18
1
-0/+106
*
patches from Andrew
Jeremy Hylton
1998-12-18
1
-23/+51
*
Chris H. writes:
Guido van Rossum
1998-12-18
1
-1/+1
*
Improved instructions by Chris H.
Guido van Rossum
1998-12-18
1
-4/+26
*
Initial checkin of distutils source files.
Greg Ward
1998-12-18
2
-0/+301
*
Sjoerd Mullender writes:
Guido van Rossum
1998-12-18
2
-111/+180
*
When _PyString_Resize() reports failure, the variable referring to the
Fred Drake
1998-12-18
1
-5/+0
*
Fix the class browser to work even when the file is not on sys.path.
Guido van Rossum
1998-12-18
2
-3/+3
*
Forgot to check this in for Chris Herborth
Guido van Rossum
1998-12-18
1
-0/+153
*
Sjoerd Mullender:
Guido van Rossum
1998-12-18
1
-6/+16
*
Added a -q ('quiet') option to tabnanny, which causes only the names of
Andrew M. Kuchling
1998-12-18
3
-9/+21
*
The usual
Guido van Rossum
1998-12-17
1
-153/+155
*
Several tiny changes:
Guido van Rossum
1998-12-17
1
-2/+4
*
Patch by Chris Herborth:
Guido van Rossum
1998-12-17
1
-0/+4
*
Patch by Chris Herborth:
Guido van Rossum
1998-12-17
1
-1/+7
*
Changes for new BeOS port by Chris Herborth
Guido van Rossum
1998-12-17
3
-149/+74
*
Jim Fulton writes:
Guido van Rossum
1998-12-15
1
-42/+73
*
Move the prototype for dump_counts() to before where it is used.
Guido van Rossum
1998-12-15
1
-4/+4
*
Sjoerd Mullender:
Guido van Rossum
1998-12-15
2
-3/+7
*
(py-goto-beginning-of-tqs): Finds the beginning of the triple quoted
Barry Warsaw
1998-12-15
1
-11/+28
*
Added most of the mechanism to change the strips from color variations
Barry Warsaw
1998-12-15
1
-20/+101
*
A start on the TestModExp applet
Barry Warsaw
1998-12-15
3
-6/+6
*
grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2?
Barry Warsaw
1998-12-15
1
-4/+8
*
"Author" -> "Contact"
Barry Warsaw
1998-12-14
4
-8/+8
*
Fixed bug reported to Gregor Hoffleit:
Andrew M. Kuchling
1998-12-14
1
-1/+1
*
As noted by Per Cederqvist, new_buffersize() sometimes returns the
Guido van Rossum
1998-12-11
1
-2/+11
[next]