| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | This is Alex Martelli's patch | Michael W. Hudson | 2002-11-05 | 2 | -9/+16 |
|
|
* | Fix minor markup nits. | Fred Drake | 2002-11-05 | 1 | -2/+2 |
|
|
* | Patch implementing bz2 module. | Gustavo Niemeyer | 2002-11-05 | 7 | -0/+2578 |
|
|
* | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 | 11 | -35/+96 |
|
|
* | Some days, I think my comment of | Michael W. Hudson | 2002-11-05 | 2 | -6/+15 |
|
|
* | Must now give the basename - not including directories - of the | Thomas Heller | 2002-11-05 | 1 | -346/+358 |
|
|
* | SF 633560: tokenize.__all__ needs "generate_tokens" | Raymond Hettinger | 2002-11-05 | 1 | -1/+2 |
|
|
* | This stopped working on Windows, due to a reference to the non-existent | Tim Peters | 2002-11-05 | 1 | -1/+1 |
|
|
* | Use personal e-mail address; update date; various small edits; add a name to ... | Andrew M. Kuchling | 2002-11-05 | 1 | -14/+18 |
|
|
* | Set breakpoints on remote debugger | Chui Tey | 2002-11-04 | 2 | -9/+10 |
|
|
* | SF #633013, Fix NIS causing interpreter core dump | Neal Norwitz | 2002-11-04 | 1 | -2/+4 |
|
|
* | Tidied up widget placement | Chui Tey | 2002-11-04 | 1 | -14/+23 |
|
|
* | Recalls breakpoints set in a file | Chui Tey | 2002-11-04 | 1 | -7/+57 |
|
|
* | Update config.h to pyconfig.h. | Fred Drake | 2002-11-04 | 1 | -1/+1 |
|
|
* | Bring back the patch/bug count paragraph. | Andrew M. Kuchling | 2002-11-04 | 1 | -8/+11 |
|
|
* | Mention distutil changes | Andrew M. Kuchling | 2002-11-04 | 1 | -0/+7 |
|
|
* | [Patch #588809] LDFLAGS support for build_ext.py, from Robert Weber | Andrew M. Kuchling | 2002-11-04 | 1 | -1/+17 |
|
|
* | Related to SF patch 618135: gzip.py and files > 2G. | Tim Peters | 2002-11-04 | 2 | -19/+39 |
|
|
* | [Patch #588809] Remove check of environment variables; sysconfig.py will do t... | Andrew M. Kuchling | 2002-11-04 | 1 | -9/+0 |
|
|
* | Document symbolic constants for commands. | Martin v. Löwis | 2002-11-04 | 1 | -1/+7 |
|
|
* | Patch #625823: Add symbolic constants for more commands. | Martin v. Löwis | 2002-11-04 | 1 | -2/+13 |
|
|
* | Thinking on comp.text.tex seems to be that it's better to override | Fred Drake | 2002-11-04 | 1 | -3/+3 |
|
|
* | [Bug #620630] Flush stdout after logging every message. Without it, | Andrew M. Kuchling | 2002-11-04 | 1 | -0/+3 |
|
|
* | Add get_distutil_options(); future setup.py files can use this to check | Andrew M. Kuchling | 2002-11-04 | 1 | -0/+9 |
|
|
* | [Bug #570655] Fix misleading option text | Andrew M. Kuchling | 2002-11-04 | 1 | -1/+1 |
|
|
* | Patch #630829: Don't block on IAC, process suboptions. | Martin v. Löwis | 2002-11-04 | 4 | -32/+93 |
|
|
* | [ 629984 ] Smaller font sizes not supported | Chui Tey | 2002-11-04 | 1 | -1/+1 |
|
|
* | 619127: Recent File Menu Not Updating | Chui Tey | 2002-11-04 | 1 | -0/+13 |
|
|
* | Add getpreferredencoding. Support @euro modifiers. Fixes #554676. | Martin v. Löwis | 2002-11-03 | 4 | -1/+59 |
|
|
* | Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. | Neal Norwitz | 2002-11-03 | 1 | -1/+1 |
|
|
* | Fix SF # 518775, buffer object API description truncated | Neal Norwitz | 2002-11-03 | 1 | -1/+2 |
|
|
* | Fix SF # 631066, running regrtest in user mode fails | Neal Norwitz | 2002-11-03 | 1 | -1/+21 |
|
|
* | Fix SF #618146, overflow error in calendar module | Neal Norwitz | 2002-11-03 | 1 | -0/+5 |
|
|
* | Add "select all" by clicking on (0,0) cell. | Guido van Rossum | 2002-11-02 | 1 | -19/+40 |
|
|
* | Fix SF # 551504, python -v sometimes fails to find init (HPUX) | Neal Norwitz | 2002-11-02 | 1 | -1/+1 |
|
|
* | Fix compiler warning on HP-UX. | Neal Norwitz | 2002-11-02 | 1 | -2/+2 |
|
|
* | Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O. | Neal Norwitz | 2002-11-02 | 1 | -4/+4 |
|
|
* | Skip test_dbm if we can't write to the file | Neal Norwitz | 2002-11-02 | 1 | -31/+43 |
|
|
* | Fix SF #632624, test_resource failure on alpha/64bit | Neal Norwitz | 2002-11-02 | 2 | -1/+3 |
|
|
* | Remove extra argument in mknod. Fixes #632628. | Martin v. Löwis | 2002-11-02 | 1 | -1/+1 |
|
|
* | Need to quote test for posix_threads on HPUX11 | Neal Norwitz | 2002-11-02 | 2 | -3/+3 |
|
|
* | Move introductory sentence to where it belongs. | Walter Dörwald | 2002-11-02 | 1 | -3/+3 |
|
|
* | Add ESC key binding -- undo current cell editing. | Guido van Rossum | 2002-11-02 | 1 | -12/+19 |
|
|
* | Major breakthrough in selection -- drag-select multiple cells now | Guido van Rossum | 2002-11-02 | 1 | -10/+87 |
|
|
* | Correct erroneous parenthesis placement in the delta from 1.63 to 1.64. | Raymond Hettinger | 2002-11-02 | 1 | -2/+2 |
|
|
* | Update example for the type() function to use the currently accepted | Fred Drake | 2002-11-01 | 1 | -2/+13 |
|
|
* | Patch #631972: Adds an is_jython flag. | Finn Bock | 2002-11-01 | 1 | -0/+2 |
|
|
* | patch #624180 (part 2 of 2): | Fredrik Lundh | 2002-11-01 | 1 | -1/+1 |
|
|
* | [SF bug 631713] use the import exeption message in the TestFailed | Finn Bock | 2002-11-01 | 1 | -3/+3 |
|
|
* | Define abstract way to get the normal and smaller font sizes that work | Fred Drake | 2002-10-31 | 1 | -16/+28 |
|
|