Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls | Victor Stinner | 2011-05-30 | 1 | -1/+4 |
| | | | | encreset() instead of decreset(). | ||||
* | Update the ACKS file with the packaging contributors | Alexis Metaireau | 2011-05-30 | 1 | -0/+38 |
| | |||||
* | Issue 12218: Removing wsgiref.egg-info | Tarek Ziade | 2011-05-30 | 1 | -0/+2 |
| | |||||
* | don't restrict unexpected EOF errors to the first line (closes #12216) | Benjamin Peterson | 2011-05-30 | 1 | -0/+2 |
| | |||||
* | Issue #10736: Revert changeset de4d34a95603 as it causes failures with | Ned Deily | 2011-05-29 | 1 | -3/+0 |
| | | | | old Apple-supplied Carbon Tk 8.4. | ||||
* | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 | Ned Deily | 2011-05-29 | 1 | -0/+3 |
| | | | | on Mac OS X. (Patch by Ronald Oussoren) | ||||
* | Issue #12196: Add pipe2() to the os module. | Charles-François Natali | 2011-05-29 | 1 | -0/+2 |
| | |||||
* | unify TryExcept and TryFinally (closes #12199) | Benjamin Peterson | 2011-05-29 | 1 | -0/+3 |
| | |||||
* | Merge 3.2 | Éric Araujo | 2011-05-29 | 1 | -8/+9 |
|\ | |||||
| * | Branch merge | Éric Araujo | 2011-05-29 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix typos in Misc/NEWS | Éric Araujo | 2011-05-29 | 1 | -4/+4 |
| | | | |||||
* | | | Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, | Ned Deily | 2011-05-28 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | | | | ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does. | ||||
| * | | Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, | Ned Deily | 2011-05-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does. | ||||
* | | | Issue #985064: Make plistlib more resilient to faulty input plists. | Ned Deily | 2011-05-28 | 2 | -0/+4 |
|\ \ \ | |/ / | | | | | | | Patch by Mher Movsisyan. | ||||
| * | | Issue #985064: Make plistlib more resilient to faulty input plists. | Ned Deily | 2011-05-28 | 2 | -0/+4 |
| |\ \ | | | | | | | | | | | | | Patch by Mher Movsisyan. | ||||
| | * | | Issue #985064: Make plistlib more resilient to faulty input plists. | Ned Deily | 2011-05-28 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | Patch by Mher Movsisyan. | ||||
* | | | | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-05-28 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren) | ||||
| * | | | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-05-28 | 1 | -0/+5 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | | | | Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren) | ||||
| | * | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-05-28 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren) | ||||
* | | | reflect with statements with multiple items in the AST (closes #12106) | Benjamin Peterson | 2011-05-27 | 1 | -0/+3 |
| | | | |||||
* | | | Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin | Victor Stinner | 2011-05-27 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | open() function instead of using StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter, StreamRecoder and EncodedFile() of the codec module. Use the builtin open() function or io.TextIOWrapper instead." "It has not been approved !" wrote Marc-Andre Lemburg. | ||||
* | | | try to use the same str object for all code filenames when compiling or ↵ | Benjamin Peterson | 2011-05-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | unmarshalling (#12190) This should reduce memory usage. | ||||
* | | | Merge heads | Nadeem Vawda | 2011-05-27 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. | Nadeem Vawda | 2011-05-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Initial patch by Nir Aides. | ||||
* | | | | Issue #8796: codecs.open() calls the builtin open() function instead of using | Victor Stinner | 2011-05-26 | 1 | -0/+5 |
|/ / / | | | | | | | | | | | | | | | | StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter, StreamRecoder and EncodedFile() of the codec module. Use the builtin open() function or io.TextIOWrapper instead. | ||||
* | | | fix typo | Benjamin Peterson | 2011-05-26 | 1 | -1/+1 |
| | | | |||||
* | | | Move test_packaging news entries to the tests section | Éric Araujo | 2011-05-26 | 1 | -6/+6 |
| | | | |||||
* | | | add ack from 2.7 | Benjamin Peterson | 2011-05-26 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. | Victor Stinner | 2011-05-25 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #12175: FileIO.readall() now only reads the file position and size once. | Victor Stinner | 2011-05-25 | 1 | -1/+4 |
| | | | |||||
* | | | Issue #12180: Fixed a few remaining errors in test_packaging when no threading. | Tarek Ziade | 2011-05-25 | 1 | -0/+3 |
| | | | |||||
* | | | (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() | Victor Stinner | 2011-05-25 | 1 | -8/+10 |
|\ \ \ | |/ / | | | | | | | returns None. | ||||
| * | | (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() | Victor Stinner | 2011-05-25 | 1 | -3/+5 |
| |\ \ | | |/ | | | | | | | returns None. | ||||
| | * | Issue #12175: RawIOBase.readall() now returns None if read() returns None. | Victor Stinner | 2011-05-25 | 1 | -0/+2 |
| | | | |||||
* | | | (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of | Victor Stinner | 2011-05-25 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | an IOError if the file is closed. | ||||
| * | | (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of | Victor Stinner | 2011-05-25 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | an IOError if the file is closed. | ||||
| | * | Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if | Victor Stinner | 2011-05-25 | 1 | -0/+3 |
| | | | | | | | | | | | | the file is closed. | ||||
* | | | merge commit. | Senthil Kumaran | 2011-05-25 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). | Antoine Pitrou | 2011-05-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Patch by Sijin Joseph. | ||||
* | | | | News entry for issue11109. | Senthil Kumaran | 2011-05-25 | 1 | -0/+3 |
|/ / / | |||||
* | | | make PyImport_ImportModuleLevel's first arg const like similiar functions ↵ | Benjamin Peterson | 2011-05-25 | 1 | -0/+3 |
| | | | | | | | | | | | | (closes #12173) | ||||
* | | | wrap at 80 chars | Benjamin Peterson | 2011-05-25 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #10818: Remove deprecated pydoc.serve() function | Victor Stinner | 2011-05-24 | 1 | -2/+3 |
| | | | | | | | | | | | | The pydoc module has a new enhanced web server. | ||||
* | | | Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been | Victor Stinner | 2011-05-24 | 1 | -0/+3 |
| | | | | | | | | | | | | deprecated in Python 3.2). | ||||
* | | | Issue #1441530: In imaplib, read the data in one chunk to speed up large | Charles-François Natali | 2011-05-24 | 1 | -0/+3 |
| | | | | | | | | | | | | reads and simplify code. | ||||
* | | | (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to | Victor Stinner | 2011-05-24 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | handle correctly references to "bogus variable" (e.g. "prefix=$/opt/python"). | ||||
| * | | Issue #12070: Fix the Makefile parser of the sysconfig module to handle | Victor Stinner | 2011-05-24 | 1 | -0/+3 |
| | | | | | | | | | | | | correctly references to "bogus variable" (e.g. "prefix=$/opt/python"). | ||||
* | | | (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at | Victor Stinner | 2011-05-24 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | | | | each call to their encode() method anymore, but continue to call the reset() method if the final argument is True. | ||||
| * | | (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at | Victor Stinner | 2011-05-24 | 1 | -0/+4 |
| |\ \ | | |/ | | | | | | | | | | each call to their encode() method anymore, but continue to call the reset() method if the final argument is True. | ||||
| | * | Issue #12100: Don't reset incremental encoders of CJK codecs at each call to | Victor Stinner | 2011-05-24 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | their encode() method anymore, but continue to call the reset() method if the final argument is True. |