2001-02-14 |
Fred Drake | Updated to reflect the additional information and inter... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Fred Drake | xmlparseobject: Remove the unused conv_attrs field... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Andrew M. Kuchling | Patch #103748 from Toby Dickenson: fix typo in test_zli... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Jack Jansen | DialogWindows now have a self.dlg in addition to self... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Jack Jansen | The new touched() was far too expensive. Re-enabled... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Jack Jansen | Also create alias to PythonCoreCarbon. |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Jack Jansen | Started on the 2.1a2 installer. |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Fred Drake | Test section name using some strange characters, includ... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Fred Drake | Be much more permissive in what we accept in section... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Thomas Wouters | Re-add DOS line-endings and mark the files binary. |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Tim Peters | Miranda newlines: if anything at all was written to... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Tim Peters | Feeble attempt to repair obsolete info about hex escapes. |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Fred Drake | Reflect change in traceback format: |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Andrew M. Kuchling | Finished the section on weak references |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Andrew M. Kuchling | Fix two typos |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Tim Peters | Change doctest exception example to one whose detail... |
commit | commitdiff | tree | snapshot |
2001-02-13 |
Jack Jansen | Adapted unweave to Matthias' fixes. It's still off... |
commit | commitdiff | tree | snapshot |
2001-02-13 |
Ka-Ping Yee | Update to properly explain that the default Unicode... |
commit | commitdiff | tree | snapshot |
2001-02-13 |
Tim Peters | Teach doctest about newer "(most recent call last)... |
commit | commitdiff | tree | snapshot |
2001-02-13 |
Guido van Rossum | Added a comment explaining why this file must really... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Tim Peters | Related to SF bug 132008 (PyList_Reverse blows up). |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Guido van Rossum | Fix core dump whenever PyList_Reverse() was called. |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Skip Montanaro | The bulk of the credit for these changes goes to Bastia... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Fred Drake | Jon Nelson <jnelson@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Fred Drake | PyTuple_*() functions take PyObject* parameters, not... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Fred Drake | Added options that use square brackets in their names... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Fred Drake | Allow square brackets in the option names; this makes... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Fred Drake | Richard Fish <rfish@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Jack Jansen | Got rid of full pathnames in "generated from" comments... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Fred Drake | Add a "description" meta tag that includes a version... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Jeremy Hylton | In symtable_update_free_vars() do not modify the dictio... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Fred Drake | Jon Nelson <jnelson@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Jack Jansen | Brought in line with current config.h.in. |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Jack Jansen | Not sure what changed, probably an artefact of the... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Jack Jansen | The interpreters built are now called PythonInterpreter... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Jack Jansen | Added modules _testcapi, _weakref, _symtable. |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Jack Jansen | Added buttons for building interpreter, carbon standalone. |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Thomas Heller | This change makes imputil more closely emulate the... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Tim Peters | test_pty started failing on Windows, but if and only... |
commit | commitdiff | tree | snapshot |
2001-02-12 |
Skip Montanaro | __all__ for several more modules |
commit | commitdiff | tree | snapshot |
2001-02-11 |
Andrew M. Kuchling | Create separate section for changes to the standard... |
commit | commitdiff | tree | snapshot |
2001-02-11 |
Tim Peters | Ugly fix for SF bug 131239 (-x flag busted). |
commit | commitdiff | tree | snapshot |
2001-02-11 |
Jack Jansen | Bit the bullet and added a private GUSISIOUX for Python... |
commit | commitdiff | tree | snapshot |
2001-02-11 |
Jack Jansen | Oops, repr didn't allocate the memory it used... |
commit | commitdiff | tree | snapshot |
2001-02-11 |
Jack Jansen | Bit the bullet and added a private GUSISIOUX for Python... |
commit | commitdiff | tree | snapshot |
2001-02-11 |
Tim Peters | Change Windows test to do a complete job of removing... |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Neil Schemenauer | Update for install-sh (SF #103717). |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Neil Schemenauer | Specify directory permissions properly. Closes SF... |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Neil Schemenauer | Update install-sh using version from automake 1.4.... |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Marc-André... | Patch by Finn Bock to make test_unicode.py work for... |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Tim Peters | Moved SequenceMatcher from ndiff into new std library... |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Tim Peters | Add std test for doctest. |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Tim Peters | Bump __version__ tuple. |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Eric S. Raymond | String method cleanup. |
commit | commitdiff | tree | snapshot |
2001-02-10 |
Eric S. Raymond | String method cleanup. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jeremy Hylton | In O_writelines: Replace use of string.joinfields with... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Tim Peters | SF bug #131560: pdb imports 'repr', causing name collision |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jeremy Hylton | When calling a PyCFunction that has METH_KEYWORDS defin... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Tim Peters | Teach Windows build about new symtable.c. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jeremy Hylton | update to use new symtable interface |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jeremy Hylton | update test cases for recent compiler changes: exec... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jeremy Hylton | SF patch 103589: Fix handling of cell vars that are... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jeremy Hylton | Relax the rules for using 'from ... import *' and exec... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Tim Peters | Nuke accurate but confusing and unhelpful comments... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Marc-André... | This modified version of a patch by Thomas Heller allow... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | joinfields -> join. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Sjoerd Mullender | Fixed syntax error. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | splitfields -> split |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jack Jansen | Added prototype for DlgObj_WhichDialog() |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jack Jansen | Replaced touched(), which no longer seems to work under... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jack Jansen | Added a few constants. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jack Jansen | Dialogs and there windows were still confused in some... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Jack Jansen | Get rid of from ... import * |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Guido van Rossum | Reindent a function that was somehow indented by 7... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Marc-André... | Remove silly EMPTYSTRING global. Saves a global lookup. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | Eliminate use of string.whitespace and a string import... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | Test with an actual mbox caught a trivial error. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | Correction after translation test. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | Aha. We can remove he string import after all by using... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | Use ValueError instead of string.atoi.error, since... |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Eric S. Raymond | String method conversion. |
commit | commitdiff | tree | snapshot |
2001-02-09 |
Marc-André... | Patches for AIX. Checked by Benjamin Collar. |
commit | commitdiff | tree | snapshot |
next |