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
*
The logic for finding long matches before short ones was wrong (why did I nev...
Jack Jansen
2000-09-10
1
-7/+7
*
Updated for 2.0b1
Jack Jansen
2000-09-10
5
-148/+126
*
Patch for [ Bug #113828 ] getpythonregpath with null data in registry key
Mark Hammond
2000-09-10
1
-8/+14
*
General cleanup in preparation for a bugfix: removed unused code, useless
Tim Peters
2000-09-10
1
-65/+27
*
Added --python and --fix-python options for better control over what
Greg Ward
2000-09-10
1
-16/+33
*
Close SF bug 110826: a complaint about the way Python #define'd NULL.
Tim Peters
2000-09-10
3
-11/+4
*
The installer now displays info about version of distutils
Thomas Heller
2000-09-09
1
-263/+278
*
The windows installer must also look under the HKEY_CURRENT_USER key
Thomas Heller
2000-09-09
1
-240/+240
*
Do not try to fix bugs while sleeping.
Fred Drake
2000-09-09
1
-4/+0
*
Kevin Jacobs <jacobs@darwin.cwru.edu>:
Fred Drake
2000-09-09
1
-1/+2
*
Fix for bug 113934. string*n and unicode*n did no overflow checking at
Tim Peters
2000-09-09
2
-4/+36
*
Add support for new \pep, \seepep, excclassdesc markup.
Fred Drake
2000-09-09
1
-9/+68
*
excclassdesc: New environment. For use in documenting class-based
Fred Drake
2000-09-09
1
-0/+19
*
Add support for a filename to record the name of the node in which the
Fred Drake
2000-09-09
1
-1/+15
*
Add a reference to the material on string methods.
Fred Drake
2000-09-09
1
-1/+4
*
Various clarifications and minor nits fixed. Affected descriptions of
Fred Drake
2000-09-09
1
-7/+21
*
Really minor consistency nit.
Fred Drake
2000-09-09
1
-1/+1
*
Improve a couple of references to the language reference, making them
Fred Drake
2000-09-09
1
-7/+9
*
Minor clarifications in the introductory paragraph.
Fred Drake
2000-09-09
1
-6/+7
*
Add \modulesynopsis for inclusion in the list of modules at the beginning
Fred Drake
2000-09-09
1
-0/+6
*
Move the "See also" section to a location more consistent with other
Fred Drake
2000-09-09
1
-6/+6
*
Move description of UserString.MutableString to a location more typical
Fred Drake
2000-09-09
1
-9/+9
*
Add a brief section on linking Python as an embedded scripting language.
Fred Drake
2000-09-08
1
-0/+37
*
First attempt at a 2.0b1 installer
Jack Jansen
2000-09-08
1
-0/+0
*
Updated for .0b1 distribution
Jack Jansen
2000-09-08
3
-86/+113
*
Some of the types are signed 8 bit ints. Fixed.
Jack Jansen
2000-09-08
2
-10/+10
*
PyOS_CheckStack now understands multiple threads. Other threads are not stack...
Jack Jansen
2000-09-08
1
-2/+14
*
When building the HTML packages, make sure we pick up all the HTML files
Fred Drake
2000-09-08
1
-3/+3
*
Add a general "About" page and link to it from the index page.
Fred Drake
2000-09-08
2
-0/+79
*
Match Sam Rushing's current version of asyncore.py and asynchat.py
Andrew M. Kuchling
2000-09-08
2
-81/+126
*
Add test cases to make sure we get the right SyntaxError message for
Fred Drake
2000-09-08
2
-0/+59
*
com_continue_stmt(): Improve error message when continue is found
Fred Drake
2000-09-08
1
-1/+22
*
Fix for bug 110629: Generate unique image names by introducing a counter
Martin v. Löwis
2000-09-08
1
-1/+3
*
A #define didn't start in column 1. Closes SF bug 113888.
Tim Peters
2000-09-08
1
-1/+1
*
Add missing Py_PROTO macro for backward compatibility with old extensions
Vladimir Marangozov
2000-09-08
1
-1/+7
*
This patch hopefully fixes the problem with "es#" and "es" in
Marc-André Lemburg
2000-09-08
1
-0/+2
*
Removed 68K support.
Jack Jansen
2000-09-08
35
-0/+8
*
Got rid of Py_FatalError calls.
Jack Jansen
2000-09-08
5
-12/+6
*
Use same short banner message as unix/win Python.
Jack Jansen
2000-09-08
1
-3/+7
*
Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined.
Jack Jansen
2000-09-08
1
-1/+4
*
Removed 68k support, added pyexpat, adapted for new NumPy.
Jack Jansen
2000-09-08
2
-2/+2
*
autodetect presence of libdb - this allows bsddbmodule to be built
Skip Montanaro
2000-09-08
3
-145/+248
*
Remove an item that no longer needs to be done for 2.0.
Fred Drake
2000-09-07
1
-2/+0
*
Make the HTML more XHTML-friendly.
Fred Drake
2000-09-07
1
-22/+22
*
Wrap some long lines.
Fred Drake
2000-09-07
1
-10/+23
*
Remove the specific date -- back in development mode.
Fred Drake
2000-09-07
1
-1/+1
*
\file is not allowed in section titles -- converting to PDF fails due to
Fred Drake
2000-09-07
1
-3/+3
*
Remove comment about -X and string exceptions. Error noted by
Fred Drake
2000-09-07
1
-2/+1
*
Changes:
Thomas Heller
2000-09-07
1
-273/+298
*
Older Tk versions don't support mousewheel support. Set event.delta
Fredrik Lundh
2000-09-07
1
-1/+4
[next]