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
*
improvement to keybinding re-use check
Steven M. Gava
2002-02-11
4
-86/+80
*
base GetHighlight on GetThemeDict for better defaults
Steven M. Gava
2002-02-11
2
-20/+9
*
further work on config saving
Steven M. Gava
2002-02-11
1
-35/+0
*
further work on config saving
Steven M. Gava
2002-02-11
4
-76/+217
*
Remove stub for unicode.txt. Resort README in dictionary order.
Guido van Rossum
2002-02-11
2
-14/+8
*
News about the new alias support.
Marc-André Lemburg
2002-02-10
1
-0/+3
*
Add IANA character set aliases to the encodings alias dictionary
Marc-André Lemburg
2002-02-10
2
-106/+355
*
Add news about PYC magic and changes to UTF-8 codec.
Marc-André Lemburg
2002-02-09
1
-0/+6
*
Added a module docstring, which doubles as the --help text.
Barry Warsaw
2002-02-08
1
-16/+81
*
Updates related to Modules/Setup and setup.py. This addresses SF bug
Guido van Rossum
2002-02-08
1
-59/+50
*
Added regression test for start()/stop() returning bogus NULL.
Fred Drake
2002-02-08
1
-0/+10
*
start() and stop() methods: return None where there is no exception;
Fred Drake
2002-02-08
1
-2/+8
*
Declare real and imag as read-only attributes.
Guido van Rossum
2002-02-08
1
-2/+2
*
Whitespace cleanup.
Guido van Rossum
2002-02-08
1
-3/+3
*
Fix typo
Neal Norwitz
2002-02-08
1
-1/+1
*
Python 10 was a success, commemorate it\!
Fred Drake
2002-02-08
1
-0/+28
*
www.google.com is better than google.com.
Guido van Rossum
2002-02-08
1
-1/+1
*
Make it 1.5.2 compatible again.
Thomas Heller
2002-02-08
1
-4/+5
*
Fix to the UTF-8 encoder: it failed on 0-length input strings.
Marc-André Lemburg
2002-02-07
4
-31/+71
*
Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's
Marc-André Lemburg
2002-02-06
1
-0/+334
*
Cosmetics.
Marc-André Lemburg
2002-02-06
1
-6/+6
*
Whitespace fixes.
Marc-André Lemburg
2002-02-06
1
-11/+11
*
Fix for the UTF-8 memory allocation bug and the UTF-8 encoding
Marc-André Lemburg
2002-02-06
2
-35/+38
*
Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the r...
Jack Jansen
2002-02-05
2
-1/+2
*
Added SndRecord and (classic only) SndRecordToFile.
Jack Jansen
2002-02-05
1
-0/+53
*
Added support for unicode strings (utxt).
Jack Jansen
2002-02-05
1
-0/+7
*
further work on config system and config saving
Steven M. Gava
2002-02-05
5
-102/+335
*
Update the instructions on reporting bugs to reflect that anonymous reports
Fred Drake
2002-02-04
1
-10/+6
*
When linking to an index page, explicitly name index.html instead of
Fred Drake
2002-02-04
2
-2/+2
*
Update version number to match Include/patchlevel.h.
Fred Drake
2002-02-04
1
-1/+3
*
Update version number to match Include/patchlevel.h.
Fred Drake
2002-02-04
1
-3/+3
*
Added minimal support for floating windows.
Just van Rossum
2002-02-04
4
-18/+39
*
Don't append quit menu when on OSX, it is special and automatic there.
Just van Rossum
2002-02-04
1
-2/+13
*
Flush screen buffer upon console.flush() and output.flush().
Just van Rossum
2002-02-04
1
-0/+4
*
Quick build: clarify that you have to do "make install" as root; OS
Guido van Rossum
2002-02-04
1
-3/+13
*
Change the version string from "2.2+" to "2.3a0". disutils peels off
Tim Peters
2002-02-02
1
-1/+1
*
Got rid of an extra level of {} and funny formatting that was still
Jack Jansen
2002-02-01
1
-58/+56
*
[Bug #220993; may also fix bug #479469] Fix flakiness when old
Andrew M. Kuchling
2002-02-01
1
-0/+7
*
Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32
Guido van Rossum
2002-02-01
1
-4/+18
*
A new dynload_next, which actually only works on OSX but isn't renamed yet.
Jack Jansen
2002-02-01
1
-112/+56
*
Got rid of a few more NeXT ifdefs. The last, I think.
Jack Jansen
2002-02-01
5
-113/+1
*
Bugfix candidate.
Guido van Rossum
2002-02-01
1
-1/+1
*
Implement os.waitpid() for Windows, in a way that's compatible with Linux
Tim Peters
2002-02-01
3
-8/+56
*
package_dir must be converted from the distutils path conventions to
Thomas Heller
2002-02-01
1
-1/+5
*
improve user config dir handling
Steven M. Gava
2002-02-01
1
-13/+31
*
more work on configuration saving
Steven M. Gava
2002-02-01
3
-34/+57
*
New tempfile and os.open() gimmicks for Windows.
Tim Peters
2002-02-01
1
-1/+24
*
Restrict the mode to the lowest four octal positions; higher positions
Andrew M. Kuchling
2002-01-31
1
-1/+1
*
OS/2 patches by Andrew I MacIntyre for distutils.
Marc-André Lemburg
2002-01-31
8
-4/+108
*
added handle_error method description
Skip Montanaro
2002-01-31
1
-0/+5
[next]