Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | raise an OSError for invalid fds #4991 | Benjamin Peterson | 2009-01-19 | 1 | -0/+3 |
| | |||||
* | issue 4301: patch logging to add processName, remove the old ↵ | Jesse Noller | 2009-01-18 | 1 | -0/+3 |
| | | | | _check_logger_class code | ||||
* | Resolve issue 4449: AssertionError in mp_benchmarks.py | Jesse Noller | 2009-01-18 | 1 | -0/+3 |
| | |||||
* | fix inspect.isclass() on instances with a custom __getattr__ #1225107 | Benjamin Peterson | 2009-01-17 | 1 | -0/+3 |
| | |||||
* | #3997: zipfiles generated with more than 65536 files could not be opened | Amaury Forgeot d'Arc | 2009-01-17 | 1 | -0/+3 |
| | | | | | | with other applications. Reviewed by Martin, will backport to 2.6 and 3.0 | ||||
* | Another typo fix. | Mark Dickinson | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | Issue #4397. Fix occasional test_socket failure on OS X. | Mark Dickinson | 2009-01-15 | 1 | -0/+2 |
| | |||||
* | #1162154: inspect.getmembers() now skips attributes that raise AttributeError, | Amaury Forgeot d'Arc | 2009-01-13 | 1 | -1/+4 |
| | | | | e.g. a __slots__ attribute which has not been set. | ||||
* | #4807: Remove a wrong usage of wsprintf in the winreg module | Amaury Forgeot d'Arc | 2009-01-13 | 1 | -0/+2 |
| | | | | | | ("windows sprintf", different than swprintf) Needed for the windows CE port. | ||||
* | Issue #4935: The overflow checking code in the expandtabs() method common | Antoine Pitrou | 2009-01-13 | 1 | -0/+4 |
| | | | | | to str, bytes and bytearray could be optimized away by the compiler, letting the interpreter segfault instead of raising an error. | ||||
* | #3720: Interpreter crashes when an evil iterator removes its own next function. | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -0/+3 |
| | | | | | | Now the slot is filled with a function that always raises. Will not backport: extensions compiled with 2.6.x would not run on 2.6.0. | ||||
* | Issue 1696199: Add collections.Counter(). | Raymond Hettinger | 2009-01-12 | 1 | -0/+3 |
| | |||||
* | Misc/NEWS for issue 4293 | Kristján Valur Jónsson | 2009-01-12 | 1 | -0/+3 |
| | |||||
* | Update Misc/NEWS for issue 3582 | Kristján Valur Jónsson | 2009-01-12 | 1 | -0/+2 |
| | |||||
* | Issue #4893: Use NT threading on CE. | Martin v. Löwis | 2009-01-12 | 1 | -0/+2 |
| | |||||
* | Issue #4915: Port sysmodule to Windows CE. | Martin v. Löwis | 2009-01-12 | 1 | -0/+2 |
| | |||||
* | Issue #4895: Use _strdup on Windows CE. | Martin v. Löwis | 2009-01-11 | 1 | -0/+2 |
| | |||||
* | Issue #4279: Fix build of parsermodule under Cygwin. | Martin v. Löwis | 2009-01-11 | 1 | -0/+2 |
| | |||||
* | - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on | Matthias Klose | 2009-01-10 | 1 | -0/+3 |
| | | | | biarch systems. Try to rely on ldconfig only, without using objdump and gcc. | ||||
* | Add NEWS entry for r68484. | Antoine Pitrou | 2009-01-10 | 1 | -0/+2 |
| | |||||
* | Issue #4074: Change the criteria for doing a full garbage collection (i.e. | Antoine Pitrou | 2009-01-09 | 1 | -0/+6 |
| | | | | | | collecting the oldest generation) so that allocating lots of objects without destroying them does not show quadratic performance. Based on a proposal by Martin von Löwis at http://mail.python.org/pipermail/python-dev/2008-June/080579.html. | ||||
* | Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. | Martin v. Löwis | 2009-01-07 | 1 | -0/+2 |
| | |||||
* | Issue #1180193: When importing a module from a .pyc (or .pyo) file with | Antoine Pitrou | 2009-01-06 | 1 | -0/+6 |
| | | | | | | | an existing .py counterpart, override the co_filename attributes of all code objects if the original filename is obsolete (which can happen if the file has been renamed, moved, or if it is accessed through different paths). Patch by Ziga Seilnacht and Jean-Paul Calderone. | ||||
* | Issue #4272: Add an optional argument to the GzipFile constructor to ↵ | Antoine Pitrou | 2009-01-04 | 1 | -0/+5 |
| | | | | override the timestamp in the gzip stream. | ||||
* | Misc/NEWS entry for r68317 | Mark Dickinson | 2009-01-04 | 1 | -0/+2 |
| | |||||
* | 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 |
| | | | | | "createtimerhandler", "mainloop", "dooneevent" and "quit" have been deprecated for removal in 3.x (part of issue #3638). | ||||
* | 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 |
| | | | | constants in the decimal module. (Dec_0 becomes _Dec_0, etc.) | ||||
* | 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 |
| | | | | file with `str' filename on Windows. | ||||
* | Issue #3680: Reference cycles created through a dict, set or deque iterator ↵ | Antoine Pitrou | 2009-01-01 | 1 | -0/+3 |
| | | | | did not get collected. | ||||
* | #4228: Pack negative values the same way as 2.4 | Georg Brandl | 2009-01-01 | 1 | -0/+2 |
| | | | | in struct's L format. | ||||
* | #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 ↵ | Tarek Ziadé | 2008-12-30 | 1 | -0/+3 |
| | | | | if MSVC is not found | ||||
* | 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 ↵ | Benjamin Peterson | 2008-12-29 | 1 | -0/+3 |
| | | | | POSIX platforms | ||||
* | #4764 set IOError.filename when trying to open a directory on POSIX platforms | Benjamin Peterson | 2008-12-29 | 1 | -0/+3 |
| |