Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #14701: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 1 | -0/+2 |
|\ | |||||
| * | Issue #14701: Add missing support for 'raise ... from' in parser module. | Mark Dickinson | 2012-05-07 | 1 | -0/+2 |
| | | |||||
* | | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow ↵ | Mark Dickinson | 2012-05-07 | 1 | -0/+3 |
| | | | | | | | | checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch. | ||||
* | | Add John Regehr to Misc/ACKS for his help with finding integer overflows ↵ | Mark Dickinson | 2012-05-07 | 1 | -0/+1 |
| | | | | | | | | (issue #9530). | ||||
* | | Merge Misc/NEWS issue number fix from 3.2 | Mark Dickinson | 2012-05-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix issue number in Misc/NEWS. | Mark Dickinson | 2012-05-07 | 1 | -1/+1 |
| | | |||||
* | | Add Misc/NEWS entry for rev b4a1d9287780 | Richard Oudkerk | 2012-05-06 | 1 | -0/+3 |
| | | |||||
* | | Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. ↵ | Mark Dickinson | 2012-05-06 | 1 | -0/+6 |
|\ \ | |/ | | | | | Grammar. | ||||
| * | Issue #14965: Fix missing support for starred assignments in ↵ | Mark Dickinson | 2012-05-06 | 1 | -0/+6 |
| | | | | | | | | Tools/parser/unparse.py. | ||||
* | | #14034: merge argparse tutorial from 3.2. | Ezio Melotti | 2012-05-06 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. | Ezio Melotti | 2012-05-06 | 2 | -0/+6 |
| | | |||||
* | | Closes #13989: Add support for text modes to gzip.open(). | Nadeem Vawda | 2012-05-06 | 1 | -0/+2 |
| | | | | | | | | Also, add tests for gzip.open(). | ||||
* | | Fix some rst errors in NEWS. | Georg Brandl | 2012-05-06 | 1 | -36/+34 |
| | | |||||
* | | Post-3.3a3 bump. | Georg Brandl | 2012-05-06 | 1 | -2/+3 |
| | | |||||
* | | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) | Larry Hastings | 2012-05-06 | 1 | -0/+24 |
| | | |||||
* | | Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. | Lars Gustäbel | 2012-05-05 | 1 | -0/+2 |
| | | | | | | | | The ExFileObject class was removed, some of its code went into _FileInFile. | ||||
* | | merge 3.2 (#14699) | Benjamin Peterson | 2012-05-01 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | fix calling the classmethod descriptor directly (closes #14699) | Benjamin Peterson | 2012-05-01 | 1 | -0/+2 |
| | | |||||
* | | Bump to 3.3.0a3. | Georg Brandl | 2012-05-01 | 2 | -2/+2 |
| | | |||||
* | | Issue #14371: Support bzip2 in zipfile module. | Martin v. Löwis | 2012-05-01 | 1 | -0/+3 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | issue13183 - Fix pdb skipping frames after hitting a breakpoint and running ↵ | Senthil Kumaran | 2012-05-01 | 1 | -0/+3 |
|\ \ | |/ | | | | | step. Patch by Xavier de Gaye | ||||
| * | issue13183 - Fix pdb skipping frames after hitting a breakpoint and running ↵ | Senthil Kumaran | 2012-05-01 | 1 | -0/+3 |
| | | | | | | | | step. Patch by Xavier de Gaye | ||||
* | | Merge with 3.2: issue #14433 | Martin v. Löwis | 2012-04-30 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. | Martin v. Löwis | 2012-04-30 | 1 | -0/+3 |
| | | |||||
* | | Issue #14696: Merge from 3.2 | Mark Dickinson | 2012-04-29 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #14696: Fix parser module to understand 'nonlocal' declarations. | Mark Dickinson | 2012-04-29 | 1 | -0/+2 |
| | | |||||
* | | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near | Alexander Belopolsky | 2012-04-29 | 2 | -0/+4 |
|\ \ | |/ | | | | | the DST transition. Patch by Joe Peterson. | ||||
| * | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near | Alexander Belopolsky | 2012-04-29 | 2 | -0/+4 |
| | | | | | | | | the DST transition. Patch by Joe Peterson. | ||||
* | | Issue #9154: Merge fix from 3.2. | Mark Dickinson | 2012-04-29 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #9154: Fix parser module to understand function annotations. | Mark Dickinson | 2012-04-29 | 1 | -0/+2 |
| | | |||||
* | | Issue #14521: Make result of float('nan') and float('-nan') more consistent ↵ | Mark Dickinson | 2012-04-29 | 1 | -0/+3 |
| | | | | | | | | across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). | ||||
* | | Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead ↵ | Senthil Kumaran | 2012-04-29 | 1 | -0/+3 |
| | | | | | | | | of client hostname | ||||
* | | Close #14309: Deprecate time.clock() | Victor Stinner | 2012-04-29 | 1 | -0/+3 |
| | | | | | | | | Use time.perf_counter() or time.process_time() instead. | ||||
* | | Issue #14428, #14397: Implement the PEP 418 | Victor Stinner | 2012-04-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | * Rename time.steady() to time.monotonic() * On Windows, time.monotonic() uses GetTickCount/GetTickCount64() instead of QueryPerformanceCounter() * time.monotonic() uses CLOCK_HIGHRES if available * Add time.get_clock_info(), time.perf_counter() and time.process_time() functions | ||||
* | | Issue #14646: __import__() now sets __loader__ if need be. | Brett Cannon | 2012-04-27 | 1 | -0/+5 |
| | | | | | | | | | | | | importlib.util.module_for_loader also will set __loader__ along with __package__. This is in conjunction to a forthcoming update to PEP 302 which will make these two attributes required for loaders to set. | ||||
* | | Issue #14605: Use None in sys.path_importer_cache to represent no | Brett Cannon | 2012-04-27 | 1 | -3/+3 |
| | | | | | | | | finder instead of using some (now non-existent) implicit finder. | ||||
* | | Issue #14605: Stop having implicit entries for sys.meta_path. | Brett Cannon | 2012-04-27 | 1 | -0/+3 |
| | | | | | | | | ImportWarning is raised if sys.meta_path is found to be empty. | ||||
* | | Issue #14642: Add "hg touch" extension, and "make touch" target. | Martin v. Loewis | 2012-04-27 | 1 | -0/+6 |
| | | |||||
* | | Backing out 86dc014cdd74. Not ready yet | Jesus Cea | 2012-04-26 | 1 | -2/+0 |
| | | |||||
* | | Close #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-04-26 | 1 | -0/+2 |
| | | |||||
* | | Issue #14605: Make explicit the entries on sys.path_hooks that used to | Brett Cannon | 2012-04-26 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | be implicit. Added a warning for when sys.path_hooks is found to be empty. Also changed the meaning of None in sys.path_importer_cache to represent trying sys.path_hooks again (an interpretation of previous semantics). Also added a warning for when None was found. The long-term goal is for None in sys.path_importer_cache to represent the same as imp.NullImporter: no finder found for that sys.path entry. | ||||
* | | Fix #3561. Add an option to place the Python installation into the Windows ↵ | Brian Curtin | 2012-04-25 | 1 | -0/+3 |
| | | | | | | | | Path environment variable. | ||||
* | | Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test ↵ | Antoine Pitrou | 2012-04-25 | 1 | -0/+3 |
|\ \ | |/ | | | | | class that doesn't inherit from TestCase (i.e. a mixin). | ||||
| * | Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test ↵ | Antoine Pitrou | 2012-04-25 | 1 | -0/+3 |
| | | | | | | | | class that doesn't inherit from TestCase (i.e. a mixin). | ||||
* | | Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. | Marc-Andre Lemburg | 2012-04-25 | 1 | -1/+1 |
| | | | | | | | | | | This time also recreating the Python/importlib.h file to make make happy. See the ticket for details. | ||||
* | | Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused | Marc-Andre Lemburg | 2012-04-25 | 1 | -1/+1 |
| | | | | | | | | the buildbots to fail. | ||||
* | | Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader | Marc-Andre Lemburg | 2012-04-24 | 1 | -1/+1 |
| | | |||||
* | | Issue #4892: multiprocessing Connections can now be transferred over ↵ | Antoine Pitrou | 2012-04-24 | 1 | -0/+3 |
| | | | | | | | | | | | | multiprocessing Connections. Patch by Richard Oudkerk (sbt). | ||||
* | | Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic | Lars Gustäbel | 2012-04-24 | 1 | -0/+3 |
|\ \ | |/ | | | | | links when the links were not located in an archive subdirectory. | ||||
| * | Issue #14160: TarFile.extractfile() failed to resolve symbolic links | Lars Gustäbel | 2012-04-24 | 1 | -0/+3 |
| | | | | | | | | when the links were not located in an archive subdirectory. |