summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-284-16/+110
* Squash compiler wng about mixing signed and unsigned in comparison.Tim Peters2001-07-281-1/+2
* Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't workTim Peters2001-07-284-20/+14
* Added the -X/--no-docstrings flag which takes a filename containing aBarry Warsaw2001-07-271-13/+32
* Fix buffer_info() docstring to match reality. See SF bug #444842.Guido van Rossum2001-07-271-1/+3
* config.h renamed to pyconfig.hJack Jansen2001-07-272-1/+1
* ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Ba...Jack Jansen2001-07-271-1/+1
* One more crack at join(): stop trying to pretend this isn't a mass ofTim Peters2001-07-272-16/+47
* Change ntpath.join() so that join("d:/", "/whatever") returnsTim Peters2001-07-262-5/+7
* Repair more now-obsolete references to config.h.Tim Peters2001-07-2610-10/+10
* Document the PYTHONY2K environment variable that had been left out of thisFred Drake2001-07-261-8/+13
* Typo fix.Greg Ward2001-07-261-1/+1
* SF bug #444510: int() should guarantee truncation.Tim Peters2001-07-263-10/+27
* Add backwards compatibility.Marc-André Lemburg2001-07-261-1/+6
* Undoing the UCS-4 patch addition which caused unichr() to returnMarc-André Lemburg2001-07-261-1/+11
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-2631-320/+320
* Untabify IPv6 changes.Martin v. Löwis2001-07-265-126/+126
* Fix a denial-of-service attack, SF bug #443120.Guido van Rossum2001-07-251-4/+14
* Undo revision 1.7: always mangle a #! line containing "python" to pointGreg Ward2001-07-251-4/+2
* Don't "import *" from stat at all -- just import what's needed, andGreg Ward2001-07-251-1/+1
* trivial rewording in footnote 5.Skip Montanaro2001-07-251-2/+2
* Fix for bug #444493: u'\U00010001' segfaults with current CVS onMarc-André Lemburg2001-07-252-7/+23
* Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in,Martin v. Löwis2001-07-252-383/+379
* Remove unused imports from previous checkin.Martin v. Löwis2001-07-251-2/+0
* Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.Martin v. Löwis2001-07-247-49/+160
* Add entry for the new distutils section.Fred Drake2001-07-242-0/+2
* Overview comments for the distutils package, with links to the distutilsFred Drake2001-07-241-0/+37
* Add labels to all \section and \subsection headings for use in references.Fred Drake2001-07-241-15/+15
* Changed findertools.move() to move() in movetotrash.Jack Jansen2001-07-241-1/+1
* Use HAVE_SNPRINTF, not HAVE_SPRINTF, for checking the availability ofThomas Wouters2001-07-241-1/+1
* Patch #443669: Permit _tkinter to build on cygwin32.Martin v. Löwis2001-07-241-3/+7
* Autocheck for snprintf, and use sprintf if it is not available.Martin v. Löwis2001-07-245-10/+14
* Be more specific about corner cases in the description of the $ RE syntax,Fred Drake2001-07-231-4/+7
* Oh, ok, so plainpager is probably marginally better.Fred Drake2001-07-231-1/+1
* If $TERM is "dumb" or "emacs", just dump the text instead of trying to runFred Drake2001-07-231-0/+2
* When explaining the enterabs() method, using the modern spelling of apply(),Fred Drake2001-07-231-3/+3
* Remove self-reference from the anydbm module.Fred Drake2001-07-231-1/+0
* Typo: Added missing "if".Fred Drake2001-07-231-1/+1
* Add StopIteration to the list of exceptions *not* derived from StandardError.Fred Drake2001-07-231-3/+4
* Convert the use of apply(f, args) to the new spelling: f(*args).Fred Drake2001-07-231-1/+1
* Fix typo in comment.Neil Schemenauer2001-07-231-1/+1
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-2312-34/+59
* Make this test work under Windows as well.Fred Drake2001-07-231-2/+5
* Test for the "glob" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+110
* Patch number #422106 by Greg Ball, to fix segmentationMoshe Zadka2001-07-231-0/+5
* Alex Coventry (SF patch 441791).Guido van Rossum2001-07-231-0/+1
* SF Patch #441791, with changes: when "import foo.bar" fails with anGuido van Rossum2001-07-231-4/+16
* Whitespace normalization.Tim Peters2001-07-231-4/+3
* Before declaring h_errno, do not check for Win32 only. Instead, do checkMartin v. Löwis2001-07-232-2/+2
* Tests for the "commands" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+45