Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX | Serhiy Storchaka | 2014-12-16 | 5 | -140/+149 |
| | | | | opcode if possible. | ||||
* | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 4 | -4/+184 |
|\ | |||||
| * | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 4 | -4/+184 |
| | | |||||
* | | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can | Serhiy Storchaka | 2014-12-16 | 3 | -24/+92 |
|\ \ | |/ | | | | | | | produce more compact result and no longer produces invalid output if input data contains MEMOIZE opcodes together with PUT or BINPUT opcodes. | ||||
| * | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can | Serhiy Storchaka | 2014-12-16 | 3 | -24/+92 |
| | | | | | | | | | | produce more compact result and no longer produces invalid output if input data contains MEMOIZE opcodes together with PUT or BINPUT opcodes. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-12-16 | 5 | -24/+10 |
|\ \ | |/ | |||||
| * | Issue #20577: move configuration of FormatParagraph extension to new extension | Terry Jan Reedy | 2014-12-16 | 5 | -24/+10 |
| | | | | | | | | configuration dialog. Patch by Tal Einat. | ||||
* | | #22980 Adds platform and version tags to .pyd files | Steve Dower | 2014-12-16 | 5 | -4/+52 |
| | | |||||
* | | Fixes distutils adding/expecting too many _d suffixes. | Steve Dower | 2014-12-16 | 2 | -5/+0 |
| | | |||||
* | | Make bdist_wininst build only on demand | Steve Dower | 2014-12-16 | 11 | -745/+37 |
| | | |||||
* | | Removes bdist_wininst dependency on MFC. | Steve Dower | 2014-12-15 | 4 | -167/+1 |
| | | |||||
* | | Issue #21740: Fix module name in NEWS entry. | Zachary Ware | 2014-12-15 | 1 | -1/+1 |
| | | |||||
* | | Add NEWS item for Windows Tcl/Tk update. | Zachary Ware | 2014-12-15 | 1 | -0/+5 |
| | | |||||
* | | Backed out changeset ceaac3d483a1 (buildbots refreshed) | Zachary Ware | 2014-12-15 | 1 | -1/+1 |
| | | |||||
* | | Fetch new external sources on the buildbots | Zachary Ware | 2014-12-15 | 1 | -1/+1 |
| | | |||||
* | | Update Tcl/Tk to 8.6.3 | Zachary Ware | 2014-12-15 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | - new file dialogs on Vista+ - tclWinTime.c was cleaned up a bit, and no longer uses 'timezone' (which is now _timezone in VS2015, so we get to avoid patching that file). - rules.vc is patched in both Tcl and Tk sources to allow building with VS2015 | ||||
* | | Update Python/importlib.h | Zachary Ware | 2014-12-15 | 1 | -3763/+3763 |
| | | |||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2014-12-15 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | asyncio doc: call_soon() does not call immediatly the callback. Patch written | Victor Stinner | 2014-12-15 | 1 | -1/+3 |
| | | | | | | | | by Martin Panter. | ||||
* | | merge 3.4 (#23053) | Benjamin Peterson | 2014-12-15 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | remove extra ssl imports (closes #23053) | Benjamin Peterson | 2014-12-15 | 1 | -1/+0 |
| | | | | | | | | Patch from Jan Matejek. | ||||
* | | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 31 | -647/+728 |
|\ \ | |/ | |||||
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 30 | -645/+725 |
| | | |||||
* | | Issue #23015: Improved testing of the uuid module. | Serhiy Storchaka | 2014-12-15 | 1 | -110/+98 |
|\ \ | |/ | |||||
| * | Issue #23015: Improved testing of the uuid module. | Serhiy Storchaka | 2014-12-15 | 1 | -105/+94 |
| | | |||||
* | | merge 3.4 (#15506) | Benjamin Peterson | 2014-12-15 | 3 | -3/+38 |
|\ \ | |/ | |||||
| * | use autoconf macro to check for pkg-config (closes #15506) | Benjamin Peterson | 2014-12-15 | 3 | -3/+38 |
| | | |||||
* | | Fixed a typo in a comment (issue #23016). | Serhiy Storchaka | 2014-12-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed a typo in a comment (issue #23016). | Serhiy Storchaka | 2014-12-14 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-12-13 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | make sure server threads get cleaned up | Benjamin Peterson | 2014-12-13 | 1 | -0/+1 |
| | | |||||
* | | merge 3.4 (#23048) | Benjamin Peterson | 2014-12-13 | 4 | -6/+19 |
|\ \ | |/ | |||||
| * | pop the loop block even for infinite while loops (closes #23048) | Benjamin Peterson | 2014-12-13 | 4 | -6/+19 |
| | | |||||
* | | Issue #22823: Use set literals in lib2to3. | Serhiy Storchaka | 2014-12-13 | 4 | -8/+8 |
|\ \ | |/ | |||||
| * | Issue #22823: Use set literals in lib2to3. | Serhiy Storchaka | 2014-12-13 | 4 | -8/+8 |
| | | |||||
* | | Issue #23047: Fix typo in pyporting.rst. | Berker Peksag | 2014-12-13 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by Chaitanya agrawal. | ||||
| * | Issue #23047: Fix typo in pyporting.rst. | Berker Peksag | 2014-12-13 | 1 | -1/+1 |
| | | | | | | | | Patch by Chaitanya agrawal. | ||||
* | | Issue #17636: Install new test directories. | Ned Deily | 2014-12-13 | 1 | -0/+4 |
| | | |||||
* | | Issue #17128: Merge / update from 3.4 | Ned Deily | 2014-12-13 | 8 | -65/+441 |
|\ \ | |/ | |||||
| * | Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers. | Ned Deily | 2014-12-13 | 9 | -181/+602 |
| | | | | | | | | | | | | | | | | | | | | Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores. | ||||
* | | Allows nasm to be found on the system-wide path before using the version in ↵ | Steve Dower | 2014-12-13 | 1 | -3/+5 |
| | | | | | | | | externals. | ||||
* | | Prevent warning MSB4057: The target "InitializeBuildStatus" does not exist ↵ | Steve Dower | 2014-12-12 | 1 | -1/+1 |
| | | | | | | | | in the project. | ||||
* | | Removes use of ValueOrDefault function that is not always available on the ↵ | Steve Dower | 2014-12-12 | 2 | -2/+3 |
| | | | | | | | | buildbots. | ||||
* | | Merge with 3.4 for porting HOWTO tweaks | Brett Cannon | 2014-12-12 | 1 | -8/+23 |
|\ \ | |/ | |||||
| * | Address some comments from Nick Coghlan | Brett Cannon | 2014-12-12 | 1 | -8/+23 |
| | | |||||
* | | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 144 | -26822/+2494 |
| | | | | | | | | which will be used for the official 3.5 release. | ||||
* | | Stop using a deprecated unittest.TestCase method. | Brett Cannon | 2014-12-12 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-12-12 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | remove reference to dead irc channel (closes #23038) | Benjamin Peterson | 2014-12-12 | 1 | -3/+1 |
| | | |||||
* | | Merge 3.4 (ceval.c) | Victor Stinner | 2014-12-12 | 1 | -3/+5 |
|\ \ | |/ |