Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged 3.4.0b1 release head back into trunk. | Larry Hastings | 2013-11-24 | 1 | -4/+19 |
|\ | |||||
| * | Issue #19545: Avoid chained exceptions while passing stray % to | Serhiy Storchaka | 2013-11-24 | 1 | -0/+3 |
| |\ | | | | | | | | | | time.strptime(). Initial patch by Claudiu Popa. | ||||
| | * | Issue #19545: Avoid chained exceptions while passing stray % to | Serhiy Storchaka | 2013-11-24 | 1 | -0/+3 |
| | | | | | | | | | | | | time.strptime(). Initial patch by Claudiu Popa. | ||||
| * | | Fix suspicious markup in the docs. | Georg Brandl | 2013-11-24 | 1 | -4/+4 |
| | | | |||||
* | | | Bump version number to 3.4.0b1.v3.4.0b1 | Larry Hastings | 2013-11-24 | 2 | -2/+2 |
|/ / | |||||
* | | Issue #3158: doctest can now find doctests in functions and methods | Zachary Ware | 2013-11-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | written in C. As a part of this, a few doctests have been added to the builtins module (on hex(), oct(), and bin()), a doctest has been fixed (hopefully on all platforms) on float, and test_builtins now runs doctests in builtins. | ||||
* | | Issue #13477: Added command line interface to the tarfile module. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+3 |
| | | | | | | | | Original patch by Berker Peksag. | ||||
* | | Issue #19674: inspect.signature() now produces a correct signature | Larry Hastings | 2013-11-23 | 1 | -0/+3 |
| | | | | | | | | for some builtins. | ||||
* | | Issue #19358: "make clinic" now runs the Argument Clinic preprocessor | Larry Hastings | 2013-11-23 | 1 | -0/+6 |
| | | | | | | | | over all CPython source files. | ||||
* | | Issue #19730: Argument Clinic now supports all the existing PyArg | Larry Hastings | 2013-11-23 | 1 | -1/+3 |
| | | | | | | | | | | "format units" as legacy converters, as well as two new features: "self converters" and the "version" directive. | ||||
* | | Issue #19722: Added opcode.stack_effect(), which accurately | Larry Hastings | 2013-11-23 | 1 | -0/+2 |
| | | | | | | | | computes the stack effect of bytecode instructions. | ||||
* | | Update Tcl/Tk to 8.6.1. | Martin v. Löwis | 2013-11-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #19735: Implement private function ssl._create_stdlib_context() to | Christian Heimes | 2013-11-23 | 1 | -0/+4 |
| | | | | | | | | | | create SSLContext objects in Python's stdlib module. It provides a single configuration point and makes use of SSLContext.load_default_certs(). | ||||
* | | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 1 | -0/+4 |
| | | | | | | | | | | | | which anchor the pattern at both ends of the string to match. Original patch by Matthew Barnett. | ||||
* | | Issue #13592: Improved the repr for regular expression pattern objects. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+3 |
| | | | | | | | | Based on patch by Hugo Lopes Tavares. | ||||
* | | Issue #19641: Added the audioop.byteswap() function to convert big-endian | Serhiy Storchaka | 2013-11-23 | 1 | -0/+3 |
| | | | | | | | | samples to little-endian and vice versa. | ||||
* | | Issue #15204: Deprecated the 'U' mode in file-like objects. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+2 |
| | | |||||
* | | #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of ↵ | Ezio Melotti | 2013-11-23 | 1 | -0/+3 |
| | | | | | | | | unittest methods. | ||||
* | | Issue #17810: Implement PEP 3154, pickle protocol 4. | Antoine Pitrou | 2013-11-23 | 1 | -0/+2 |
| | | | | | | | | Most of the work is by Alexandre. | ||||
* | | #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when ↵ | Ezio Melotti | 2013-11-23 | 1 | -0/+3 |
| | | | | | | | | True, automatically converts all character references. | ||||
* | | Merge heads | Serhiy Storchaka | 2013-11-23 | 1 | -0/+4 |
|\ \ | |||||
| * | | Add news about pdb fix for yield[from]. | Guido van Rossum | 2013-11-23 | 1 | -0/+4 |
| | | | |||||
* | | | Issue #19668: Added support for the cp1125 encoding. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+2 |
|/ / | |||||
* | | merge | Christian Heimes | 2013-11-23 | 3 | -0/+28 |
|\ \ | |||||
| * | | Issue #19727: os.utime(..., None) is now potentially more precise under Windows. | Antoine Pitrou | 2013-11-23 | 1 | -0/+3 |
| | | | |||||
| * | | Issue #17201: ZIP64 extensions now are enabled by default. | Serhiy Storchaka | 2013-11-23 | 2 | -0/+4 |
| | | | | | | | | | | | | Patch by William Mallard. | ||||
| * | | Issue 17457: extend test discovery to support namespace packages | Michael Foord | 2013-11-23 | 2 | -0/+21 |
| | | | |||||
* | | | Issue #19689: Add ssl.create_default_context() factory function. It creates | Christian Heimes | 2013-11-23 | 1 | -0/+3 |
|/ / | | | | | | | a new SSLContext object with secure default settings. | ||||
* | | Issue #19292: Add SSLContext.load_default_certs() to load default root CA | Christian Heimes | 2013-11-23 | 1 | -0/+4 |
| | | | | | | | | | | certificates from default stores or system stores. By default the method loads CA certs for authentication of server certs. | ||||
* | | Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1. | Ned Deily | 2013-11-23 | 1 | -0/+5 |
| | | |||||
* | | Update third-party libraries for OS X installers: | Ned Deily | 2013-11-23 | 1 | -0/+4 |
| | | | | | | | | | | XZ 5.0.3 -> 5.0.5 SQLite 3.7.13 -> 3.8.1 | ||||
* | | Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default. | Ned Deily | 2013-11-23 | 1 | -0/+2 |
| | | |||||
* | | Merge from 3.3 | Andrew Kuchling | 2013-11-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update Itamar's name | Andrew Kuchling | 2013-11-23 | 1 | -1/+1 |
| | | |||||
* | | trunk merge | Barry Warsaw | 2013-11-22 | 1 | -0/+7 |
|\ \ | |||||
| * \ | Issue #18326: merge with 3.3 | Zachary Ware | 2013-11-22 | 1 | -0/+7 |
| |\ \ | | |/ | |||||
| | * | Issue #18326: Clarify that list.sort's arguments are keyword-only. | Zachary Ware | 2013-11-22 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Also, attempt to reduce confusion in the glossary by not saying there are different "types" of arguments and parameters. | ||||
* | | | Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). | Barry Warsaw | 2013-11-22 | 1 | -3/+4 |
|/ / | |||||
* | | NEWS entry for module name repr commit | Brett Cannon | 2013-11-22 | 1 | -0/+2 |
| | | |||||
* | | Update xz to 5.0.5. | Martin v. Löwis | 2013-11-22 | 1 | -1/+1 |
| | | |||||
* | | Update SQLite to 3.8.1 on Windows. | Martin v. Löwis | 2013-11-22 | 1 | -0/+2 |
| | | |||||
* | | Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). | Antoine Pitrou | 2013-11-22 | 1 | -0/+2 |
| | | |||||
* | | Close #17916: dis.Bytecode based replacement for distb | Nick Coghlan | 2013-11-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | | - Bytecode.from_traceback() alternate constructor - current_offset parameter and attribute Patch by Claudiu Popa | ||||
* | | Close #19552: venv and pyvenv ensurepip integration | Nick Coghlan | 2013-11-22 | 1 | -0/+5 |
| | | |||||
* | | Issue #19619: Blacklist non-text codecs in method API | Nick Coghlan | 2013-11-22 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings. | ||||
* | | Issue #19553: PEP 453 - "make install" and "make altinstall" now install or | Ned Deily | 2013-11-22 | 1 | -0/+6 |
| | | | | | | | | | | | | | | upgrade pip by default, using the bundled pip provided by the new ensurepip module. A new configure option, --with-ensurepip[=upgrade|install|no], is available to override the default ensurepip "--upgrade" option. The option can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]". | ||||
* | | Issue #19649: On OS X, the same set of file names are now installed | Ned Deily | 2013-11-22 | 1 | -0/+6 |
| | | | | | | | | | | | | | | in bin directories for all configurations: non-framework vs framework, and single arch vs universal builds. pythonx.y-32 is now always installed for 64-bit/32-bit universal builds. The obsolete and undocumented pythonw* symlinks are no longer installed anywhere. | ||||
* | | Issue #17134: Finalize interface to Windows' certificate store. Cert and | Christian Heimes | 2013-11-22 | 1 | -0/+4 |
| | | | | | | | | | | CRL enumeration are now two functions. enum_certificates() also returns purpose flags as set of OIDs. | ||||
* | | merge | Christian Heimes | 2013-11-22 | 1 | -0/+3 |
|\ \ | |||||
| * | | - Issue #19555: Restore sysconfig.get_config_var('SO'), with a | Barry Warsaw | 2013-11-21 | 1 | -0/+3 |
| | | | | | | | | | | | | DeprecationWarning pointing people at $EXT_SUFFIX. |