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
*
Work around latex2html problem; reported by Gerrit Holl
Fred Drake
1999-06-10
1
-4/+5
*
Relocating file to Lib/lib-old.
Fred Drake
1999-06-10
1
-25/+0
*
Declare the "util" module obsolete.
Fred Drake
1999-06-10
1
-3/+3
*
Added a few more bugs to the doc string; reformatted existing bugs.
Guido van Rossum
1999-06-10
1
-8/+23
*
Code by Mark Hammond to format paragraphs embedded in comments.
Guido van Rossum
1999-06-10
1
-10/+55
*
Added abstraction get_selection_index() (Mark Hammond). Also
Guido van Rossum
1999-06-10
1
-14/+23
*
Fixed typo reported by Bennett Benson
Fred Drake
1999-06-10
1
-1/+1
*
Adapt to the new pyclbr's support of listing top-level functions. If
Guido van Rossum
1999-06-10
1
-33/+34
*
At David Ascher's request, clarify that os.system() always returns 0
Fred Drake
1999-06-10
1
-1/+2
*
Fix typo reported by Robert Kern <kernr@ncifcrf.gov>.
Fred Drake
1999-06-10
1
-5/+5
*
Fix off-by-one error in Tim's recent change to comment_region(): the
Guido van Rossum
1999-06-10
1
-1/+1
*
Co-production with Tim Peters, implementing a suggestion by Mark
Guido van Rossum
1999-06-10
1
-6/+31
*
Mark Hammond writes: Here is another change that allows it to work for
Guido van Rossum
1999-06-10
1
-14/+37
*
Mark Hammond writes: Tim's suggestion of copying the font for the
Guido van Rossum
1999-06-10
1
-1/+2
*
Patch by Jim Fulton to document the new parse_qls().
Guido van Rossum
1999-06-10
1
-2/+36
*
Append "..." if the appropriate flag (for varargs) in co_flags is set.
Guido van Rossum
1999-06-09
1
-1/+3
*
Fix bug discovered by Klaus-Juergen Wolf -- it runs into infinite recursion!
Guido van Rossum
1999-06-09
1
-1/+1
*
Fix by Sjoerd for a package related bug: If you have a non-empy
Guido van Rossum
1999-06-09
1
-6/+6
*
Set the max recursion limit to 5000 -- rather conservative (this uses
Guido van Rossum
1999-06-09
1
-0/+7
*
Jim Fulton writes:
Guido van Rossum
1999-06-09
1
-10/+56
*
When deallocating a list, DECREF the items from the end back to the start.
Guido van Rossum
1999-06-09
1
-1/+6
*
Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to
Guido van Rossum
1999-06-09
1
-2/+2
*
Updated lagging version#. Also added some comments about how quote()
Guido van Rossum
1999-06-09
1
-1/+3
*
Patch by Per Cederqvist:
Guido van Rossum
1999-06-09
1
-3/+6
*
Add doc for timegm().
Guido van Rossum
1999-06-09
1
-0/+8
*
Add unrelated but handy function: timegm(), to calculate Unix
Guido van Rossum
1999-06-09
1
-0/+17
*
Don't just die if gethostbyaddr() fails -- as it can when DNS is
Guido van Rossum
1999-06-09
1
-6/+10
*
Oops, Sjoerd was in a hurry. This patch from him fixes some length
Guido van Rossum
1999-06-09
1
-0/+1
*
Patch/new code by Sjoerd Mullender:
Guido van Rossum
1999-06-09
2
-74/+155
*
Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber:
Guido van Rossum
1999-06-08
1
-1/+1
*
On David Ascher's recommendation: reversed order of 'utime()' and
Greg Ward
1999-06-08
1
-2/+5
*
Sam's latest versions
Guido van Rossum
1999-06-08
2
-87/+109
*
Skip Montanaro:
Guido van Rossum
1999-06-08
1
-2/+13
*
Hmm... Tim didn't turn "replace all" into a single undo block.
Guido van Rossum
1999-06-08
1
-0/+2
*
Tim Peters: made replacement atomic for undo/redo.
Guido van Rossum
1999-06-08
1
-0/+2
*
Tim Peters:
Guido van Rossum
1999-06-08
1
-3/+2
*
Tim Peters: Taught it more "real Python" rules without slowing it
Guido van Rossum
1999-06-08
1
-47/+53
*
Hacked 'set_final_options()' to set (hopefully) appropriate values for
Greg Ward
1999-06-08
1
-7/+56
*
Added the 'have_run' dictionary to Distribution, and changed
Greg Ward
1999-06-08
1
-3/+33
*
Now handles NT, through '_init_nt()' function (courtesy of
Greg Ward
1999-06-08
1
-0/+11
*
Remove unnecessary reference to pyclbr from test() code.
Guido van Rossum
1999-06-07
2
-5/+0
*
Experimental speedup patch by Tim Peters (please test!):
Guido van Rossum
1999-06-07
1
-82/+149
*
Fix bug discovered by John W. Shipman -- when the width of a format
Guido van Rossum
1999-06-07
1
-2/+4
*
Tim Peters:
Guido van Rossum
1999-06-07
1
-19/+75
*
Might as well enable CallTips by default.
Guido van Rossum
1999-06-04
1
-0/+1
*
Patch by Jim Fulton: new function parse_qsl(), which is like
Guido van Rossum
1999-06-04
1
-13/+44
*
Added an "optional" directive, that will include a module if it is available
Jack Jansen
1999-06-04
2
-3/+6
*
(py-statement-closes-block-p): py-goto-initial-line could leave us in
Barry Warsaw
1999-06-03
1
-2/+2
*
New offerings by Tim Peters; he writes:
Guido van Rossum
1999-06-03
3
-26/+66
*
Enclose pattern in quotes in status message.
Guido van Rossum
1999-06-03
1
-1/+1
[next]