- 2bcde14 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 15 years ago
- ebe99ab Fix typo. by R. David Murray · 15 years ago
- eb81695 Issue 5150: Add rstrip() menu option to IDLE. by Raymond Hettinger · 15 years ago
- 323ee0c fix typo by Raymond Hettinger · 15 years ago
- c5b0195 Suppress deprecation warnings. by Raymond Hettinger · 15 years ago
- fa3cf21 Restore tests until the code is actually removed. by Raymond Hettinger · 15 years ago
- 91e3b9d Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 15 years ago
- fb12391 Finish issue 5259 by adding tests and fixes for the 'login' by R. David Murray · 15 years ago
- e2cedaa Merged revisions 72986 via svnmerge from by Tarek Ziadé · 15 years ago
- 77c8b37 Merged revisions 72981 via svnmerge from by Tarek Ziadé · 15 years ago
- 735204e Blocked revisions 72823 via svnmerge by Tarek Ziadé · 15 years ago
- a27c5bd Merged revisions 72979 via svnmerge from by Philip Jenvey · 15 years ago
- 3d2dc35 Merged revisions 72971 via svnmerge from by Benjamin Peterson · 15 years ago
- d642734 Blocked revisions 72972-72973 via svnmerge by Philip Jenvey · 15 years ago
- 87c50b4 Remove useless compatibility statements by Antoine Pitrou · 15 years ago
- 1f1b9d3 Merged revisions 72966 via svnmerge from by R. David Murray · 15 years ago
- ed23ab6 Add attribution for patch co-author. by Georg Brandl · 15 years ago
- 491a4cb Fix TODO: do the sort by just the key, not the key/value pair. by Raymond Hettinger · 15 years ago
- bcf6f92 * Fix-up a TODO (support the sort_key option). by Raymond Hettinger · 15 years ago
- 81c0dce Update whatsnew for compound with-statements. by Raymond Hettinger · 15 years ago
- c8d952d Issue 6105: json encoder to respect iteration order of its inputs. by Raymond Hettinger · 15 years ago
- 0ffaaa6 Merged revisions 72958 via svnmerge from by Benjamin Peterson · 15 years ago
- a720559 Merged revisions 72957 via svnmerge from by Benjamin Peterson · 15 years ago
- 499b2ee Stronger tests for namedtuple() to prevent future name conflict errors. by Raymond Hettinger · 15 years ago
- 089ba7f Fix field name conflicts for named tuples. by Raymond Hettinger · 15 years ago
- e261ae0 Remove debug statement that leaked into the repository. by Ronald Oussoren · 15 years ago
- be7149e Add note to NEWS about not installing smtpd.py by Ronald Oussoren · 15 years ago
- afbca49 * Adapt framework install makefiles to 2to3 tool by Ronald Oussoren · 15 years ago
- 220a9fb Fix for Issue6111. by Ronald Oussoren · 15 years ago
- faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 15 years ago
- 8ca69de Merged revisions 72930 via svnmerge from by Collin Winter · 15 years ago
- 7d5285e #6115: remove entries for the already removed PyNumber_Divide and PyNumber_InPlaceDivide from the header and the docs. by Georg Brandl · 15 years ago
- c38a000 Merged revisions 72932 via svnmerge from by Georg Brandl · 15 years ago
- 98b52ef Replace nonexisting word. by Georg Brandl · 15 years ago
- 1a04058 Manual merge of r72710: use table of flags for dbm.open description. by Georg Brandl · 15 years ago
- 7b53cb7 Blocked revisions 72678,72710 via svnmerge by Georg Brandl · 15 years ago
- 8a1e4c4 Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from by Georg Brandl · 15 years ago
- 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
- 0c1829b Blocked revisions 72921 via svnmerge by Benjamin Peterson · 15 years ago
- ebfecfd Only try to intern str objects when unpickling attributes. by Alexandre Vassalotti · 15 years ago
- f70b129 Make variable declarations for opcodes in batch_dict_exact consistent by Alexandre Vassalotti · 15 years ago
- 94f75e0 link to CoreFoundation in framework builds #6104 by Benjamin Peterson · 15 years ago
- 5c9b02d Merged revisions 72909 via svnmerge from by Collin Winter · 15 years ago
- 94c65d9 Merged revisions 72907 via svnmerge from by Benjamin Peterson · 15 years ago
- 14a3dd7 Merged revisions 72905 via svnmerge from by Benjamin Peterson · 15 years ago
- db31d75 Blocked revisions 72903 via svnmerge by Benjamin Peterson · 15 years ago
- 69f7114 Make some private functions static (thanks `make smelly`) by Antoine Pitrou · 15 years ago
- 118ebe1 Merged revisions 72900 via svnmerge from by Antoine Pitrou · 15 years ago
- 2032722 Merged revisions 72898 via svnmerge from by Antoine Pitrou · 15 years ago
- 70ccd16 Merged revisions 72893 via svnmerge from by Martin v. Löwis · 15 years ago
- 403117a Merged revisions 72891 via svnmerge from by Martin v. Löwis · 15 years ago
- 61f77b5 Merged revisions 72887 via svnmerge from by Antoine Pitrou · 15 years ago
- 1ef7f6e Recorded merge of revisions 72878 via svnmerge from by R. David Murray · 15 years ago
- cb2969f Blocked revisions 72882 via svnmerge by Antoine Pitrou · 15 years ago
- 7852c42 Try to fix building under Windows (where SIZEOF_PID_T apparently doesn't exist) by Antoine Pitrou · 15 years ago
- f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
- 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
- 744af44 clarify by Benjamin Peterson · 15 years ago
- caa27b7 Fix for issue 5259: ASCII encode the username and password before passing by R. David Murray · 15 years ago
- dfea192 install 2to3, overwritting any old installations #5756 by Benjamin Peterson · 15 years ago
- 14ed613 kill old comment by Benjamin Peterson · 15 years ago
- 3dc22e8 update NEWS by Benjamin Peterson · 15 years ago
- b747ed3 adjust Setup.dist to build _functools and _locale by Benjamin Peterson · 15 years ago
- d7b3046 Merged revisions 72859 via svnmerge from by Antoine Pitrou · 15 years ago
- 9c80cac build _functools and _locale into the core library by Benjamin Peterson · 15 years ago
- 932073a remove the fullinstall target since py3k will always be known as python3 #6047 by Benjamin Peterson · 15 years ago
- 971e51b Merged revisions 72855 via svnmerge from by Antoine Pitrou · 15 years ago
- c3ee166 Merged revisions 72852 via svnmerge from by Antoine Pitrou · 15 years ago
- 41669ca Merged revisions 72848 via svnmerge from by Eric Smith · 15 years ago
- db1c399 Issue #6093: Fix off-by-one error in locale.strxfrm. by Martin v. Löwis · 15 years ago
- eccb2ce Merged revisions 72838-72839 via svnmerge from by R. David Murray · 15 years ago
- 87e2074 Merged revisions 72835 via svnmerge from by R. David Murray · 15 years ago
- 0dedf45 #6079: use 3k except syntax in examples. by Georg Brandl · 15 years ago
- fe5f409 Recorded merge of revisions 72830 via svnmerge from by Georg Brandl · 15 years ago
- 4f6da63 Blocked revisions 72828 via svnmerge by Georg Brandl · 15 years ago
- 8e112e6 Recorded merge of revisions 72813 via svnmerge from by Georg Brandl · 15 years ago
- ab7481a Merged revisions 72817 via svnmerge from by Philip Jenvey · 15 years ago
- d40285a Fix-up moving average example. by Raymond Hettinger · 15 years ago
- bd16edd Refactor to remove duplicated nan/inf parsing code in by Mark Dickinson · 16 years ago
- 4db6ff6 Merged revisions 72776,72796 via svnmerge from by Jeffrey Yasskin · 16 years ago
- 787ab17 Blocked revisions 72805 via svnmerge by Mark Dickinson · 16 years ago
- 6b1e43b Issue #5829: complex('1e500') shouldn't raise OverflowError by Mark Dickinson · 16 years ago
- e2e1561 Merged revisions 72799 via svnmerge from by Georg Brandl · 16 years ago
- 3a6df81 Merged revisions 72794 via svnmerge from by Mark Dickinson · 16 years ago
- e61d437 Merge r72792: POP_MARK was not in pickle protocol 0, SHORT_BINBYTES was not in protocol 1. by Collin Winter · 16 years ago
- 360bcac Merged revisions 72789 via svnmerge from by Ronald Oussoren · 16 years ago
- 69026bb Merged revisions 72787 via svnmerge from by Ronald Oussoren · 16 years ago
- e909150 Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 16 years ago
- 822eb84 Merged revisions 72781 via svnmerge from by Tarek Ziadé · 16 years ago
- f84d7e9 MACOSX by Ronald Oussoren · 16 years ago
- 9a4414d Merged revisions 72777 via svnmerge from by Collin Winter · 16 years ago
- c384b22 Issue 6037: MutableSequence.__iadd__ should return self. by Raymond Hettinger · 16 years ago
- 93fb3aa Merged revisions 72768 via svnmerge from by Tarek Ziadé · 16 years ago
- 40c0027 Merged revisions 72764 via svnmerge from by Tarek Ziadé · 16 years ago
- d18a84e Merged revisions 72758 via svnmerge from by Tarek Ziadé · 16 years ago
- 5483fe5 Remove trailing whitespace. by Georg Brandl · 16 years ago
- 4ad1d6f Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects. by Robert Schuppenies · 16 years ago
- 441efa8 Merged revisions 72746 via svnmerge from by Tarek Ziadé · 16 years ago
- 036490d More conversion to new-style optional args. by Georg Brandl · 16 years ago
- cd86925 Use true booleans. by Georg Brandl · 16 years ago