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 |
1999-01-27 |
Fred Drake | \py@linkToName: New macro to consolidate support for... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Fred Drake | Added the files for the repr and ConfigParser modules. |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Fred Drake | Document the repr module. This removes the entire... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Barry Warsaw | err_input(): Nailed a small memory leak. If the error... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Barry Warsaw | _PySys_Init(): Nailed small memory leak. The stringobj... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Fred Drake | Don't say that the module defines the "following functi... |
commit | commitdiff | tree | snapshot |
1999-01-27 |
Just van Rossum | cleaned up ugly hack related to activate events and... |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Barry Warsaw | Re-format the module docstring and document the new... |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Fred Drake | Incorporate changes for patched version of ConfigParser. |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Guido van Rossum | Patch by Chris Petrilli (not really tested since I... |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Fred Drake | \py@modindex: Format the index entry for the module... |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Fred Drake | Documentation for the ConfigParser module, by Christoph... |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Jack Jansen | Added Sherlock source for Python documentation, and... |
commit | commitdiff | tree | snapshot |
1999-01-26 |
Barry Warsaw | expandtabs__doc__: blank line which was not terminated... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Add spawnv and spawnve functions for Win32 platforms. |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | A gift from Fredrik Lundh: fast C implementation of... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Document the default for tabsize in expandtabs(). |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | The usual. |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Fred Drake | Allow recognition of attributes even if they don't... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Make sure not to call realloc() with a NULL pointer... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Include myselect.h -- needed on some platforms. |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Rearrange the -I flags for compiling _tkinter.c so... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Don't die if CodeType doesn't exist -- ignore the error... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | There's a macro PycString_IMPORT which the documentatio... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Correct typo in new function get_breaks(). |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Change clear syntax to support three alternatives: |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Change clear_break() to the old signature clear_break... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Ai! complex_nonzero() has && which should be ||, else... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Guido van Rossum | Only do ttyname() when HAVE_TTYNAME is defined. |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Jack Jansen | Adding sherlock search templates for Python and Python... |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Jack Jansen | Added Icn module to toolboxmodules |
commit | commitdiff | tree | snapshot |
1999-01-25 |
Jack Jansen | Set PythonCore version number to sys.hexversion, and... |
commit | commitdiff | tree | snapshot |
1999-01-24 |
Just van Rossum | Script to synchronize files with / in their name and... |
commit | commitdiff | tree | snapshot |
1999-01-23 |
Just van Rossum | Test checkin, to see whether I really can do it. -... |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Just van Rossum | Test checkin, to see whether I really can do it. -... |
commit | commitdiff | tree | snapshot |
1999-01-22 |
Fred Drake | Add "term" to AUTOCLOSE. |
commit | commitdiff | tree | snapshot |
next |