| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed #1702551: distutils sdist was not pruning VCS directories under win32 | Tarek Ziadé | 2009-01-04 | 1 | -0/+3 |
|
|
* | Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. | Georg Brandl | 2009-01-03 | 1 | -0/+6 |
|
|
* | The _tkinter module functions "createfilehandler", "deletefilehandler", | Guilherme Polo | 2009-01-03 | 1 | -0/+4 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 1 | -2/+3 |
|
|
* | Issue #4817: Remove unused function PyOS_GetLastModificationTime. | Martin v. Löwis | 2009-01-03 | 1 | -0/+2 |
|
|
* | Issue #4812: add missing underscore prefix to some internal-use-only | Mark Dickinson | 2009-01-02 | 1 | -0/+3 |
|
|
* | Issue #4051: Prevent conflict of UNICODE macros in cPickle. | Martin v. Löwis | 2009-01-02 | 1 | -0/+2 |
|
|
* | Issue #4075: Use OutputDebugStringW in Py_FatalError. | Martin v. Löwis | 2009-01-02 | 1 | -0/+2 |
|
|
* | Fix for issues #841800 and #900506 | Ronald Oussoren | 2009-01-02 | 1 | -0/+4 |
|
|
* | Fix for issue 1149804 | Ronald Oussoren | 2009-01-02 | 1 | -0/+3 |
|
|
* | Fix for issue r1737832 | Ronald Oussoren | 2009-01-02 | 1 | -0/+3 |
|
|
* | Fix for issue 1627952 | Ronald Oussoren | 2009-01-02 | 1 | -0/+2 |
|
|
* | Fix for issue 900949 | Ronald Oussoren | 2009-01-02 | 1 | -0/+3 |
|
|
* | Fix for issue1594 | Ronald Oussoren | 2009-01-02 | 1 | -0/+3 |
|
|
* | Forgot to add a NEWS item in my previous checkin | Ronald Oussoren | 2009-01-02 | 1 | -0/+2 |
|
|
* | Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open | Hirokazu Yamamoto | 2009-01-01 | 1 | -0/+3 |
|
|
* | Issue #3680: Reference cycles created through a dict, set or deque iterator d... | Antoine Pitrou | 2009-01-01 | 1 | -0/+3 |
|
|
* | #4228: Pack negative values the same way as 2.4 | Georg Brandl | 2009-01-01 | 1 | -0/+2 |
|
|
* | #4795 inspect.isgeneratorfunction() should return False instead of None | Benjamin Peterson | 2008-12-31 | 1 | -0/+3 |
|
|
* | Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 i... | Tarek Ziadé | 2008-12-30 | 1 | -0/+3 |
|
|
* | Issue #4701: implicitly call PyType_Ready from PyObject_Hash | Nick Coghlan | 2008-12-30 | 1 | -0/+3 |
|
|
* | fixed #4646 : distutils was choking on empty options arg in the setup function. | Tarek Ziadé | 2008-12-29 | 1 | -0/+3 |
|
|
* | Issue #1040026: Fix os.times result on systems where HZ is incorrect. | Martin v. Löwis | 2008-12-29 | 1 | -0/+2 |
|
|
* | #4764 in io.open, set IOError.filename when trying to open a directory on POS... | Benjamin Peterson | 2008-12-29 | 1 | -0/+3 |
|
|
* | #4764 set IOError.filename when trying to open a directory on POSIX platforms | Benjamin Peterson | 2008-12-29 | 1 | -0/+3 |
|
|
* | Issue #3767: Convert Tk object to string in tkColorChooser. | Martin v. Löwis | 2008-12-29 | 1 | -0/+2 |
|
|
* | Issue #3248: Allow placing ScrolledText in a PanedWindow. | Martin v. Löwis | 2008-12-29 | 1 | -0/+2 |
|
|
* | fix WORD_BIGEDIAN declaration in Universal builds; fixes #4060 and #4728 | Benjamin Peterson | 2008-12-28 | 1 | -0/+2 |
|
|
* | Issue #4444: Allow assertRaises() to be used as a context handler. | Antoine Pitrou | 2008-12-28 | 1 | -0/+3 |
|
|
* | Backport r67974: | Georg Brandl | 2008-12-28 | 1 | -0/+3 |
|
|
* | Issue #4677: add two list comprehension tests to pybench. | Antoine Pitrou | 2008-12-27 | 1 | -0/+5 |
|
|
* | #4748 lambda generators shouldn't return values | Benjamin Peterson | 2008-12-27 | 1 | -0/+2 |
|
|
* | Patch #4739 by David Laban: add symbols to pydoc help topics, | Georg Brandl | 2008-12-27 | 1 | -0/+3 |
|
|
* | Issue #4756: zipfile.is_zipfile() now supports file-like objects. | Antoine Pitrou | 2008-12-27 | 1 | -0/+3 |
|
|
* | Add Misc/NEWS entry for r67934. | Alexandre Vassalotti | 2008-12-27 | 1 | -0/+3 |
|
|
* | fixed #4400 : distutils .pypirc default generated file was broken. | Tarek Ziadé | 2008-12-24 | 1 | -0/+2 |
|
|
* | #4736 BufferRWPair.closed shouldn't try to call another property as a function | Benjamin Peterson | 2008-12-24 | 1 | -0/+2 |
|
|
* | As a result of a regression that snuck into 2.5.3 add a test case that | Skip Montanaro | 2008-12-23 | 1 | -0/+3 |
|
|
* | add NEWS note | Benjamin Peterson | 2008-12-22 | 1 | -0/+2 |
|
|
* | Issue #2467: gc.DEBUG_STATS reports invalid elapsed times. | Antoine Pitrou | 2008-12-17 | 1 | -0/+4 |
|
|
* | Issue #3439: add bit_length method to int and long. | Mark Dickinson | 2008-12-17 | 1 | -0/+2 |
|
|
* | Issue #2183: Simplify and optimize bytecode for list comprehensions. | Antoine Pitrou | 2008-12-17 | 1 | -0/+3 |
|
|
* | #3632: the "pyo" macro from gdbinit can now run when the GIL is released. | Amaury Forgeot d'Arc | 2008-12-15 | 1 | -0/+3 |
|
|
* | #3954: Fix error handling code in _hotshot.logreader | Amaury Forgeot d'Arc | 2008-12-15 | 1 | -0/+3 |
|
|
* | Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). | Antoine Pitrou | 2008-12-14 | 1 | -0/+4 |
|
|
* | Fix several issues relating to access to source code inside zipfiles. Initial... | Nick Coghlan | 2008-12-14 | 1 | -0/+19 |
|
|
* | Issue #4163: Use unicode-friendly word splitting in the textwrap functions wh... | Antoine Pitrou | 2008-12-13 | 1 | -0/+3 |
|
|
* | Issue #4616: TarFile.utime(): Restore directory times on Windows. | Lars Gustäbel | 2008-12-12 | 1 | -0/+2 |
|
|
* | Issues #3167, #3682: tests for math.log and math.log10 were failing on | Mark Dickinson | 2008-12-11 | 1 | -0/+3 |
|
|
* | Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to | Facundo Batista | 2008-12-11 | 1 | -0/+4 |
|
|