| 2001-03-15 |
Jack Jansen | Import kOnSystemDisk from MACFS |
commit | commitdiff | tree | snapshot |
| 2001-03-15 |
Jack Jansen | Look for shared libraries first in kLocalDomain and... |
commit | commitdiff | tree | snapshot |
| 2001-03-15 |
Jack Jansen | Files for second 2.1b1 distribution. |
commit | commitdiff | tree | snapshot |
| 2001-03-15 |
Ka-Ping Yee | Remove redundant "__future__:" from module docstring. |
commit | commitdiff | tree | snapshot |
| 2001-03-14 |
Fred Drake | Import the exceptions that this module can raise. |
commit | commitdiff | tree | snapshot |
| 2001-03-14 |
Jeremy Hylton | Add doc string for run from profile.doc. (pydoc motiva... |
commit | commitdiff | tree | snapshot |
| 2001-03-14 |
Sjoerd Mullender | Moved clearing of "literal" flag. The flag is set... |
commit | commitdiff | tree | snapshot |
| 2001-03-14 |
Fred Drake | Change "[%s]" % string.whitespace to r"\s" in regular... |
commit | commitdiff | tree | snapshot |
| 2001-03-13 |
Skip Montanaro | updated __all__ to include several other names |
commit | commitdiff | tree | snapshot |
| 2001-03-13 |
Fred Drake | Add some LaTeX magic so that Latin-1 characters do... |
commit | commitdiff | tree | snapshot |
| 2001-03-13 |
Martin v. Löwis | Patch #407965: Improve Level 2 conformance of minidom |
commit | commitdiff | tree | snapshot |
| 2001-03-13 |
Guido van Rossum | Oops. A RISCOS patch I forgot to check in. |
commit | commitdiff | tree | snapshot |
| 2001-03-13 |
Jeremy Hylton | Add test to verify that nested functions with free... |
commit | commitdiff | tree | snapshot |
| 2001-03-13 |
Jeremy Hylton | Variety of small INC/DECREF patches that fix reported... |
commit | commitdiff | tree | snapshot |
| 2001-03-12 |
Fred Drake | Py_BuildValue(): Add "D" conversion to create a Python... |
commit | commitdiff | tree | snapshot |
| 2001-03-12 |
Fred Drake | Py_BuildValue(): Add "D" conversion to create a Python... |
commit | commitdiff | tree | snapshot |
| 2001-03-12 |
Fred Drake | Multifile.read(): Fix a broken conversion to string... |
commit | commitdiff | tree | snapshot |
| 2001-03-11 |
Tim Peters | Identifiers matching _[A-Z_]\w* are reserved for C... |
commit | commitdiff | tree | snapshot |
| 2001-03-11 |
Tim Peters | When 1.6 boosted the # of digits produced by repr(float... |
commit | commitdiff | tree | snapshot |
| 2001-03-11 |
Tim Peters | Windows: Fallout from renaming the pydoc file. |
commit | commitdiff | tree | snapshot |
| 2001-03-11 |
Tim Peters | SF bug Win32: pydoc command isn't executable. |
commit | commitdiff | tree | snapshot |
| 2001-03-11 |
Tim Peters | Magic strings in both Python and the Wise installer... |
commit | commitdiff | tree | snapshot |
| 2001-03-11 |
Fred Drake | Make sure we close the group and password databases... |
commit | commitdiff | tree | snapshot |
| 2001-03-10 |
Tim Peters | Get rid of hardcoded Python path (can't guess where... |
commit | commitdiff | tree | snapshot |
| 2001-03-10 |
Andrew M. Kuchling | Fix a further markup problem noted by FLD |
commit | commitdiff | tree | snapshot |
| 2001-03-10 |
Jack Jansen | Chris Stern's BBEdit Python language module. |
commit | commitdiff | tree | snapshot |
| 2001-03-10 |
Ka-Ping Yee | Make docstrings raw, since they contain literal backsla... |
commit | commitdiff | tree | snapshot |
| 2001-03-10 |
Ka-Ping Yee | Fix findsource() to work for derived classes. |
commit | commitdiff | tree | snapshot |
| 2001-03-10 |
Fred Drake | Import the nested_scopes feature twice, to exercise... |
commit | commitdiff | tree | snapshot |
| 2001-03-10 |
Fred Drake | When iterating over the names imported in a future... |
commit | commitdiff | tree | snapshot |
| 2001-03-09 |
Jack Jansen | Finished implementation of removing incorrect preferenc... |
commit | commitdiff | tree | snapshot |
| 2001-03-08 |
Jack Jansen | Default waittime in the eventloop is now None. At low... |
commit | commitdiff | tree | snapshot |
| 2001-03-08 |
Jack Jansen | Handle the ReopenApplication event (by ignoring it). |
commit | commitdiff | tree | snapshot |
| 2001-03-08 |
Jack Jansen | Detect that the preference file may be incorrect, and... |
commit | commitdiff | tree | snapshot |
| 2001-03-08 |
Jack Jansen | Started on relnotes for the next beta. |
commit | commitdiff | tree | snapshot |
| 2001-03-08 |
Fred Drake | Re-order some method descriptions for a more logical... |
commit | commitdiff | tree | snapshot |
| 2001-03-08 |
Fred Drake | Add more font flavors for <var> elements; the previous... |
commit | commitdiff | tree | snapshot |
| 2001-03-08 |
Jack Jansen | Added a warning message about the delay after installat... |
commit | commitdiff | tree | snapshot |
| 2001-03-07 |
Martin v. Löwis | Define sunmath prototypes if sunmath.h was not included. |
commit | commitdiff | tree | snapshot |
| 2001-03-07 |
Martin v. Löwis | Replace setenv with putenv. Reported by Dietmar Schwert... |
commit | commitdiff | tree | snapshot |
| 2001-03-07 |
Martin v. Löwis | Unify _Environ processing on riscos with other platforms. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Jack Jansen | Files for 2.1b1 distribution. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Jack Jansen | PythonInterpreterClassic and PythonInterpreterCarbon... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Jack Jansen | macostools.copy() now has an optional forcetype flag... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Jack Jansen | Started on plst resource. Not enabled yet. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Jack Jansen | Re-try the file copy once if it fails. This works aroun... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Jack Jansen | Files for 2.1b1 distribution. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Skip Montanaro | fix typo in extending __all__ for riscos platform ... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Martin v. Löwis | Avoid giving prototypes on Solaris. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Martin v. Löwis | Document SIG_* warning causes on Solaris. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Martin v. Löwis | Use Py_CHARMASK for ctype macros. Fixes bug #232787. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Martin v. Löwis | Regenerate. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Martin v. Löwis | Define __EXTENSIONS__ on Solaris. Fixes posixmodule... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Martin v. Löwis | Document that _REENTRANT is not needed explicitly. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Fred Drake | Do not refer to "sub-modules" since that is not a defin... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Fred Drake | Re-word the explanation of the in/not in operators... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Fred Drake | Turn "Python Documentation Central" into just "Document... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Fred Drake | Make sure the README files that contain page count... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Fred Drake | Correct typos in Ping's email address. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Fred Drake | Update documentation to reflect the shift to NetrcParse... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Fred Drake | Define & use NetrcParseError instead of improperly... |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Fred Drake | Add some spaces around the "=" in assignments. |
commit | commitdiff | tree | snapshot |
| 2001-03-06 |
Fred Drake | Move all knowledge that $(MAINOBJ) is built in the... |
commit | commitdiff | tree | snapshot |
| 2001-03-05 |
Jack Jansen | Testing commit with a single blank line. |
commit | commitdiff | tree | snapshot |
| 2001-03-05 |
Jack Jansen | Grr, splittag was also missing from __all__. |
commit | commitdiff | tree | snapshot |
| 2001-03-05 |
Jack Jansen | Added url2pathname and pathname2url to __all__. |
commit | commitdiff | tree | snapshot |
| 2001-03-04 |
Neil Schemenauer | Add Python/ prefix to files in LIBOBJS. This closes... |
commit | commitdiff | tree | snapshot |
| 2001-03-04 |
Tim Peters | Clean up junk files left behind by imp.load_source(). |
commit | commitdiff | tree | snapshot |
| 2001-03-03 |
Fred Drake | Remove debugging "set -x". |
commit | commitdiff | tree | snapshot |
| 2001-03-03 |
Fred Drake | Fix a few minor markup nits. |
commit | commitdiff | tree | snapshot |
| 2001-03-03 |
Fred Drake | Be a bit more strict in setting up the export of the... |
commit | commitdiff | tree | snapshot |
| 2001-03-03 |
Fred Drake | Rene Liebscher <R.Liebscher@gmx.de>: |
commit | commitdiff | tree | snapshot |
| 2001-03-03 |
Fred Drake | Wrap several more of the constants in #ifdef/#endif... |
commit | commitdiff | tree | snapshot |
| 2001-03-03 |
Barry Warsaw | Added `memtest' target which excludes the quicktest... |
commit | commitdiff | tree | snapshot |
| 2001-03-03 |
Andrew M. Kuchling | Discuss PEP 236. |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Ka-Ping Yee | Use r""" instead of """ for the docstring so that backs... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Andrew M. Kuchling | Update estimate bug and patch counts |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Fred Drake | Revise the scripts I use to update the documentation... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Fred Drake | Lots of organizational changes for consistency with... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.1b1 |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Fred Drake | There was a real leak in the "export a C API" example... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Fred Drake | Label classes and exceptions explicitly in the document... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Fred Drake | There is no longer a -X option to the interpreter,... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Barry Warsaw | Added -o/--output-file option as per GNU msgfmt to... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Fred Drake | For copyfile(), be explicit that src and dst are file... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Jack Jansen | Enable FSpResourceFileAlreadyOpen only for Carbon.... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Fred Drake | Job.build_html(): When formatting HTML into more than... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | Add some more info about pydoc. (Can you see I'm excited?) |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | Add big news item about nested scopes, __future__,... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | Itamar S.T. |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | Patch by Itamar S.T. (SF#305470): add reset() method. |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Fred Drake | When not copying a file because the output is up to... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | Extra fix from bbum (SF #402357) for his previous patch: |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | Fix by Donn Cave for BeOS (SF #403642): |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | Fix typo in RISCOS patch inside MS #ifdef. (Probably... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Fred Drake | Add more protection around the VSWTC/VSWTCH, CRTSCTS... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | ROSCOS change. |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | Dietmar Schwertberger; shuffled a bunch of Sch* names... |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | RISCOS changes by dschwertberger. |
commit | commitdiff | tree | snapshot |
| 2001-03-02 |
Guido van Rossum | Use != instead of <>. Sorry, Barry. |
commit | commitdiff | tree | snapshot |
| next |