2001-02-19 |
Fred Drake | ConfigParser.optionxform(): Document this since it... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Tim Peters | Clean up the "docs". |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Wrap a bunch of long lines. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Fix a few small typos in the docstrings. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Michael Hudson <mwh21@cam.ac.uk>: |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | No longer needed since the main Makefile is "flat". |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Convert to a "flat" Makefile. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Add an option allowing the user to determine where... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Fix markup so this document will format. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | This never saw much use, so remove it. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Guido van Rossum | SF Patch # 103839 byt dougfort: Allow ';' in attributes |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Neil Schemenauer | Revert SF patch #103655 |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Neil Schemenauer | Revert SF patch #103655. Martin Löwis says: |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Make the top-level index.html depend on the individual... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Thomas Heller | Checked in with Andrew's blessing, I leave the comments... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Added entries for difflib documentation. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | Documentation for the difflib module, converted from... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Jeremy Hylton | Add simple section for assert, including assert w/... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Jeremy Hylton | When running python -O, do not include blocks defined... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Jeremy Hylton | Add test for syntax error on "x = 1 + 1". |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Jeremy Hylton | fix long line |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Jeremy Hylton | Tolerate ill-formed trees in symtable_assign(). Fixes... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Fred Drake | DOMException._get_code(): |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Thomas Heller | Enhancements to the bdist_wininst command: |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Marc-André... | This patch makes the default compiler determination... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Tim Peters | More typos. libwinsound.tex typo noted by Peter Funk... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Tim Peters | Repair tab/space screwup. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Tim Peters | Take a tour of hell's seedier neighborhoods to try... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Neil Schemenauer | The usual. |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Neil Schemenauer | Use -G option for linking shared libraries on Solaris... |
commit | commitdiff | tree | snapshot |
2001-02-19 |
Neil Schemenauer | Fix bug in clean target (closes SF patch 103864 and... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Fredrik Lundh | reorganized PyUnicode_DecodeUnicodeEscape a bit (in... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Fredrik Lundh | renamed internal functions to avoid name clashes under... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Fredrik Lundh | detect attempts to repeat anchors (fixes bug #130748) |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Tim Peters | sre_{parse, compile} no longer define __all__. |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Fredrik Lundh | - restored 1.5.2 compatibility (sorry, eric) |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Fredrik Lundh | stupid typo (for some reason, this only caused problems... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Tim Peters | Fixed misspelling. |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Tim Peters | Bug #132921: None treated differently in cmp() / sort... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Fred Drake | Move docstrings out of function table to constants... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Tim Peters | Bug #132313 error message confusing for assignment... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Skip Montanaro | removed __all__ from several modules |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Skip Montanaro | removed __all__ - should probably rename makedict to... |
commit | commitdiff | tree | snapshot |
2001-02-18 |
Skip Montanaro | add module-level constants to __all__ |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Jack Jansen | - Removed debug |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Jack Jansen | ConfigurePython now comes in two flavors: ConfigurePyth... |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Jack Jansen | Allow selecting a template in findtemplate(), so Classi... |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Jack Jansen | 2.1a2 distribution files. |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Jack Jansen | Added a note that this file is incorrect for 2.1a2. |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Jack Jansen | 2.1a2 distribution files. |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Tim Peters | Bug #132850 unix line terminator on windows. |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Jack Jansen | More changes to attempt to get the menubar back on... |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Jack Jansen | Made version string shorter for Carbon so it fits on... |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Jack Jansen | More modifications to bring the script output in line... |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Tim Peters | Bug #132816: Compiler warning in PYEXPAT.C for extra ';' |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Tim Peters | In the example showing the irrelevance of start columns... |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Fred Drake | Add entries for the doctest documentation. |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Fred Drake | Make a variety of minor markup adjustments. |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Tim Peters | SF patch #103808: doctest.py docs |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Andrew M. Kuchling | Set PYTHONPATH when running setup.py in order to overri... |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Tim Peters | Change temp names created by listcomps from [%d] to... |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Andrew M. Kuchling | Split the rpath argument into multiple paths, turning... |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2001-02-17 |
Andrew M. Kuchling | Fix two typos, and add some omitted \option{} markup |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Fred Drake | Hack to make this still work with Python 1.5.2. ;-( |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Jack Jansen | Steven Majewski's instructions for building the toolbox... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Fred Drake | Remove the old version of my_StartElementHandler()... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Thomas Wouters | Remove trailing comma from 'why_code' enum, which was... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Remove outdated information. Merge now dead BeOS/READM... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Add more information regarding the altinstall target. |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Remove confusing explaination about altinstall target... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Add Include to the list of source directories. |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Simplify linking on AIX and BeOS (SF patch #103679). |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Build grammar files in their proper place rather than... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Take output filenames as arguments instead of hard... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | The usual. |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Simplify linking on BeOS. Rename some files. Closes... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Linking just got simpiler on AIX and BeOS (closes SF... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Remove a hard coded Python version, and a now incorrect... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_be... |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | Moved BeOS/README to Misc/BeOS-NOTES. |
commit | commitdiff | tree | snapshot |
2001-02-16 |
Neil Schemenauer | No longer relevant. |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Jack Jansen | A few more tweaks (there were a couple of files missing... |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Jack Jansen | Waste 1.3 extra's modified for waste 2.0 (and missing... |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Skip Montanaro | bunch more __all__ lists |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Skip Montanaro | mention the use of the maxtries attribute of FancyURLop... |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Skip Montanaro | provide simple recovery/escape from apparent redirect... |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Guido van Rossum | Document default blocksize for storbinary(). |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Guido van Rossum | Provide a default for the blocksize arg of storbinary(). |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Thomas Wouters | Rewrite AIX blurb to make clear threads are the default... |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Thomas Wouters | Add a few more missing prototypes to the SunOS 4.1... |
commit | commitdiff | tree | snapshot |
2001-02-15 |
Fred Drake | Make some clarifications and corrections based on comme... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Fred Drake | Be more careful to avoid spurious output from the shell... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Fred Drake | Commit this so CVS doesn't keep noticing the next versi... |
commit | commitdiff | tree | snapshot |
2001-02-14 |
Fred Drake | Add a note to Node.isSameNode() that it is based on... |
commit | commitdiff | tree | snapshot |
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 |
next |