2003-03-05 |
Jack Jansen | Moved some application-bundle specific code from the... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Michael W.... | Back in June in revision 1.98 Steve (accidentally,... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Michael W.... | I thought it was common practice to check things compil... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Martin v. Löwis | Patch #696645: Remove VMS code with uncertain authorship. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | These are no longer used. |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Andrew M. Kuchling | Point e-mail address at the SIG |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Just van Rossum | os.listdir(): Fall back to the original byte string... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Andrew M. Kuchling | Weaken recommendation of Friedl book; fix reference |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Andrew M. Kuchling | [bug #692016] update description of {m,n} modifier... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Andrew M. Kuchling | [bug #696771] Remove misleading parenthetical aside |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Jack Jansen | Patch #696613 by Ben Laurie: use "test -L" to test... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Kurt B. Kaiser | Attempting to save the shell raised an error related... |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Kurt B. Kaiser | SF 693333 |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Tim Peters | test_ioctl is an expected skip on Windows. |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Neal Norwitz | Fix SF #692416, don't crash interpreter for _tkinter... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Andrew M. Kuchling | [Bug #693470] 'licence' as an alias for 'license' doesn... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Kurt B. Kaiser | SF 695861 |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Just van Rossum | plugged leak noted by nnorwitz: the 'et' format returns... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Andrew M. Kuchling | [Bug #69389] List register command in __all__, so setup... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Andrew M. Kuchling | Improve description |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Just van Rossum | Patch #683592 revisited, after discussions with MvL: |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Ken Manheimer | py-pdbtrack-grub-for-buffer(): Rectified some logic... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Gave the text fields a little more space, so they don... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Mod to previous checkin: we must require ascii, not... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Accept only the system default encoding when converting... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Michael W.... | Fix bug |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Don't call AEInteractWithUser unconditionally on a... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Jack Jansen | Call AEInteractWithUser() before bringing up any of... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Martin v. Löwis | Don't crash on _tkinter.createfilehandler in non-thread... |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Martin v. Löwis | Patch #671666: Alias ANSI code page to "mbcs". |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Ken Manheimer | Guard advancing past leading meta-comments. |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Ken Manheimer | Enhanced pdbtrack to provide for source code that's... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Jack Jansen | Use Carbon.File for FSSpec and FSRef conversion, not... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Jack Jansen | _CG module only needs the ApplicationServices framework... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Guido van Rossum | Undo the apply() removals; this code needs to run under... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Guido van Rossum | MyComplex now works. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Guido van Rossum | Fix from Greg Chapman from SF bug #695651: a complex... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Guido van Rossum | Commit MvL's doc patch for SF bug #221327. This adds... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Tim Peters | test_load_from_canned_string(): Created a DATA2 string... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Andrew M. Kuchling | Add updates for alpha2 |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Andrew M. Kuchling | Expand itertools paragraph |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Tim Peters | TestOnlySetsInBinaryOps: Simplified the non-inplace... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Tim Peters | Typo repairs in new code. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Tim Peters | SF bug 693121: Set == non-Set is a TypeError. |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Tim Peters | The doctest was printing Sets, but that's unreliable... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Neal Norwitz | Fix comment, mode really is used |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Neal Norwitz | Fix SF patch #695581, "returnself" -> "return self" |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Neal Norwitz | get_completer() takes no args |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Guido van Rossum | Added implementation notes for [re]set_exc_info(). |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Guido van Rossum | Reindent the new code properly. |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Guido van Rossum | - New function sys.exc_clear() clears the current excep... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Raymond Hettinger | Several of the tools can make direct calls the inner... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Raymond Hettinger | Removed duplicate test from inner loop. |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Andrew M. Kuchling | Add news item for patch #695090 |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Andrew M. Kuchling | [Patch #695090 from Bernhard Herzog] Allow specifying... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Handle iconv initialization erorrs |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Fix SF bugs #692951 and 692988, test_timeout.py needs... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Just pointed out the code was better written with |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Fix SF bug #690012 |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Fix SF bug #690012 (among others), iconv_codec stops... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Barry Warsaw | compile_atom(): Neal's last checkin removing the settin... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Jack Jansen | Check modes on install and temporary directories. Fixes... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Jack Jansen | Removed silly print. |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Guido van Rossum | SF doc patch #692001, properties and __getattribute__... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Jack Jansen | Moved the Apple workaround for the guard define for... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Just van Rossum | use proper constant instead of comment (noted by nnorwitz) |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Raymond Hettinger | Fix spelling and grammar. |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Remove setting i since it isn't used. Found in unrelat... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Neal Norwitz | Fix SF bug #694816, remove comparison of unsigned value < 0 |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Jack Jansen | In make clobber also clean out the Python.framework. |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Jack Jansen | Getting rid of macfs. |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Jack Jansen | Added a deprecation warning. |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Kurt B. Kaiser | M rpc.py |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Jack Jansen | Added a note about EasyDialogs dialogs having become... |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Jack Jansen | StdFilterProc() uses InOut parameters. |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Jack Jansen | Changing the window type to movable modal isn't enough... |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Skip Montanaro | * separate opcode definitions into opcode.py |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Skip Montanaro | new opcode module - extract opcode definitions from... |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Skip Montanaro | simple test case for dis module |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Guido van Rossum | Get rid of many apply() calls. |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Guido van Rossum | Use floor division (// and __[r]floordiv__ in right... |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Guido van Rossum | Use floor division (//). |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Michael W.... | In the process of adding all the extended slice support... |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Mark Hammond | When bad HTML is encountered, ignore the page rather... |
commit | commitdiff | tree | snapshot |
2003-02-27 |
Raymond Hettinger | Module review: |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Raymond Hettinger | Module review: |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Fred Drake | The macfs, macostools, and plistlib should not be expec... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Andrew M. Kuchling | Update PyPI link |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Andrew M. Kuchling | [Bug #693474, reported by Stuart Bishop] |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Andrew M. Kuchling | [Bug #668662] Patch from Pearu Pearson: if a C source... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Raymond Hettinger | Micro-optimizations. |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Just van Rossum | use bare raise so you get the original tb |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Walter Dörwald | Port test_ucn and test_unicodedata to PyUnit. Add a... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Just van Rossum | use the same Python for running the bootstrap script... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Just van Rossum | remove sitecustomize hack, will be solved elsewhere |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Jack Jansen | Let's try making the dialogs at least Movable Modal. |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Jack Jansen | If a resource file cannot be decoded because the direct... |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Jack Jansen | Reverted the rev. 1.8 change: the magic for decoding... |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Just van Rossum | Patch #683592: unicode support for os.listdir() |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Just van Rossum | tweak error message |
commit | commitdiff | tree | snapshot |
next |