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_config_h_filename(): Fix to work with current Python
Fred Drake
1999-01-11
1
-2/+2
*
Some requests have been fulfilled.
Guido van Rossum
1999-01-11
1
-5/+3
*
Set the cursor to a watch when opening the class browser (which may
Guido van Rossum
1999-01-11
1
-7/+23
*
Got rid of debug print statement in goto_line_event().
Guido van Rossum
1999-01-11
1
-1/+0
*
I think I like it better if it prints the traceback even when it displays
Guido van Rossum
1999-01-11
1
-2/+2
*
Bind ESC to close-window.
Guido van Rossum
1999-01-11
1
-1/+2
*
Use a HSeparator between the classes and the items.
Guido van Rossum
1999-01-11
1
-13/+18
*
Separator classes (draggable divider between two panes).
Guido van Rossum
1999-01-11
1
-0/+89
*
Patch by Charles Waldman -- remove unneeded and even harmful test for
Guido van Rossum
1999-01-10
1
-10/+0
*
Added some more comments.
Guido van Rossum
1999-01-10
1
-13/+15
*
Don't traceback when wakeup() is called when the window has been destroyed.
Guido van Rossum
1999-01-09
1
-3/+8
*
Allow tearing off of the Windows menu.
Guido van Rossum
1999-01-09
1
-1/+0
*
Close on ESC.
Guido van Rossum
1999-01-09
1
-1/+2
*
Updated a bunch of things (it was mostly still 0.1!)
Guido van Rossum
1999-01-09
1
-17/+39
*
Use 'xrange', not 'range', in error messages. Reported by Nathan Sullivan.
Guido van Rossum
1999-01-09
1
-3/+3
*
(py-outdent-p): Short circuit infloop for illegal construct
Barry Warsaw
1999-01-09
1
-0/+2
*
Added ScriptBinding to standard bindings.
Guido van Rossum
1999-01-09
1
-0/+1
*
This now actually works. See doc string. It can run a module (i.e.
Guido van Rossum
1999-01-09
1
-18/+130
*
Need extern decl. for fdatasync() in case it exists but isn't declared
Guido van Rossum
1999-01-08
1
-2/+2
*
Now using autoconf 2.13
Guido van Rossum
1999-01-08
1
-273/+351
*
Added fsync() and fdatasync(). Patches by Scott Cotton. Requires
Guido van Rossum
1999-01-08
1
-0/+57
*
FieldStorage.__init__(): if there is no content-type header, use
Barry Warsaw
1999-01-08
1
-2/+24
*
What's new in this release.
Guido van Rossum
1999-01-08
2
-2/+51
*
Hack for Windows so that if (1) the exit status is nonzero and (2) we
Guido van Rossum
1999-01-08
1
-0/+47
*
Remove the "lib-" prefix from the name of the info archive.
Fred Drake
1999-01-08
1
-4/+5
*
No longer useful.
Fred Drake
1999-01-08
1
-55/+0
*
It's finally gone!
Fred Drake
1999-01-08
1
-2406/+0
*
Remove obsolete files.
Fred Drake
1999-01-08
2
-123/+0
*
Replace most everything but the comment at the top.
Fred Drake
1999-01-08
1
-24/+66
*
Add a few comments.
Fred Drake
1999-01-08
1
-1/+8
*
Paul Prescod's patches to allow the stack viewer to pop up when a
Guido van Rossum
1999-01-08
2
-0/+12
*
New support scripts for HTML->info conversion that use Michael Ernst's new
Fred Drake
1999-01-08
3
-5/+58
*
New conversion tools for HTML->info from Michael Ernst
Fred Drake
1999-01-08
2
-0/+1778
*
Need to include <sys/types.h> for off_t.
Guido van Rossum
1999-01-07
1
-0/+2
*
Ty Sarna writes:
Guido van Rossum
1999-01-07
3
-153/+181
*
Changes for long file support.
Guido van Rossum
1999-01-07
1
-0/+36
*
convert(): Make sure no line has trailing whitespace. (docfixer.py
Fred Drake
1999-01-07
1
-3/+5
*
The doc string for strptime had the arguments reversed -- the string
Guido van Rossum
1999-01-07
1
-1/+1
*
Markup nit.
Fred Drake
1999-01-07
1
-4/+4
*
Change paragraph width limit to 70 (like Emacs M-Q).
Guido van Rossum
1999-01-07
1
-1/+1
*
Separating TODO from README. Slight reformulation of features. No
Guido van Rossum
1999-01-07
1
-113/+6
*
Separating TODO from README.
Guido van Rossum
1999-01-07
1
-0/+132
*
Explain how come that pickle and cPickle, while using the same data
Guido van Rossum
1999-01-06
1
-0/+6
*
Minor clarifications by Sean Reifschneider:
Guido van Rossum
1999-01-06
1
-1/+15
*
Replace the docs for reduce with an adaptation of its docstring, which
Guido van Rossum
1999-01-06
1
-8/+9
*
Add doc for access() and ttyname(). Patch by Sean Reifschneider.
Guido van Rossum
1999-01-06
1
-0/+12
*
fix bug in PyZlib_flush.
Jeremy Hylton
1999-01-06
1
-4/+4
*
Change the access() code to return 1 if granted, 0 if not granted.
Guido van Rossum
1999-01-06
1
-4/+11
*
Preliminary code to mark paragraphs. Seems to work, but very slow.
Fred Drake
1999-01-06
1
-2/+150
*
Fixed bug in the common-case code for HTTP URLs; it would lose the query,
Andrew M. Kuchling
1999-01-06
1
-4/+7
[next]