| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r68191. | Raymond Hettinger | 2009-01-03 | 1 | -56/+56 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 2 | -56/+155 |
|
|
* | Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 ... | Benjamin Peterson | 2009-01-03 | 9 | -58/+198 |
|
|
* | Issue #4812: further renaming of internal Decimal constants, for clarity. | Mark Dickinson | 2009-01-03 | 1 | -56/+56 |
|
|
* | Issue #4812: add missing underscore prefix to some internal-use-only | Mark Dickinson | 2009-01-02 | 1 | -63/+63 |
|
|
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 | 1 | -0/+36 |
|
|
* | Fix for issues #841800 and #900506 | Ronald Oussoren | 2009-01-02 | 1 | -15/+28 |
|
|
* | Fix for issue 1149804 | Ronald Oussoren | 2009-01-02 | 1 | -1/+8 |
|
|
* | Fix for issue r1737832 | Ronald Oussoren | 2009-01-02 | 1 | -5/+8 |
|
|
* | Fix for issue 1627952 | Ronald Oussoren | 2009-01-02 | 1 | -1/+1 |
|
|
* | Fix for issue 900949 | Ronald Oussoren | 2009-01-02 | 1 | -11/+9 |
|
|
* | Fix for issue1594 | Ronald Oussoren | 2009-01-02 | 1 | -0/+55 |
|
|
* | Fix for issue3559: No preferences menu in IDLE on OSX | Ronald Oussoren | 2009-01-02 | 3 | -2/+9 |
|
|
* | fill in actual issue number in tests | Antoine Pitrou | 2009-01-01 | 3 | -3/+3 |
|
|
* | Issue #3680: Reference cycles created through a dict, set or deque iterator d... | Antoine Pitrou | 2009-01-01 | 3 | -4/+48 |
|
|
* | #4228: Pack negative values the same way as 2.4 | Georg Brandl | 2009-01-01 | 1 | -0/+7 |
|
|
* | #4222: document dis.findlabels() and dis.findlinestarts() and | Georg Brandl | 2009-01-01 | 1 | -1/+2 |
|
|
* | #4185: clarify escape behavior of replacement strings. | Georg Brandl | 2009-01-01 | 1 | -2/+4 |
|
|
* | simplfy code | Benjamin Peterson | 2009-01-01 | 1 | -4/+2 |
|
|
* | #4795 inspect.isgeneratorfunction() should return False instead of None | Benjamin Peterson | 2008-12-31 | 1 | -0/+1 |
|
|
* | fix name collision issues | Benjamin Peterson | 2008-12-31 | 1 | -3/+3 |
|
|
* | #4788 qualify some bare except clauses | Benjamin Peterson | 2008-12-31 | 1 | -2/+2 |
|
|
* | Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 i... | Tarek Ziadé | 2008-12-30 | 2 | -2/+35 |
|
|
* | Issue #4701: implicitly call PyType_Ready from PyObject_Hash | Nick Coghlan | 2008-12-30 | 1 | -1/+24 |
|
|
* | fixed #4646 : distutils was choking on empty options arg in the setup function. | Tarek Ziadé | 2008-12-29 | 2 | -1/+25 |
|
|
* | #4764 in io.open, set IOError.filename when trying to open a directory on POS... | Benjamin Peterson | 2008-12-29 | 1 | -0/+1 |
|
|
* | #4764 set IOError.filename when trying to open a directory on POSIX platforms | Benjamin Peterson | 2008-12-29 | 1 | -0/+13 |
|
|
* | Issue #3767: Convert Tk object to string in tkColorChooser. | Martin v. Löwis | 2008-12-29 | 1 | -5/+7 |
|
|
* | Issue #3248: Allow placing ScrolledText in a PanedWindow. | Martin v. Löwis | 2008-12-29 | 1 | -33/+42 |
|
|
* | Update the fix for issue4064 to deal correctly with all three variants of | Ronald Oussoren | 2008-12-28 | 1 | -2/+6 |
|
|
* | Issue4064: architecture string for universal builds on OSX | Ronald Oussoren | 2008-12-28 | 1 | -4/+10 |
|
|
* | Issue #2153: modernize coding style of unittest.py, remove obsolete compatibi... | Antoine Pitrou | 2008-12-28 | 1 | -46/+25 |
|
|
* | Issue #4444: Allow assertRaises() to be used as a context handler. | Antoine Pitrou | 2008-12-28 | 2 | -8/+67 |
|
|
* | Backport r67974: | Georg Brandl | 2008-12-28 | 1 | -0/+10 |
|
|
* | Follow-up to r67746 in order to restore backwards-compatibility for | Georg Brandl | 2008-12-27 | 1 | -7/+19 |
|
|
* | #4748 lambda generators shouldn't return values | Benjamin Peterson | 2008-12-27 | 1 | -0/+10 |
|
|
* | Patch #4739 by David Laban: add symbols to pydoc help topics, | Georg Brandl | 2008-12-27 | 1 | -2/+55 |
|
|
* | Issue #4756: zipfile.is_zipfile() now supports file-like objects. | Antoine Pitrou | 2008-12-27 | 2 | -12/+53 |
|
|
* | Fix bogus unicode tests in pickletester. | Alexandre Vassalotti | 2008-12-27 | 1 | -2/+2 |
|
|
* | Fix issue #4730: cPickle corrupts high-unicode strings. | Alexandre Vassalotti | 2008-12-27 | 1 | -2/+9 |
|
|
* | Issue #4740: Use HIGHEST_PROTOCOL in pickle test. | Hirokazu Yamamoto | 2008-12-27 | 3 | -6/+6 |
|
|
* | fixed #4400 : distutils .pypirc default generated file was broken. | Tarek Ziadé | 2008-12-24 | 4 | -7/+151 |
|
|
* | #4736 BufferRWPair.closed shouldn't try to call another property as a function | Benjamin Peterson | 2008-12-24 | 2 | -2/+3 |
|
|
* | As a result of a regression that snuck into 2.5.3 add a test case that | Skip Montanaro | 2008-12-23 | 1 | -0/+2 |
|
|
* | add py3k warnings to frame.f_exc_* | Benjamin Peterson | 2008-12-22 | 1 | -0/+10 |
|
|
* | Merged revisions 67809 via svnmerge from | Benjamin Peterson | 2008-12-21 | 1 | -1/+2 |
|
|
* | Issue #3439: add bit_length method to int and long. | Mark Dickinson | 2008-12-17 | 2 | -0/+72 |
|
|
* | Issue #2183: Simplify and optimize bytecode for list comprehensions. | Antoine Pitrou | 2008-12-17 | 3 | -33/+18 |
|
|
* | Merged revisions 67427,67431,67433,67435,67630,67652,67656-67657,67674-67675,... | Benjamin Peterson | 2008-12-16 | 20 | -153/+329 |
|
|
* | #3954: Fix error handling code in _hotshot.logreader | Amaury Forgeot d'Arc | 2008-12-15 | 1 | -0/+6 |
|
|