Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a marker in generated MANIFEST files, don't touch files without it. ↵ | Éric Araujo | 2010-08-14 | 1 | -0/+4 |
| | | | | Fixes #8688. | ||||
* | Issue #9542: Create PyUnicode_FSDecoder() function | Victor Stinner | 2010-08-13 | 1 | -0/+4 |
| | | | | | | | | | | | | It's a ParseTuple converter: decode bytes objects to unicode using PyUnicode_DecodeFSDefaultAndSize(); str objects are output as-is. * Don't specify surrogateescape error handler in the comments nor the documentation, but PyUnicode_DecodeFSDefaultAndSize() and PyUnicode_EncodeFSDefault() because these functions use strict error handler for the mbcs encoding (on Windows). * Remove PyUnicode_FSConverter() comment in unicodeobject.c to avoid inconsistency with unicodeobject.h. | ||||
* | Issue #9203: Computed gotos are now enabled by default on supported | Antoine Pitrou | 2010-08-13 | 1 | -0/+4 |
| | | | | | compilers (which are detected by the configure script). They can still be disable selectively by specifying --without-computed-gotos. | ||||
* | Per request, make 'nosy' vs 'assign' explicit in maintainers.rst. | R. David Murray | 2010-08-13 | 1 | -1/+5 |
| | | | | Also add myself as assignable for email issues. | ||||
* | Reapply r83877. | Antoine Pitrou | 2010-08-13 | 1 | -2/+2 |
| | |||||
* | Issue #9425: Create PyErr_WarnFormat() function | Victor Stinner | 2010-08-13 | 1 | -1/+4 |
| | | | | | | | Similar to PyErr_WarnEx() but use PyUnicode_FromFormatV() to format the warning message. Strip also some trailing spaces. | ||||
* | Typo. | Antoine Pitrou | 2010-08-12 | 1 | -2/+2 |
| | |||||
* | Issue #7467: when a file from a ZIP archive, its CRC is checked and a | Antoine Pitrou | 2010-08-12 | 1 | -0/+4 |
| | | | | | BadZipfile error is raised if it doesn't match (as used to be the case in Python 2.5 and earlier). | ||||
* | use pep 383 decoding for mknod and mkfifo #9570 | Benjamin Peterson | 2010-08-11 | 1 | -0/+2 |
| | | | | Patch by David Watson. | ||||
* | Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 | Alexander Belopolsky | 2010-08-11 | 1 | -0/+4 |
| | | | | | va_copy, but available on all python platforms. Untabified a few unrelated files. | ||||
* | Issue #9550: a BufferedReader could issue an additional read when the | Antoine Pitrou | 2010-08-11 | 2 | -0/+6 |
| | | | | | | original read request had been satisfied, which can block indefinitely when the underlying raw IO channel is e.g. a socket. Report and original patch by Jason V. Miller. | ||||
* | Add George Boutsioukis, from the GSoC project. | Martin v. Löwis | 2010-08-11 | 1 | -0/+3 |
| | |||||
* | Note that Éric Araujo has been given commit privileges. | Brett Cannon | 2010-08-11 | 1 | -0/+3 |
| | |||||
* | Issue #8834: Added a comment describing the order of entries in Misc/ACKS. | Alexander Belopolsky | 2010-08-10 | 1 | -4/+10 |
| | | | | Added names from release27-maint branch that were missing from py3k. | ||||
* | Issue #6915: Under Windows, os.listdir() didn't release the Global | Antoine Pitrou | 2010-08-09 | 2 | -0/+4 |
| | | | | Interpreter Lock around all system calls. Original patch by Ryan Kelly. | ||||
* | Issue #3757: thread-local objects now support cyclic garbage collection. | Antoine Pitrou | 2010-08-09 | 1 | -0/+4 |
| | | | | | Thread-local objects involved in reference cycles will be deallocated timely by the cyclic GC, even if the underlying thread is still running. | ||||
* | Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() | Antoine Pitrou | 2010-08-09 | 1 | -1/+1 |
| | | | | and make it return the file descriptor. | ||||
* | issue #9452: | Fred Drake | 2010-08-09 | 1 | -0/+3 |
| | | | | | Add read_file, read_string, and read_dict to the configparser API; new source attribute to exceptions. | ||||
* | Fix ``Tools/scripts/checkpyc.py`` after PEP 3147. | Florent Xicluna | 2010-08-09 | 1 | -0/+2 |
| | |||||
* | Revert r83877 in order to fix compilation | Antoine Pitrou | 2010-08-09 | 1 | -2/+2 |
| | |||||
* | reapply the revert made in r83875 | Senthil Kumaran | 2010-08-09 | 1 | -2/+2 |
| | | | | | | | | | Now the _collections is statically built, the build dependencies are in proper order and build works fine. Commit Log from r83874: Issue 9396. Apply functools.lru_cache in the place of the random flushing cache in the re module. | ||||
* | Revert 83784 adding functools.lru_cache() to the re module. | Raymond Hettinger | 2010-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | The problem is that the re module is imported by sysconfig and re needs functools which uses collections.OrderedDict() but the _collectionsmodule.c code is not yet constructed at this point in the build. The likely best solution will be to include _collections as part of the static build before the rest of the boot-strapping. | ||||
* | Issue 9396. Apply functools.lru_cache in the place of the | Raymond Hettinger | 2010-08-09 | 1 | -2/+2 |
| | | | | random flushing cache in the re module. | ||||
* | Issue #8524: Add a forget() method to socket objects, so as to put the | Antoine Pitrou | 2010-08-08 | 1 | -0/+4 |
| | | | | | socket into the closed state without closing the underlying file descriptor. | ||||
* | Fix xml.etree.ElementInclude to include the tail of the current node. Issue ↵ | Florent Xicluna | 2010-08-08 | 1 | -0/+3 |
| | | | | #6231 | ||||
* | Issue #477863: Print a warning at shutdown if gc.garbage is not empty. | Antoine Pitrou | 2010-08-08 | 1 | -0/+2 |
| | |||||
* | Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an ↵ | Florent Xicluna | 2010-08-08 | 1 | -0/+3 |
| | | | | array. | ||||
* | Issue #5319: Print an error if flushing stdout fails at interpreter | Antoine Pitrou | 2010-08-08 | 1 | -0/+3 |
| | | | | shutdown. | ||||
* | Issue #8047: Fix the xml.etree serializer to return bytes by default. | Florent Xicluna | 2010-08-08 | 1 | -0/+3 |
| | | | | Use ``encoding="unicode"`` to generate a Unicode string. | ||||
* | Fix issue6869: refcount problem in the _ctypes extension. | Thomas Heller | 2010-08-08 | 1 | -1/+3 |
| | |||||
* | Issue #7564: Skip test_ioctl if another process is attached to /dev/tty. | Florent Xicluna | 2010-08-08 | 1 | -0/+2 |
| | |||||
* | Typo. | Florent Xicluna | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | Fix issue5504: ctypes does now work with systems where mmap can't be | Thomas Heller | 2010-08-08 | 1 | -0/+3 |
| | | | | PROT_WRITE and PROT_EXEC. | ||||
* | Add a news entry for Issue8280. | Senthil Kumaran | 2010-08-08 | 1 | -0/+4 |
| | |||||
* | Issue #9507: Named tuple repr will now automatically display the right | Raymond Hettinger | 2010-08-08 | 1 | -0/+3 |
| | | | | name in a tuple subclass. | ||||
* | Issue #8433: Fix test_curses failure for platforms with recent versions of ↵ | Mark Dickinson | 2010-08-07 | 1 | -0/+2 |
| | | | | ncurses. | ||||
* | Add xml subpackages, since they are likely to have different maintainers. | R. David Murray | 2010-08-06 | 1 | -1/+8 |
| | | | | And if not they can be merged back together when that becomes apparent. | ||||
* | Fix #9324: Add parameter validation to signal.signal on Windows in order | Brian Curtin | 2010-08-06 | 1 | -0/+3 |
| | | | | to prevent crashes. | ||||
* | In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX, PY_SSIZE_T_MAX] ↵ | Mark Dickinson | 2010-08-06 | 1 | -0/+4 |
| | | | | rather than [PY_SSIZE_T_MIN, PY_SSIZE_T_MAX]. | ||||
* | Misc/NEWS entry for r83751. | Mark Dickinson | 2010-08-06 | 1 | -0/+4 |
| | |||||
* | Issue #9524: Document that two CTRL* signals are meant for use only | Brian Curtin | 2010-08-05 | 1 | -0/+3 |
| | | | | with os.kill. | ||||
* | Issue #6683: For SMTP logins we now try all authentication methods advertised | Gerhard Häring | 2010-08-05 | 1 | -0/+4 |
| | | | | | | | by the server. Many servers are buggy and advertise authentication methods they o not support in reality. This change makes smtplib.auth() work more often in the real world, where we face misconfigured servers and servers that advertise methods they don't support due to the madness that is SASL. | ||||
* | Issue #9337: Make float.__str__ identical to float.__repr__. | Mark Dickinson | 2010-08-04 | 1 | -0/+3 |
| | | | | (And similarly for complex numbers.) | ||||
* | Add Terry Reedy. | Martin v. Löwis | 2010-08-04 | 1 | -0/+3 |
| | |||||
* | Issue #8814: function annotations (the `__annotations__` attribute) | Antoine Pitrou | 2010-08-04 | 2 | -0/+5 |
| | | | | | are now included in the set of attributes copied by default by functools.wraps and functools.update_wrapper. Patch by Terrence Cole. | ||||
* | Issue #9496: Provide a test suite for the rlcompleter module. Patch by | Antoine Pitrou | 2010-08-04 | 2 | -0/+4 |
| | | | | Michele Orrù. | ||||
* | I'm interested in threading issues as well | Antoine Pitrou | 2010-08-04 | 1 | -2/+2 |
| | |||||
* | as per discussion with antoine revert changes made in 83708 as the user ↵ | Giampaolo Rodolà | 2010-08-04 | 2 | -3/+0 |
| | | | | useing ftplib's readline methods is supposed to always use a binary file | ||||
* | Something fun to maintain | Antoine Pitrou | 2010-08-04 | 1 | -1/+1 |
| | |||||
* | fix issue #6822: ftplib's storline method doesn't work with text files | Giampaolo Rodolà | 2010-08-04 | 2 | -0/+3 |
| |