2000-09-08 |
Jack Jansen | Removed 68K support. |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Jack Jansen | Got rid of Py_FatalError calls. |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Jack Jansen | Use same short banner message as unix/win Python. |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Jack Jansen | Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2... |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Jack Jansen | Removed 68k support, added pyexpat, adapted for new... |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Skip Montanaro | autodetect presence of libdb - this allows bsddbmodule... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Fred Drake | Remove an item that no longer needs to be done for... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Fred Drake | Make the HTML more XHTML-friendly. |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Fred Drake | Wrap some long lines. |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Fred Drake | Remove the specific date -- back in development mode. |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Fred Drake | \file is not allowed in section titles -- converting... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Fred Drake | Remove comment about -X and string exceptions. Error... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Thomas Heller | Changes: |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Fredrik Lundh | Older Tk versions don't support mousewheel support... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Guido van Rossum | Oops. Jim's fix didn't. This one does -- I tested... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Fred Drake | Added note about Python version this was added for. |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Fred Drake | Minor markup nits around use of \optional. |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Marc-André... | Added Unicode objects to the copy mechanism. Since... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Tim Peters | Boost Windows build # to 5 (see new BUILDno.txt). |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Tim Peters | Windows installer, reflecting changes that went into... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Tim Peters | Document new Windows build # scheme. |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Greg Ward | Greatly enhanced the section on creating built distribu... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Guido van Rossum | Removing this file again to set its status to 'dead'. |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Guido van Rossum | Simple fix from Jin Fulton to avoid returning a half... |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Guido van Rossum | Another typo (in the list comprehension example). |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Andrew M. Kuchling | Add new section "What About Python 1.6?" |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Guido van Rossum | Fix three typos. |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Andrew M. Kuchling | Removed mention of the winreg module, since it was... |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Fred Drake | Added a \versionadded statement to the getfqdn() descri... |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Greg Ward | Bullet-proofing of 'make_release_tree()': |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Greg Ward | Reorganized logic in 'get_file_list()' so it's easier... |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Greg Ward | General overhaul of the "Creating a Source Distribution... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Fred Drake | Fix mkhowto so that the bookmarks for the PDF work... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.0b1 |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Tim Peters | Added Windows news. Also repeated 1.6 Windows news... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Added BeOpen support plug. |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Jeremy Hylton | All the NEWS that I could finish in 15 minutes (and... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Jeremy Hylton | current progress on 2.0 NEWS |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Tim Peters | Windows build: install NEWS.txt; bump BUILD# to 3... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Many changes suggested by Bob Weiner, mostly small... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Jeremy Hylton | compromise value for threshold0: not too high, not... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | The malloc rearrangement was actually already in 1.6. |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Added readline news. (Skip) |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Fred Drake | Fix PDF generation. |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Fred Drake | Minor nit to make this work a little better with the... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Don't emit 8 lines of (c) information at startup -... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Fred Drake | Minor markup revisions for consistency with the rest... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Fred Drake | Added entry for mmap module. |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Barry Warsaw: Fixed -+ operator. Added some new sectio... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Tim Peters | Now that I've got real docs, redirect _DOC_ out of... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | The usual. |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Sh*t! Should use $(srcdir)/LICENSE of course. |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Install LICENSE as LICENSE.txt in the <prefix>/lib... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Instead of printing all 9 lines of copyright info,... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | The GCC version is loooooooooong; put it on a new line. |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Add new builtin commands "copyright", "license", "credi... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Added the 2.0b1 news. |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Fred Drake | Update license according to the LICENSE file in the... |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Fred Drake | Set the date. |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Guido van Rossum | Since it looks like the dual license clause may be... |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Greg Ward | Fleshed out the section on the setup config file, setup... |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Andrew M. Kuchling | Various corrections pointed out by Detlef Lannert |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Guido van Rossum | Added release dates (in some cases detemined by looking... |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Guido van Rossum | 1.6 is history. |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Guido van Rossum | For this server to work on Windows, directories should... |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Guido van Rossum | Tim Peters: "Audun S. Runde mailto:audun@mindspring... |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Tim Peters | test_mmap wrote null bytes into its expected-output... |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Skip Montanaro | Fixes bug in --with-libdb. If --with-libdb was not... |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Andrew M. Kuchling | Correct docstring about return value when group didn... |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Guido van Rossum | All right. More uniformity, and extra blank lines. |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Guido van Rossum | Use periods, not semicolons between Copyright and All... |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Guido van Rossum | Changes in license names by BobW. |
commit | commitdiff | tree | snapshot |
2000-09-04 |
Vladimir Marangozov | Fix the char* vs. const char* mismatch for the argument... |
commit | commitdiff | tree | snapshot |
2000-09-03 |
Vladimir Marangozov | Move down the INT_MAX logic, because HAVE_LIMITS_H... |
commit | commitdiff | tree | snapshot |
2000-09-03 |
Guido van Rossum | Hack the Windows code to use os.popen(). |
commit | commitdiff | tree | snapshot |
2000-09-03 |
Guido van Rossum | Properly name and number the BEOPEN OPEN SOURCE PYTHON... |
commit | commitdiff | tree | snapshot |
2000-09-03 |
Fredrik Lundh | changed \x to consume exactly two hex digits, also... |
commit | commitdiff | tree | snapshot |
2000-09-03 |
Fredrik Lundh | updated SRE test suite (fixes PEP223 problem, shows... |
commit | commitdiff | tree | snapshot |
2000-09-03 |
Tim Peters | Repair failing test_sre.py. |
commit | commitdiff | tree | snapshot |
2000-09-03 |
Guido van Rossum | Remove a comma from CWI's copyright notice. |
commit | commitdiff | tree | snapshot |
2000-09-03 |
Guido van Rossum | Change the copyright notice according to CNRI's wishes... |
commit | commitdiff | tree | snapshot |
2000-09-03 |
Guido van Rossum | Various edits. Most importantly, added dual licensing... |
commit | commitdiff | tree | snapshot |
2000-09-02 |
Fredrik Lundh | changed \x to consume exactly two hex digits. implemen... |
commit | commitdiff | tree | snapshot |
2000-09-02 |
Fredrik Lundh | return -1 for undefined groups (as implemented in 1... |
commit | commitdiff | tree | snapshot |
2000-09-02 |
Guido van Rossum | Patch by Martin von Löwis to give him his umlaut, to... |
commit | commitdiff | tree | snapshot |
2000-09-02 |
Fredrik Lundh | -- tightened up parsing of octal numbers |
commit | commitdiff | tree | snapshot |
2000-09-02 |
Tim Peters | PyInterpreterState_New is not thread-safe, and the... |
commit | commitdiff | tree | snapshot |
2000-09-02 |
Thomas Wouters | Cosmetic cleanup by Vladimir. |
commit | commitdiff | tree | snapshot |
2000-09-02 |
Tim Peters | SourceForge patch 101396, by an anonymous friend. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | REMOVED all CWI, CNRI and BeOpen copyright markings. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Rewritten some pieces of PyNumber_InPlaceAdd() for... |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Updated to include all files here. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Delete too. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Deleted. Long obsolete. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Deleted. We no longer require disclaimers on contribut... |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Deleted; this is ancient info. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Deleted. This is obsoleted by Tools/scripts/fixnotice.py. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Ready to go. |
commit | commitdiff | tree | snapshot |
next |