- 969de45 Rework the code to have only the GvR RPC. Output from execution of user by Kurt B. Kaiser · 23 years ago
- 9f709bf The opcode YIELD_STMT was accidentally called YIELD_VALUE here. by Guido van Rossum · 23 years ago
- a039274 patch #562492 - prevent duplicate lines in history by Skip Montanaro · 23 years ago
- 60e04cd Fix SF #565414, FancyURLopener() needs to support **kwargs by Neal Norwitz · 23 years ago
- 589dc93 Fix for problem reported by Neal Norwitz. Tighten up calculation of by Michael W. Hudson · 23 years ago
- 75a20b1 Fold remaining long lines. by Guido van Rossum · 23 years ago
- 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
- f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
- 7981ce5 add a version of GvR's q&d python idle printing patch, by Steven M. Gava · 23 years ago
- 55ad7f8 Completely revise markup for the list of list methods; the new markup matches by Fred Drake · 23 years ago
- 9f7549b Record the latest fixes. by Guido van Rossum · 23 years ago
- 62080be Took initial_tab and subsequent_tab away from the fill() method and by Greg Ward · 23 years ago
- 11ade1d SF patch 560794 (Greg Chapman): deepcopy can't handle custom metaclasses. by Guido van Rossum · 23 years ago
- cf02ac6 Allow the standalone wrap() and fill() functions to take arbitrary by Greg Ward · 23 years ago
- d34c959 Make 'width' an instance attribute rather than an argument to the wrap() by Greg Ward · 23 years ago
- 4f7829e Remove the only use of a string method. Fixes SF 564840. by Thomas Heller · 23 years ago
- 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 23 years ago
- 804cdca Don't accept null bytes in the key. by Guido van Rossum · 23 years ago
- a861d55 Document that the key should not contain null bytes. by Guido van Rossum · 23 years ago
- db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 23 years ago
- 7f147a7 Tweak traceback message to avoid LaTeX2HTML bug Add a reminder by Andrew M. Kuchling · 23 years ago
- 2ca7862 Add primitive printing support for Unix and Windows. by Guido van Rossum · 23 years ago
- eb91488 Fix typo by Andrew M. Kuchling · 23 years ago
- cab0580 Undo the last chunk of the previous patch, putting back a useful by Guido van Rossum · 23 years ago
- a386209 In the recent python-dev thread "Bizarre new test failure", we by Guido van Rossum · 23 years ago
- 2309498 Three's a charm: yet another fix for SF bug 551412. Thinking again by Guido van Rossum · 23 years ago
- f70a0a8 Fix typo, and add some reminders by Andrew M. Kuchling · 23 years ago
- 497bdd6 Tweak the description of pymalloc. Mention pymemcompat.h. by Michael W. Hudson · 23 years ago
- b3bfa7f refresh to pick up recent changes by Andrew MacIntyre · 23 years ago
- 4a79e36 make _sre a dynamically loadable module and build xxsubtype by Andrew MacIntyre · 23 years ago
- 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 23 years ago
- 2befa48 Patch #505375: Make doc strings optional. by Martin v. Löwis · 23 years ago
- a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 23 years ago
- ec5d6b9 escape 8-bit chars when generating .py files. fixes bug #566302 by Just van Rossum · 23 years ago
- 47df99d Make all of TextWrapper's options keyword args to the constructor. by Greg Ward · 23 years ago
- 698d9f0 Record copyright and author. by Greg Ward · 23 years ago
- 70c726a Use True/False instead of 1/0. by Greg Ward · 23 years ago
- f404c7e Remove islower() -- not used anymore. by Greg Ward · 23 years ago
- cb320eb Conform to the bloody coding standards: "def foo()" not "def foo ()". Yuck. by Greg Ward · 23 years ago
- 9b4864e Convert _fix_sentence_endings() to use a regex, and augment it to by Greg Ward · 23 years ago
- 62e4f3b Add fix_sentence_endings option to control whether we ensure that by Greg Ward · 23 years ago
- 0093582 Initial revision. Currently biased towards English in a fixed-width font, by Greg Ward · 23 years ago
- 1790e65 Move the conex_finally label up, so that the errno value is always returned. by Guido van Rossum · 23 years ago
- 2a664a2 Added Bernard Yue who wrote test_timeout.py and participated in the by Guido van Rossum · 23 years ago
- aef8371 Added the 7 new top level domains, and reworded the nameorgs output. by Barry Warsaw · 23 years ago
- 9e9d4f8 Added -t (--threshold) option to call gc.set_threshold(N). by Guido van Rossum · 23 years ago
- a4c2b24 Apply diff2.txt from SF patch http://www.python.org/sf/565471 by Walter Dörwald · 23 years ago
- 5033c8e Add timeout mode. Clarify gnu_getopt. by Guido van Rossum · 23 years ago
- 715b861 Clarify the interaction between timeout/non-blocking mode, makefile and fromfd. by Guido van Rossum · 23 years ago
- 62a7f63 Fix typo by Neal Norwitz · 23 years ago
- fc9823b Clarify the interaction between blocking and timeouts. Explain that by Guido van Rossum · 23 years ago
- e8008f0 I decided to change the interaction between setblocking() and by Guido van Rossum · 23 years ago
- 96803b2 gnu_getopt should be exported in __all__ by Skip Montanaro · 23 years ago
- c4fcfa3 Major cleanup. Renamed static methods to avoid Py prefix. Other misc by Guido van Rossum · 23 years ago
- be8db07 Repair a comment. by Guido van Rossum · 23 years ago
- 3eede5a Whitespace normalization, folding long lines, uniform comment by Guido van Rossum · 23 years ago
- b9e916a Correct several blunders in the timeout code, mostly my own fault (for by Guido van Rossum · 23 years ago
- 8a13518 Remove casts to PyObject * when declaration is for PyObject * by Jeremy Hylton · 23 years ago
- bdbd84f Add version info, and fix another typo and wording spotted by /F. I think this is what he meant. :-) by Neal Norwitz · 23 years ago
- 1a06fb0 Fix typo spotted by Fredrik Lundh. by Fred Drake · 23 years ago
- 6c6d662 Fix some markup errors and adjust wording slightly. by Fred Drake · 23 years ago
- be946bf SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 23 years ago
- 1569905 Michael Gilfix of SF patch 555085 fame. by Guido van Rossum · 23 years ago
- 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 23 years ago
- c9a5577 The insint() function is not used. Nuke it. by Guido van Rossum · 23 years ago
- e1c478f The tp_new implementation should initialize the errorhandler field, by Guido van Rossum · 23 years ago
- a312c3a Remove uses of string module and stat.ST_MODE by Neal Norwitz · 23 years ago
- ec7cf13 Remove another reference to stat.ST_MODE by Neal Norwitz · 23 years ago
- 33b77de Use isinstance for the type check, use booleans. by Martin v. Löwis · 23 years ago
- a48cb8f Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 23 years ago
- 3e3583c Fix from SF patch 565085: copy._reduction doesn't __setstate__. by Guido van Rossum · 23 years ago
- 88a20ba Apply diff.txt from SF patch http://www.python.org/sf/561478 by Walter Dörwald · 23 years ago
- 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 23 years ago
- 56f46f8 Pyrangeiter_Type && range_iter should be static by Neal Norwitz · 23 years ago
- a683233 Change warning to debug level; it's a very minor issue. by Jeremy Hylton · 23 years ago
- 065c1a2 Stop testing for sigprocmask. This is a stop gap measure until I work by Michael W. Hudson · 23 years ago
- 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 23 years ago
- cdbc131 Patch #551911: Escape . properly. by Martin v. Löwis · 23 years ago
- 294bbf3 Replace obsolete stat module constants with by Walter Dörwald · 23 years ago
- c2009a8 CRLF -> LF by Guido van Rossum · 23 years ago
- c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 23 years ago
- f97b2d7 open method changed to use arguments and set instance host/port values (instead of __init__) by Piers Lauder · 23 years ago
- 48165d4 SF 564601 adding rangeiterobject to make xrange() iterate like range(). by Raymond Hettinger · 23 years ago
- d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 23 years ago
- 84fca94 fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). by Just van Rossum · 23 years ago
- aee2d5f Better isinstance error message. by Thomas Heller · 23 years ago
- dc8412e Move warning about directory not on sys.path to debug level. by Jeremy Hylton · 23 years ago
- 8f787bf Test changes before checking them in. by Jeremy Hylton · 23 years ago
- 40ebbef Track extra arg to option_table to all uses of it by Jeremy Hylton · 23 years ago
- 6b3996b Replace bogus bare variables with attribute access. by Jeremy Hylton · 23 years ago
- 115fdc6 Define DEBUG as early as possible to avoid import problems. by Jeremy Hylton · 23 years ago
- 4f2f133 Add missing import of log. by Jeremy Hylton · 23 years ago
- 7146073 Use module-level import of DEBUG instead of many function-level imports. by Jeremy Hylton · 23 years ago
- fc861ba Remove unused imports by Jeremy Hylton · 23 years ago
- 11a5270 Make None return explicit by Jeremy Hylton · 23 years ago
- c58e984 import base64 at the top to avoid two different imports at other times by Jeremy Hylton · 23 years ago
- ec77274 ensure_filename() only takes one argument. by Jeremy Hylton · 23 years ago
- adb2b38 Reindent lines to improve readability by Jeremy Hylton · 23 years ago
- 711f91c Remove (commented out) options that have moved into the distribution. by Jeremy Hylton · 23 years ago
- d003abc get_script() implicitly returned None and also had explicit returns. by Jeremy Hylton · 23 years ago