2003-06-07 |
Kurt B. Kaiser | 1. Find in Files Dialog shows text selection if there... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Kurt B. Kaiser | 1. Update WindowList registry when filename changes... |
commit | commitdiff | tree | snapshot |
2003-06-06 |
Raymond Hettinger | SF bug #749759: comparisons yield bool not int |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Kurt B. Kaiser | Avoid problem resolving 'localhost' |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Guido van Rossum | Change to <<open-module>>: always pop up the dialog... |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Kurt B. Kaiser | SF 747667 Error Doesn't Decolorize |
commit | commitdiff | tree | snapshot |
2003-06-05 |
Kurt B. Kaiser | SF 748973 Guido van Rossum patch |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Skip Montanaro | QUOTE_ALWAYS -> QUOTE_ALL |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Jack Jansen | In an OSX framework build Python could fail if HOME... |
commit | commitdiff | tree | snapshot |
2003-06-03 |
Greg Ward | Factor endian-ness check out of play_sound_file(),... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Guido van Rossum | When a previous call to poll() has already seen the... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Raymond Hettinger | Fix SF bug #747348 docstring mistake in BaseHTTPServer... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Guido van Rossum | Whitespace normalization; break a long line. |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Guido van Rossum | Fix a subtle decref bug that caused a GC assertion... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Kurt B. Kaiser | Eliminate the Revert to Default Settings submenu of... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Kurt B. Kaiser | Modify the remote stack viewer to work in the threaded... |
commit | commitdiff | tree | snapshot |
2003-06-01 |
Jack Jansen | Added two keys to database format: User-install-skips... |
commit | commitdiff | tree | snapshot |
2003-06-01 |
Jack Jansen | Use splitlines() in stead of split() to split lines... |
commit | commitdiff | tree | snapshot |
2003-06-01 |
Jack Jansen | Fixed indentation error. Closes bug #746953. |
commit | commitdiff | tree | snapshot |
2003-06-01 |
Neil Schemenauer | Use fast_next_opcode shortcut for forward jump opcodes... |
commit | commitdiff | tree | snapshot |
2003-06-01 |
Kurt B. Kaiser | Update for release |
commit | commitdiff | tree | snapshot |
2003-06-01 |
Kurt B. Kaiser | Set the default for delete-exitfunc in config-main... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Kurt B. Kaiser | SF 745525 |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Jack Jansen | Forgot the code to initialize the glue for the new... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Martin v. Löwis | Patch #740301: Add +s when linking shared libraries... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Martin v. Löwis | Patch #744238: Explain that different string types... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Martin v. Löwis | Patch #744877: Explain filter in terms of list comprehe... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Martin v. Löwis | Modified Patch #745620: build shared lib as ".so" for... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Martin v. Löwis | Patch #744041: Use only first two elements of address... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Raymond Hettinger | SF bug #733667: kwargs handled incorrectly |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Neil Schemenauer | Don't use fast_next_opcode for JUMP_* opcodes. This... |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Tim Peters | Updated Windows buildno for 2.2.3 final. |
commit | commitdiff | tree | snapshot |
2003-05-30 |
Kurt B. Kaiser | Update for release |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Comment fix. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Jack Jansen | - Get the database from a different place. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Change _ssize() so it doesn't rely on sizeof(char)... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Completely change the interface to setparameters(): |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Fred Drake | Include both </tr> tags in the thead, not just the... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Barry Warsaw | _make_boundary(): Fix for SF bug #745478, broken bounda... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Guido van Rossum | I saw errors from _fileobject.__del__ about missing... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Guido van Rossum | Remove debug code from weakref_segfault(). |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Guido van Rossum | Fix for SF 742911. We now clear the weakrefs *before... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Guido van Rossum | Add testcase for SF 742911. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Raymond Hettinger | Fix typo so that the test actually calls the tested... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Raymond Hettinger | Test ability to handle various type of iterators. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Neal Norwitz | SF bug #719367, string exceptions are deprecated |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Neal Norwitz | isdatadescriptor() was added recently. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Rewrite the description of setparameters() so it actual... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Test script changed. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Renamed test_errors() to test_setparameters() and compl... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Order and number of arguments to setparameters() has... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Neal Norwitz | Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jack Jansen | Example database for Package Manager. |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jack Jansen | - Added a scheme whereby pimp can update itself, by... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Gregory P.... | Remove the note about the BerkeleyDB license. Barry... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Raymond Hettinger | Add notes on use cases with paired accesses to the... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Raymond Hettinger | * Beefed-up tests |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | Oops. License is still an appendix. |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | Update dependencies. |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | Appendix was removed. |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | Rename lib__future__.tex to libfuture.tex and add link... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Gregory P.... | Wrap the cursor functions with dbutils.DeadlockWrap... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Gregory P.... | Include a link to the pybsddb web documentation for... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Kurt B. Kaiser | Added a config-main General option to delete sys.exitfu... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Jack Jansen | Alternate fix for #728744: use OSA and Apple Help Index... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Jack Jansen | Added functions CFObj_New and CFObj_Convert, general... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Jeremy Hylton | Add more tests from RFC 2202. |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Jack Jansen | Added Help menu. Fixes #731635 |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Raymond Hettinger | Fixup bare try/except. |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Greg Ward | Oops, move the GIL release/reacquire from oss_sync... |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Gustavo Niemeyer | modulefinder.py is not a freeze private module anymore. |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Greg Ward | Release the GIL in two more methods: |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Kurt B. Kaiser | Whitespace Normalization |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Gustavo Niemeyer | Fixed minor typo in Setup.dist. |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Kurt B. Kaiser | 1. SF Bug 661676 |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Neal Norwitz | SF patch #719359, fix test_long failure on OSF/1 with... |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Neal Norwitz | Fix SF bug #735694, Pydoc.py fixes links |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Kurt B. Kaiser | Bruce Sherwood RFE/Patch |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Martin v. Löwis | Patch #742741: Check for true in different paths, suppo... |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Martin v. Löwis | Remove -U from argument list. |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Greg Ward | More wordsmithing and cleanup. |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Jack Jansen | Fixed the DESTDIR modifications to also allow MacOSX... |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Jack Jansen | Added a --python option, which sets the python to be... |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Just van Rossum | fixed some DeprecationWarnings |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Raymond Hettinger | Fix ref counts in initialization code. |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Tim Peters | Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover... |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Tim Peters | SF 742860: WeakKeyDictionary __delitem__ uses iterkeys |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Kurt B. Kaiser | Improved the RESTART annotation in the shell window... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Kurt B. Kaiser | Fix a bug in Rev 1.10 - Windows can't handle a leading... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Kurt B. Kaiser | 1. Stake Freddy. |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Just van Rossum | Somehow ColorPicker has never been included or tested... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Tim Peters | SF bug 705231: Assertion failed, python aborts. |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Just van Rossum | modernized ColorPicker somewhat |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Raymond Hettinger | 'sum' is no longer a good variable name. Use 'total... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Martin v. Löwis | Modified patch #742126: Don't define _XOPEN_SOURCE... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Martin v. Löwis | Convert tcl_version to str before comparing. Fixes... |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Neal Norwitz | Get test_ioctl to pass on HPUX 11. |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Christian Tismer | After Raymond's remark, I changed the Stackless bits to |
commit | commitdiff | tree | snapshot |
next |