- 572bdce change 2-space indent to 4-space indent by Jeremy Hylton · 24 years ago
- 9c36a41 distutils setup script by Jeremy Hylton · 24 years ago
- bdd9017 Fix typo (newtabwith). by Guido van Rossum · 24 years ago
- 9c0ea13 *Very* belated application of Thomas Heller's patch to handle by Greg Ward · 24 years ago
- ceeda0e Treat trailing colon in os.path.join("a:", "b") same way for DOS as in by Tim Peters · 24 years ago
- f86eda5 Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv. by Jack Jansen · 24 years ago
- d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
- f8d0713 Temporary fix for Bug #114821. by Guido van Rossum · 24 years ago
- 0eeba5b Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yield by Tim Peters · 24 years ago
- f5fa0fc test_userlist.py: by Tim Peters · 24 years ago
- 7b393fc SF patch 101391: implemented UserList.__contains__. by Tim Peters · 24 years ago
- 4c79919 Fix test errors. by Paul Prescod · 24 years ago
- 8d27f89 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
- 1156f62 Many small clarifications, including many suggested by email. by Fred Drake · 24 years ago
- b96e0e5 New test cases for the StringIO module by Martin v. Löwis · 24 years ago
- 89c528b Don't print specific Node instances unless running verbosely. by Martin v. Löwis · 24 years ago
- 02c7082 make_nav_sectref(): Create more minimal HTML, hanging the class attribute by Fred Drake · 24 years ago
- 752ba39 Clarify a number of issues about the file-like object API based on by Fred Drake · 24 years ago
- 7158126 Fixed the error reporting (raise of TestFailed) for the zip() and by Barry Warsaw · 24 years ago
- 4622e14 Randall Hopper: Add fpectl functionality patch for FreeBSD. by Guido van Rossum · 24 years ago
- 6df27f8 Support sizehint in _fileobject.readlines, as documented. by Martin v. Löwis · 24 years ago
- 543f243 Set the 'nt' installation scheme for the install command even if run by Thomas Heller · 24 years ago
- a05fa1d Support sizehint in StringIO.readlines, as documented. by Martin v. Löwis · 24 years ago
- c912a3a Implement readlines function. Closes Bug #110686. by Martin v. Löwis · 24 years ago
- e84b740 Obscure marshal fixes: by Tim Peters · 24 years ago
- a3c6a8a Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my by Guido van Rossum · 24 years ago
- e7d6b0a An honest attempt to make this work on Unix, Windows, and even by Guido van Rossum · 24 years ago
- d9a8e96 Only supply popen2, popen3 when fork exists. by Guido van Rossum · 24 years ago
- 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
- 0344424 Updated Windows build info. by Tim Peters · 24 years ago
- 30f8674 Do not close socket when a Content-Length is 0. This make the by Jeremy Hylton · 24 years ago
- 69cc715 Test output that goes with updated test_minidom. by Paul Prescod · 24 years ago
- fd64c59 Fix serious typo! Add the new constants to the module docstring. by Fred Drake · 24 years ago
- 10d2766 Change assertions to confirmations so that optimization doesn't disable checks. by Paul Prescod · 24 years ago
- 57a4e90 Fix up the cleanup of the temporary DB so it works for BSD DB's by Fred Drake · 24 years ago
- a12adfe Reduce the number of imports needed. by Fred Drake · 24 years ago
- 480abc2 Document the "printable" and "punctuation" constants added to the string module. by Fred Drake · 24 years ago
- 6b2320f Richard Mortier <rmm1002@users.sourceforge.net>: by Fred Drake · 24 years ago
- 6f6d51d Remove two unnecessary imports. by Fred Drake · 24 years ago
- c40cdf7 Once we're done with the sys module, remove it from the namespace so by Fred Drake · 24 years ago
- 691270f Deferred the attribute name object type checking to the underlying by Marc-André Lemburg · 24 years ago
- 1675375 Add missing \declaremodule for zipfile. by Fred Drake · 24 years ago
- e44e507 PyObject_SetAttr() and PyObject_GetAttr() now also accept Unicode by Marc-André Lemburg · 24 years ago
- 1de8098 Repaired some glitches in the MD5 and SHA docs; copied the descriptions of by Tim Peters · 24 years ago
- 09cad08 sys.setdefaultencoding() should only be called in case the standard by Marc-André Lemburg · 24 years ago
- 0b7b4b8 satisfy the tabnanny by Jeremy Hylton · 24 years ago
- 9082cdd Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). by Greg Ward · 24 years ago
- 5316ef4 Added documentation for new functions. Deprecated sequenceIncludes(). by Fred Drake · 24 years ago
- ea4d3f0 Add invert() and __invert__() as aliases for inv()/__inv__(). by Fred Drake · 24 years ago
- 6b18491 Fix for SF bug 110688: Instance deallocation neglected to account for by Tim Peters · 24 years ago
- df9e6b8 Fixed to respect 'define_macros' and 'undef_macros' on Extension object. by Greg Ward · 24 years ago
- d283ce7 Added 'expand_makefile_vars()' to (duh) expand make-style variables by Greg Ward · 24 years ago
- 41ed12f Added 'read_setup_file()' to read old-style Setup files. Could make life by Greg Ward · 24 years ago
- 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 24 years ago
- 64850ef Allow this script to act like a module by only calling main() if by Barry Warsaw · 24 years ago
- 1cca9e2 Make the <body> tag match those of the generated HTML; rely on the style by Fred Drake · 24 years ago
- 7be440d Document \cfuncdesc, \ctypedesc, and \cvardesc. by Fred Drake · 24 years ago
- 57d51f2 Improve the test output a bit. by Guido van Rossum · 24 years ago
- 1681627 Push more of the display control into the style sheet. by Fred Drake · 24 years ago
- acff0b3 Changed so lines that are all comment (or just whitespace + comment) by Greg Ward · 24 years ago
- 3d05c16 Andrew Kuchling: by Greg Ward · 24 years ago
- f11296b [change from 2000/08/11, propagating now to distutils copy] by Greg Ward · 24 years ago
- 60cd286 [change from 2000/04/17, propagating now to distutils copy] by Greg Ward · 24 years ago
- 174efc9 Use PyOS_setsig() instead of directly calling signal() or sigaction(). by Guido van Rossum · 24 years ago
- d2cd7ad Use typedef PyOS_sighandler_t and APIs PyOS_getsig() and by Guido van Rossum · 24 years ago
- 6f25618 Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() or by Guido van Rossum · 24 years ago
- c7247ce Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and by Guido van Rossum · 24 years ago
- c96ec6e Document new APIs PyOS_getsig() and PyOS_setsig(). by Guido van Rossum · 24 years ago
- beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 24 years ago
- 3bfc8c8 Renamed --keep-tree to --keep-temp. by Greg Ward · 24 years ago
- 8099f0e Renamed --clean to --no-keep-temp and --noclean to --keep-temp. by Greg Ward · 24 years ago
- 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 24 years ago
- 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 24 years ago
- 47ec207 Remove some debugging output from the last change. by Greg Ward · 24 years ago
- ecce145 In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the by Greg Ward · 24 years ago
- f449ea5 Generalized 'reinitialize_command()' so it can optionally reinitialize by Greg Ward · 24 years ago
- b3e0ad9 Added the "sub-command" machinery to formalize the notion of "command by Greg Ward · 24 years ago
- fadefed Factored the "sub-command" machinery out to Command. Mainly, this by Greg Ward · 24 years ago
- 634fc57 Use a really ugly hack that depends on output processing by LaTeX2HTML. by Fred Drake · 24 years ago
- 6e1fecc Update URL to unicode.org's FTP site using an HTTP URL to the same document. by Fred Drake · 24 years ago
- 315b9e0 Update *both* uses of the URL to the zlib home page, and use the version by Fred Drake · 24 years ago
- ab2f9f7 Update link to the zlib homepage. by Fred Drake · 24 years ago
- f291074 Update the link to Andrew Kuchling's crypto code. by Fred Drake · 24 years ago
- 91fc931 Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). by Fred Drake · 24 years ago
- 630d0f0 Update some stale links. by Fred Drake · 24 years ago
- c1d65c3 Repair senseless random.seed docstring (reported on c.l.py). by Tim Peters · 24 years ago
- 78fc0b5 Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. by Tim Peters · 24 years ago
- 53db815 Tweaked the build temp dir names again. by Greg Ward · 24 years ago
- e918b6f Typo fix. by Greg Ward · 24 years ago
- 4290094 Include the Python version in the platform-specific build directories: by Greg Ward · 24 years ago
- 9ae7c3c Document the directory separatory for include dir and library dir lists. by Greg Ward · 24 years ago
- 76167fe This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all. by Jack Jansen · 24 years ago
- a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 24 years ago
- 6a547c7 Fix a link -- there is no starship.python.org! by Fred Drake · 24 years ago
- 1ac526d Add a constant "library" to the module which names the library used, by Fred Drake · 24 years ago
- 7c25f3d Add some comments on the available implementations that this module can use. by Fred Drake · 24 years ago
- afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 24 years ago
- ce20967 Don't remove instance objects from the GC container set until we are by Neil Schemenauer · 24 years ago
- e64572b Some systems need -lucb to compile the mmap module. Add a comment to by Fred Drake · 24 years ago
- 3b2aedb Py_Main(), usage(), usage_mid: Add -h and -V flags to print the usage by Barry Warsaw · 24 years ago