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
*
Update the comments on info files.
Fred Drake
1999-01-13
1
-5/+5
*
Use \refmodule when we say "use the XXX module instead".
Fred Drake
1999-01-13
1
-2/+2
*
\seemodule: Fix so that each \seemodule entry gets its own paragraph,
Fred Drake
1999-01-13
1
-0/+15
*
do_cmd_refmodule(): New function to support new \refmodule macro.
Fred Drake
1999-01-13
1
-0/+10
*
Hand't been committed yet (minor changes)
Jack Jansen
1999-01-13
1
-9/+11
*
CW Projects for 1.5.2b1
Jack Jansen
1999-01-13
23
-0/+0
*
Distribution databases for 1.5.2b1
Jack Jansen
1999-01-13
4
-42/+57
*
Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.
Jack Jansen
1999-01-13
1
-1/+1
*
Added: mems.lib.text_file: provides TextFile class for parsing text
Greg Ward
1999-01-13
1
-0/+206
*
Renamed test.py to testcode.py so one can import Python's
Guido van Rossum
1999-01-12
1
-0/+0
*
Hack to close a window that is colorizing.
Guido van Rossum
1999-01-12
2
-8/+20
*
Vladimir Marangozov's patch:
Guido van Rossum
1999-01-12
1
-0/+3
*
Added a few items.
Fred Drake
1999-01-12
1
-8/+14
*
Fix the HTML tarball target to generate the HTML if needed instead of
Fred Drake
1999-01-12
1
-5/+1
*
Chris Herborth's first pass at making config and install
Guido van Rossum
1999-01-12
6
-278/+387
*
A gift from Sam Rushing - modules asyncore and asynchat for the
Guido van Rossum
1999-01-12
2
-0/+743
*
Bump the date. Seems like fun. ;-)
Fred Drake
1999-01-12
1
-1/+1
*
Simplify command that extracts the number of pages from a PostScript
Fred Drake
1999-01-12
1
-1/+1
*
Added \modulesynopsis.
Fred Drake
1999-01-12
2
-2/+5
*
<writer>.send_paragraph(): Clarify what needs to be done by this
Fred Drake
1999-01-12
1
-1/+4
*
DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to
Fred Drake
1999-01-12
1
-1/+1
*
Avoid overflow if possible in calculations for range(); report
Guido van Rossum
1999-01-12
1
-7/+28
*
do_cmd_methodline(): Fixed reference to method name when generating
Fred Drake
1999-01-12
1
-3/+3
*
Removed a lot of unnecessary comment markers which cause unexplained
Fred Drake
1999-01-12
1
-84/+83
*
output_body(): For <address> elements, just skip, since they're
Fred Drake
1999-01-11
1
-0/+4
*
Patches describing the statvfs() and fstatvfs() functions. Additional
Fred Drake
1999-01-11
1
-16/+68
*
Addition to previous note -- comfigure --without-gcc also works.
Guido van Rossum
1999-01-11
1
-1/+2
*
Add note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX.
Guido van Rossum
1999-01-11
1
-0/+4
*
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
[next]