2009-05-29 |
Martin v. Löwis | Merged revisions 73016 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Martin v. Löwis | Issue #4859: Implement PEP 383 for pwd, spwd, and grp. |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Martin v. Löwis | Issue #6012: Add cleanup support to O& argument parsing. |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Hirokazu Yamamoto | Merged revisions 73008 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Raymond Hettinger | Issue 5982: Classmethod and staticmethod expose wrapped... |
commit | commitdiff | tree | snapshot |
2009-05-29 |
R. David Murray | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Raymond Hettinger | Issue 5150: Add rstrip() menu option to IDLE. |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Raymond Hettinger | fix typo |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Raymond Hettinger | Suppress deprecation warnings. |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Raymond Hettinger | Restore tests until the code is actually removed. |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Raymond Hettinger | Deprecate contextlib.nested(). The with-statement... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
R. David Murray | Finish issue 5259 by adding tests and fixes for the... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Tarek Ziadé | Merged revisions 72986 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Tarek Ziadé | Merged revisions 72981 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Tarek Ziadé | Blocked revisions 72823 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Philip Jenvey | Merged revisions 72979 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Benjamin Peterson | Merged revisions 72971 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Philip Jenvey | Blocked revisions 72972-72973 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Antoine Pitrou | Remove useless compatibility statements |
commit | commitdiff | tree | snapshot |
2009-05-27 |
R. David Murray | Merged revisions 72966 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Georg Brandl | Add attribution for patch co-author. |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Raymond Hettinger | Fix TODO: do the sort by just the key, not the key... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Raymond Hettinger | * Fix-up a TODO (support the sort_key option). |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Raymond Hettinger | Update whatsnew for compound with-statements. |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Raymond Hettinger | Issue 6105: json encoder to respect iteration order... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Benjamin Peterson | Merged revisions 72958 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Benjamin Peterson | Merged revisions 72957 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Raymond Hettinger | Stronger tests for namedtuple() to prevent future name... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Raymond Hettinger | Fix field name conflicts for named tuples. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Ronald Oussoren | Remove debug statement that leaked into the repository. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Ronald Oussoren | Add note to NEWS about not installing smtpd.py |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Ronald Oussoren | * Adapt framework install makefiles to 2to3 tool |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Ronald Oussoren | Fix for Issue6111. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Georg Brandl | #6118: dont ignore encoding arguments for arguments... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Collin Winter | Merged revisions 72930 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Georg Brandl | #6115: remove entries for the already removed PyNumber_... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Georg Brandl | Merged revisions 72932 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Georg Brandl | Replace nonexisting word. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Georg Brandl | Manual merge of r72710: use table of flags for dbm... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Georg Brandl | Blocked revisions 72678,72710 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Georg Brandl | Merged revisions 72661,72675-72677,72679,72712,72801... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Georg Brandl | Merged revisions 72924 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Benjamin Peterson | Blocked revisions 72921 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Alexandre Vassalotti | Only try to intern str objects when unpickling attributes. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Alexandre Vassalotti | Make variable declarations for opcodes in batch_dict_ex... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Benjamin Peterson | link to CoreFoundation in framework builds #6104 |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Collin Winter | Merged revisions 72909 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Benjamin Peterson | Merged revisions 72907 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Benjamin Peterson | Merged revisions 72905 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Benjamin Peterson | Blocked revisions 72903 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Antoine Pitrou | Make some private functions static (thanks `make smelly`) |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Antoine Pitrou | Merged revisions 72900 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Antoine Pitrou | Merged revisions 72898 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Martin v. Löwis | Merged revisions 72893 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Martin v. Löwis | Merged revisions 72891 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Antoine Pitrou | Merged revisions 72887 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-24 |
R. David Murray | Recorded merge of revisions 72878 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Antoine Pitrou | Blocked revisions 72882 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Antoine Pitrou | Try to fix building under Windows (where SIZEOF_PID_T... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Benjamin Peterson | Merged revisions 72871-72872 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Antoine Pitrou | Issue #5761: Add the name of the underlying file to... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Benjamin Peterson | clarify |
commit | commitdiff | tree | snapshot |
2009-05-23 |
R. David Murray | Fix for issue 5259: ASCII encode the username and passw... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Benjamin Peterson | install 2to3, overwritting any old installations #5756 |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Benjamin Peterson | kill old comment |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Benjamin Peterson | update NEWS |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Benjamin Peterson | adjust Setup.dist to build _functools and _locale |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Antoine Pitrou | Merged revisions 72859 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Benjamin Peterson | build _functools and _locale into the core library |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Benjamin Peterson | remove the fullinstall target since py3k will always... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Antoine Pitrou | Merged revisions 72855 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Antoine Pitrou | Merged revisions 72852 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Eric Smith | Merged revisions 72848 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Martin v. Löwis | Issue #6093: Fix off-by-one error in locale.strxfrm. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
R. David Murray | Merged revisions 72838-72839 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-23 |
R. David Murray | Merged revisions 72835 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Georg Brandl | #6079: use 3k except syntax in examples. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Georg Brandl | Recorded merge of revisions 72830 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Georg Brandl | Blocked revisions 72828 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Georg Brandl | Recorded merge of revisions 72813 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Philip Jenvey | Merged revisions 72817 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Raymond Hettinger | Fix-up moving average example. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Mark Dickinson | Refactor to remove duplicated nan/inf parsing code in |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Jeffrey Yasskin | Merged revisions 72776,72796 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Mark Dickinson | Blocked revisions 72805 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Mark Dickinson | Issue #5829: complex('1e500') shouldn't raise OverflowError |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Georg Brandl | Merged revisions 72799 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Mark Dickinson | Merged revisions 72794 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Collin Winter | Merge r72792: POP_MARK was not in pickle protocol 0... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Ronald Oussoren | Merged revisions 72789 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Ronald Oussoren | Merged revisions 72787 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Raymond Hettinger | Note that ordered dictionaries work with reversed(). |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Tarek Ziadé | Merged revisions 72781 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Ronald Oussoren | MACOSX |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Collin Winter | Merged revisions 72777 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Raymond Hettinger | Issue 6037: MutableSequence.__iadd__ should return... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Tarek Ziadé | Merged revisions 72768 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Tarek Ziadé | Merged revisions 72764 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Tarek Ziadé | Merged revisions 72758 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Georg Brandl | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
next |