1999-02-01 |
Guido van Rossum | Special-case _P_WAIT etc. for NT. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Guido van Rossum | Add current dir or paths of file args to sys.path. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Fred Drake | spawnv, spawnve docstrings: added mode parameter;... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Fred Drake | Added module synopsis. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Fred Drake | Take out just about everything and refer the reader... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Fred Drake | Make the text generic, and call it os.path instead... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Fred Drake | Remove all references to posixpath; only refer to os... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Guido van Rossum | Add canonic() function -- for brand new bdb.py feature. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Guido van Rossum | Protect against accessing an empty stack. |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Barry Warsaw | PyPcre_expand(): Fixed two memory leaks, where a PyStri... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Just van Rossum | better sys.path munging when running scripts -- jvr |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Fred Drake | OSError description: "as the by the" --> "as the" |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Guido van Rossum | Oops, the patch for NeXT always replaced waitpid()... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Guido van Rossum | Patch by Sjoerd Mullender for better compatibility... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Just van Rossum | removed old IDE stuff -- jvr |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Just van Rossum | minor cleanup of last patch -- jvr |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Just van Rossum | Added PythonIDE to the applet list; added destination... |
commit | commitdiff | tree | snapshot |
1999-02-01 |
Just van Rossum | removed turd resources left by my former MacCVS client |
commit | commitdiff | tree | snapshot |
1999-01-31 |
Just van Rossum | Add $(APPLICATION) or :Mac:Tools:IDE at the very start... |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | There are now three possible ways to run the IDE: |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | ??? adding this file somehow failed -- jvr |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | First Checked In. |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | added ntpath and win32api to MAC_MAYMISS_MODULES -... |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | changed chars in source > chr(127) to ASCII: CVS corrup... |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | set 'preload' attribute for __main__ PYC resource ... |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | skip 'vers' resource when copying resources from temple... |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | added some try/excepts so it also works when certain... |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | Removed NumPy install code: it's obsolete -- jvr |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | Fixed two typo's (Plugins -> PlugIns) and added some... |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Just van Rossum | added "delay console window until needed" preference |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Jack Jansen | Added pascal-style string name of preference file resou... |
commit | commitdiff | tree | snapshot |
1999-01-30 |
Guido van Rossum | From: Mike Orr <mso@oz.net> |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Guido van Rossum | Embarrassing: remove a debug print statement from set_b... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Updated comments on version of XML package needed. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Guido van Rossum | Use win32api.GetFullPathName(path) if it exists to... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Added the info tarball to the tarballs target. Added... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | A README file for the info tarball. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Added support to handle \versionadded in a reasonable... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Guido van Rossum | Support a canonical() method, implementable by a derive... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Barry Warsaw | setup_readline(): Added a comment about memory leak... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Andrew M. Kuchling | Added missing DECREF's in the error branches when creat... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Define %descriptor.class, since it's used. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Be a little smarter on some attribute values, making... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | fixup_descriptors(): Change the way we look for descri... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Barry Warsaw | initmain(): Nailed a memory leak. bimod must be DECREF'd! |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Added the Doc/sgml/ directory to the tarball. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Rewrite code that converts the little descriptor enviro... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Guido van Rossum | Use only the height to decide whether to zoom in or... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Barry Warsaw | bltin_exc[]: EnvironmentError is not a "leaf exception... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Added table entries for \funcline and \funclineni. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Guido van Rossum | Add abspath() |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Guido van Rossum | Document abspath() (implementation is forthcoming). |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Define a general entity "&version;" that can be used... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Convert <version> to &version;. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Just van Rossum | doh! added missing comma (will check before committing... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | A few scribbles toward the DTD. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Just van Rossum | added path entry for NumPy -- jvr |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | Standard ISO entities. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Jack Jansen | Pythonpath converted to Rez source, and vers resource... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Fred Drake | The OASIS Exchange table model public text. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Guido van Rossum | Correct typo (Py_MethodDef doesn't exist). Reported... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Jack Jansen | Projects moved to Mac:Build. The macfreeze projects... |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Jack Jansen | Fixed an absolute path. |
commit | commitdiff | tree | snapshot |
1999-01-29 |
Jack Jansen | Re-committed as AppleSingle |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Fred Drake | Update the docstring. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Fred Drake | Added table entries for \methodline, \methodlineni. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Fred Drake | "numberic" --> "numeric", two places |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Fred Drake | Constructor arguments for classes should be called... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Guido van Rossum | Make sure the Tcl variables are shared between windows. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Guido van Rossum | Move menu/key binding code from Bindings.py to EditorWi... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Guido van Rossum | Add Quit button to the debugger window. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Barry Warsaw | Added a -s option which is useful for narrowing down... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Barry Warsaw | Added a new test for old filter() memory leak |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Barry Warsaw | PyInit_zlib(): Plug a small memory leak. Jeremy is... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Fred Drake | Added \modulesynopsis. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Guido van Rossum | When find_again() finds exactly the current selection... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Guido van Rossum | Rename idle -> idle.py |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Barry Warsaw | builtin_map(): A better fix for the previous leak plug... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Jack Jansen | Updated for new build and plugin paths |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Jack Jansen | Everything now builds in the right location,. |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Jack Jansen | Checking in the projects that have been converted so... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Guido van Rossum | Implement -OO; "unsafe" optimization that removes docst... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Guido van Rossum | Document -OO; "unsafe" optimization that removes docstr... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Jack Jansen | Re-commit in applesingle |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Guido van Rossum | Improvement of b/w compat note in help text for clear... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Just van Rossum | added default sys.path entry for NumPy -- jvr |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Jack Jansen | Starting on the new project/plugin structure. Far from... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Barry Warsaw | Slight reworking of this test. If nis.maps() gives... |
commit | commitdiff | tree | snapshot |
1999-01-28 |
Barry Warsaw | builtin_map(): Nailed memory leak. PyList_Append(... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Barry Warsaw | builtin_complex(): Nailed memory leak. This one's... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Guido van Rossum | Get rid of do_clear_break / do_clb command -- it is... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Barry Warsaw | pcre_exec(): Andrew Kuchling's patch for pcre memory... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Fred Drake | Add the info "dir" fragment to the info tarball. |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Fred Drake | Fragment of an info "dir" file for the Python documenta... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Fred Drake | Simplify slightly. |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Fred Drake | Don't build info for the Macintosh module reference... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Barry Warsaw | initerrno(): Nailed a not-so-tiny memory leak. The... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Barry Warsaw | PyImport_ReloadModule(): Nailed a small memory leak... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Guido van Rossum | Patches by William Lewis for Nextstep descendants. |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Barry Warsaw | PyLong_FromString(): Nailed a small memory leak. In... |
commit | commitdiff | tree | snapshot |
next |