- a96f0ba Add code to test for all sorts of gethostbyname_r variants, by Guido van Rossum · 26 years ago
- 7152e9b Add symbols for gethostbyname_r variants (sigh). by Guido van Rossum · 26 years ago
- 3baaa13 Clean up pass for the previous patches. by Guido van Rossum · 26 years ago
- 955becc Jonathan Giddy writes: by Guido van Rossum · 26 years ago
- 173156f Fixed the flush() method of compression objects; the test for by Andrew M. Kuchling · 26 years ago
- dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 26 years ago
- f247d75 Bug reported by Tobias Thelen: missing "self." in assignment target. by Guido van Rossum · 26 years ago
- 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 26 years ago
- 03f8c3c Obsolete source file -- command options are actually implemented in by Greg Ward · 26 years ago
- 2689e3d First checkin of real Distutils code. by Greg Ward · 26 years ago
- 481ac88 Use an unsigned cast to avoid a warning in VC++. by Guido van Rossum · 26 years ago
- 8f0fa9e New code for split() by Tim Peters, behaves more like posixpath.split(). by Guido van Rossum · 26 years ago
- d7b5fb8 Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if by Guido van Rossum · 26 years ago
- 51288bc Fix a problem with Vladimir's PyInt_Fini code: clear the free list; if by Guido van Rossum · 26 years ago
- 8be2296 Document new builtin buffer(). Greg Stein. by Guido van Rossum · 26 years ago
- 36561c5 Added BufferType, the type returned by the new builtin buffer(). Greg Stein. by Guido van Rossum · 26 years ago
- 0daf022 New builtin buffer() creates a derived read-only buffer from any by Guido van Rossum · 26 years ago
- 49ded3e Added check for negative offset for PyBuffer_FromObject and check for by Guido van Rossum · 26 years ago
- 7d5f5dd Added htmldoc, to generate the HTML for "Documenting Python". by Fred Drake · 26 years ago
- 1468d77 Add "Documenting Python" to the list of processed documents. by Fred Drake · 26 years ago
- 03dffcc LaTeX2HTML support for the ltxmarkup package. by Fred Drake · 26 years ago
- 9466b9a Add some (commented out) macros to change the page size to the size of by Fred Drake · 26 years ago
- 5967667 Documented FTP.set_pasv(). by Fred Drake · 26 years ago
- f3963b1 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- e3fd106 Make this simpler; don't care about the paper size. Require that the by Fred Drake · 26 years ago
- a0fec16 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- 81da9f1 Remove all owner resources from template, and if no owner resource contained in by Jack Jansen · 26 years ago
- b8c9f01 Removed all owner resources except for "Pyth". by Jack Jansen · 26 years ago
- a2e1805 Delete non-standard-conforming code in urljoin() that would use the by Guido van Rossum · 26 years ago
- 154d909 Note that abspath() was added in 1.5.2. by Fred Drake · 26 years ago
- 5744d2a For some reason these files had never been checked in. by Jack Jansen · 26 years ago
- cd219d5 For reasons unknown these files were never checked in to CVS. by Jack Jansen · 26 years ago
- 8368453 Add DLL level b/w compat for PySequence_In and PyEval_CallObject by Guido van Rossum · 26 years ago
- 90fc0a7 Be sure "make" understands the "doc" target is phony. by Fred Drake · 26 years ago
- eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 26 years ago
- 8d2c0c2 Fixed minor nits, added index entries to make these easier to find for people by Fred Drake · 26 years ago
- c43e6a2 Ignore some more files kept by mkhowto --keep. by Fred Drake · 26 years ago
- 1508743 Add support for "Documenting Python". by Fred Drake · 26 years ago
- 8df362c Removed the embedded sections showing module documentation; just by Fred Drake · 26 years ago
- acffaee New document: "Documenting Python". by Fred Drake · 26 years ago
- 1d8f07a Markup for documenting LaTeX macros and environments. by Fred Drake · 26 years ago
- 0e11c49 Docstring fix: acosh() returns the hyperbolic arccosine, not the by Fred Drake · 26 years ago
- caa69fd Should test for gethost*by*name_r, not for gethostname_r (which by Guido van Rossum · 26 years ago
- e9cd07b Patch by Rob Riggs for Linux -- glibc2 has a different argument by Guido van Rossum · 26 years ago
- 701f25e Rob Riggs wrote: by Guido van Rossum · 26 years ago
- c7e7c60 New mixin class that defines cmp and hash that use by Guido van Rossum · 26 years ago
- 3764595 Yet another patch by Sjoerd Mullender: by Guido van Rossum · 26 years ago
- f03fdbc Added the new sections from Skip Montanaro. by Fred Drake · 26 years ago
- 658cef0 Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip! by Fred Drake · 26 years ago
- 8387af6 If a control has no refcon pointing back to the Python object we create a new by Jack Jansen · 26 years ago
- d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 26 years ago
- 7039f50 Bug submitted by Wayne Knowles, who writes: by Guido van Rossum · 26 years ago
- bf5a6d2 Fixed tons of small markup problems. by Fred Drake · 26 years ago
- 3fce883 Vladimir has restructured his code somewhat so that the blocks are now by Guido van Rossum · 26 years ago
- 4edf656 Remove stuff with unsure copyright status by Guido van Rossum · 26 years ago
- 9a4da08 Change #! line to modern usage; also chmod +x by Guido van Rossum · 26 years ago
- 7e75c94 Change #! line to modern usage by Guido van Rossum · 26 years ago
- b3a20bc Added availabililty annotations to respond to concerns of /F. by Fred Drake · 26 years ago
- 4b1a07a Fixed grammatical error reported by Donald Wallace Rouse II by Fred Drake · 26 years ago
- 93503ca Fixup the module keys. There were some problems with hosting / processing by Fred Drake · 26 years ago
- be110c1 Updates based on comments from /F. by Fred Drake · 26 years ago
- 367ac80 From: Sjoerd Mullender by Guido van Rossum · 26 years ago
- f61bbc8 OK, try again. Vladimir gave me a fix for the alignment bus error, by Guido van Rossum · 26 years ago
- dd58416 Don't crash when sys.path contains an empty string. by Guido van Rossum · 26 years ago
- 87a42cd Add support for <platform>, some cleanup of module section after by Fred Drake · 26 years ago
- 49c7bc4 This file was never supposed to be part of IDLE. by Guido van Rossum · 26 years ago
- b62e877 - Don't crash in the case where a superclass is a string instead of a by Guido van Rossum · 26 years ago
- cbd9870 Added .rdf and .xsl as application/xml types. (.rdf is for the by Fred Drake · 26 years ago
- 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 26 years ago
- a060fb2 Alas, Vladimir's patch caused a bus error (probably double by Guido van Rossum · 26 years ago
- 881928f Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 26 years ago
- da084ed Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 26 years ago
- ee84d59 Lots of nits to respond to various comments from users. by Fred Drake · 26 years ago
- 9537586 Added some clarification on CWGUSI building and pathnames as they come by Jack Jansen · 26 years ago
- d6e8713 Add PathBrowser to File module by Guido van Rossum · 26 years ago
- a917af7 "Path browser" - 4 scrolled lists displaying: by Guido van Rossum · 26 years ago
- dc424be New utility: multiple scrolled lists in parallel by Guido van Rossum · 26 years ago
- ac1cb16 - White background. by Guido van Rossum · 26 years ago
- 29aab75 open_http also had the 'data is None' test backwards. don't call with the by Guido van Rossum · 26 years ago
- dc12ec8 Fix a number of typos and small grammatical nits pointed out by Detlef by Fred Drake · 26 years ago
- 496bc7f Call Py_SetProgramName() instead of redefining getprogramname(), by Guido van Rossum · 26 years ago
- eb894eb Always test for an error return (usually NULL or -1) without setting by Guido van Rossum · 26 years ago
- d3eb577 Patch by Chris Herborth for BeOS code. He writes: by Guido van Rossum · 26 years ago
- d2cd6f8 Small change by Jack Jansen. by Guido van Rossum · 26 years ago
- db75afe Added collapse_ws option. by Greg Ward · 26 years ago
- a4e6ae6 Offscreen bitmap support, first stab. PixMaps are still treated as ordinary by Jack Jansen · 26 years ago
- 6a51b37 Added Qdoffs module. by Jack Jansen · 26 years ago
- 4100900 Added a rewrite rule so the Str255 argument of GetControlTitle is seen as by Jack Jansen · 26 years ago
- 39fc1bc Added note about __builtin__._ to section dicussing classes of by Fred Drake · 26 years ago
- 57ed139 Added App module (appearance manager interface). by Jack Jansen · 26 years ago
- 5b6334f Added App module (appearance manager interface). And of course codewarrior by Jack Jansen · 26 years ago
- e32596b Interface to the appearance manager. by Jack Jansen · 26 years ago
- e4349e8 Re-generated with OSStatus treated like OSErr (i.e. not returned, but raising by Jack Jansen · 26 years ago
- 1acb874 Oops, missed a couple of substitutions in the templates. by Fred Drake · 26 years ago
- b41f97d Pass in the 'Send comments to ...' on the mkmodindex command line, by Fred Drake · 26 years ago
- 5f7832d Allow many more aspects of the generated page to be parameterized, and by Fred Drake · 26 years ago
- 6de28bd Added "Internet Config" to index. by Fred Drake · 26 years ago
- 62cc360 add_module_idx(): If \ignorePlatformAnnotation is used, only ignore by Fred Drake · 26 years ago
- 35c3ffd Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported by Fred Drake · 26 years ago
- fc372aa added hasclosebox attr (jstrout) -- jvr by Just van Rossum · 26 years ago