2001-08-05 |
Tim Peters | Rename pydoc.pyw to pydocgui.pyw: Since we changed... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Tim Peters | + Redid file associations on Win2K in what I believe... |
commit | commitdiff | tree | snapshot |
2001-08-05 |
Tim Peters | New runtime vrbl DOADMIN. When false, we never try... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Tim Peters | + Add version info to Win2K add/remove. |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Martin v. Löwis | Add more constants. Contributed by itojun. |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Martin v. Löwis | Auto-detect hstrerror. Raise socket.herror in PyH_Error... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Martin v. Löwis | Document IPv6 changes. Contributed by itojun. |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Greg Ward | Hack to workaround bug #445984: attempt to import _sock... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Steven M. Gava | further work on keybinding page |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Tim Peters | Derived from SF patch #446899 Permit import of .pyw... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Fred Drake | Plug a memory leak in Py_InitModule4(): when PyDict_Se... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Fred Drake | Lots of new text and example code on embedding Python... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Fred Drake | Note that the mimetypes.MimeTypes class was added in... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Add documentation for the new aspects of the mimetypes... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Refactor so that it is easier to work with alternate... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tim Peters | Don't use any characters C doesn't guarantee are safe... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Fix stupid bug: when migrating these tests from the... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Change some comments into docstrings. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tim Peters | + Moved IDLE from the "tools" component to the main... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Apply the new \mailheader macro where appropriate,... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Define the \mailheader macro and document conventions... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Minor markup nits and slight style-guide conformance... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | PyMac_GetFSSpec must be called via the dylib glue code... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | If we use frameworks we should include CoreServices... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | TXNTSMCheck isn't available under Mach-O Carbon. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | - On OSX add -no-cpp-precomp to OPT. The user still... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | ICFindConfigFile isn't needed, and it's gone under... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | EasyDialogs has a working version of this. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | These stopped working a long time ago, and they're... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete, EasyDialogs has the same code (but working:-). |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete: uses old applescript support. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete, uses the old non-package-based applescript... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | This "test" showed an obsolete way to get scrolled... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | This "test" showed an obsolete way to get scrolled... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Removed: it doesn't work anymore, and it wasn't all... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete, superseded by :Mac:Demo:imgbrowse and friends. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete, superseded by :Mac:Demo:TE |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete, superseded by :Mac:Demo:waste |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Obsolete, removed. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Merging appropriate 2.1.1 fixes back into the main... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Documented the runtimemodel attribute. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | (Finally) converted to new-style args. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Added descrobject.c and mysnprintf.c |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Regenerated for new description stuff. |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | The test opened the binary test data files in text... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Jack Jansen | Removed duplicate definnitions of PyObject_AS_GC and... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tim Peters | No more Inno Envy: the "Start Installation" dialog... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Martin v. Löwis | Do not use the system getaddrinfo on Mac OS X. Fixes... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Steven M. Gava | further work on config dialog, particularly highligthin... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Make sure that WeakValueDictionary[] raises KeyError... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Fred Drake | Fix some of the example code; the reference objects... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tim Peters | Finish my log of the final merge process. Mark the... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Fred Drake | User-defined methods *can* contain things other than... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Fred Drake | Add a caveat about boundary conditions and RE concatena... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Fred Drake | Miscellaneous minor cleanups. |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Fred Drake | Move away from apply() to using extended call syntax... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tim Peters | This test failed under python -O. |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Fred Drake | Explain that __init__() methods do not get to return... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Guido van Rossum | Fix SF #442791 (revisited): No __delitem__ wrapper... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Fred Drake | Add anentry for the distutils.sysconfig module docs. |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Fred Drake | Update some incorrect comments about the bdist commands... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Fred Drake | Documentation for the distutils.sysconfig module. |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Guido van Rossum | Unit test for improved package import semantics. |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Martin v. Löwis | Patch #444359: Remove unused imports. |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Martin v. Löwis | Take MANDIR and INCLUDEDIR from configure. Fixes bug... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tim Peters | Fix the test_weakref.py failure. Introduced by resolvi... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tim Peters | Merge of descr-branch back into trunk. |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Fred Drake | Cleaned up the docstring for readline.set_completer(). |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Fred Drake | Cleaned up the description of readline.set_completer(). |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tim Peters | s/endswith/startswith/ |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tim Peters | Rewritten version of Finn Bock's SF patch #446907 ... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tim Peters | Just changes to comments. |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tim Peters | Repair more ways in which the "backup files" dialog... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Guido van Rossum | Turn an octal constant into a hex constant. |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Fred Drake | Added more names. |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Fred Drake | Minor re-wording in the exaplantion of sequence compari... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Fred Drake | Added an example of a string value for the replacement... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Fred Drake | Fix description of buffer_info(), and add a note that... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tim Peters | We always wrote a pair of lines to the Wise install... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tim Peters | Hmm. The Backup/Replace dialog also had back/next... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tim Peters | Aha! Finally figured out something else that's been... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tim Peters | The "Select Destination Directory" dialog didn't ask... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tim Peters | Remove useless Back button from Finished dialog. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tim Peters | Add mysnprintf.c to Windows build, + squash compiler... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Marc-André... | Enable PyOS_snprintf() et al. during alpha phase of... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Andrew M. Kuchling | Move C-level changes into a section of their own |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Marc-André... | Moved the news items about C API topics down to the... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Marc-André... | Add news item about Unicode API name mangling. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Marc-André... | As discussed on python-dev: this patch adds name mangli... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Marc-André... | Add news items. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Marc-André... | va_list is defined in stdarg.h. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Marc-André... | This patch turns the Python API mismatch notice into... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Steven M. Gava | A more lightweight (and read only) way to view help... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Steven M. Gava | indentation style changed to match existing source |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Steven M. Gava | improve viewfile handling |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Martin v. Löwis | Add dead imports of modules that are "magically" imported. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Martin v. Löwis | Remove obsolete entries from regen scripts. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Martin v. Löwis | Initialize msg to avoid unbound locals. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Steven M. Gava | activate new about dialog for testing |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Steven M. Gava | removed redundant separate idlfefork ver |
commit | commitdiff | tree | snapshot |
next |