summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EXSerhiy Storchaka2014-12-165-140/+149
| | | | opcode if possible.
* Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-164-4/+184
|\
| * Issue #15513: Added a __sizeof__ implementation for pickle classes.Serhiy Storchaka2014-12-164-4/+184
| |
* | Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, canSerhiy Storchaka2014-12-163-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, canSerhiy Storchaka2014-12-163-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.4Terry Jan Reedy2014-12-165-24/+10
|\ \ | |/
| * Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-165-24/+10
| | | | | | | | configuration dialog. Patch by Tal Einat.
* | #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-165-4/+52
| |
* | Fixes distutils adding/expecting too many _d suffixes.Steve Dower2014-12-162-5/+0
| |
* | Make bdist_wininst build only on demandSteve Dower2014-12-1611-745/+37
| |
* | Removes bdist_wininst dependency on MFC.Steve Dower2014-12-154-167/+1
| |
* | Issue #21740: Fix module name in NEWS entry.Zachary Ware2014-12-151-1/+1
| |
* | Add NEWS item for Windows Tcl/Tk update.Zachary Ware2014-12-151-0/+5
| |
* | Backed out changeset ceaac3d483a1 (buildbots refreshed)Zachary Ware2014-12-151-1/+1
| |
* | Fetch new external sources on the buildbotsZachary Ware2014-12-151-1/+1
| |
* | Update Tcl/Tk to 8.6.3Zachary Ware2014-12-152-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.hZachary Ware2014-12-151-3763/+3763
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2014-12-151-1/+3
|\ \ | |/
| * asyncio doc: call_soon() does not call immediatly the callback. Patch writtenVictor Stinner2014-12-151-1/+3
| | | | | | | | by Martin Panter.
* | merge 3.4 (#23053)Benjamin Peterson2014-12-151-1/+0
|\ \ | |/
| * remove extra ssl imports (closes #23053)Benjamin Peterson2014-12-151-1/+0
| | | | | | | | Patch from Jan Matejek.
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-1531-647/+728
|\ \ | |/
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-1530-645/+725
| |
* | Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-151-110/+98
|\ \ | |/
| * Issue #23015: Improved testing of the uuid module.Serhiy Storchaka2014-12-151-105/+94
| |
* | merge 3.4 (#15506)Benjamin Peterson2014-12-153-3/+38
|\ \ | |/
| * use autoconf macro to check for pkg-config (closes #15506)Benjamin Peterson2014-12-153-3/+38
| |
* | Fixed a typo in a comment (issue #23016).Serhiy Storchaka2014-12-141-1/+1
|\ \ | |/
| * Fixed a typo in a comment (issue #23016).Serhiy Storchaka2014-12-141-1/+1
| |
* | merge 3.4Benjamin Peterson2014-12-131-0/+1
|\ \ | |/
| * make sure server threads get cleaned upBenjamin Peterson2014-12-131-0/+1
| |
* | merge 3.4 (#23048)Benjamin Peterson2014-12-134-6/+19
|\ \ | |/
| * pop the loop block even for infinite while loops (closes #23048)Benjamin Peterson2014-12-134-6/+19
| |
* | Issue #22823: Use set literals in lib2to3.Serhiy Storchaka2014-12-134-8/+8
|\ \ | |/
| * Issue #22823: Use set literals in lib2to3.Serhiy Storchaka2014-12-134-8/+8
| |
* | Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
|\ \ | |/ | | | | Patch by Chaitanya agrawal.
| * Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
| | | | | | | | Patch by Chaitanya agrawal.
* | Issue #17636: Install new test directories.Ned Deily2014-12-131-0/+4
| |
* | Issue #17128: Merge / update from 3.4Ned Deily2014-12-138-65/+441
|\ \ | |/
| * Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.Ned Deily2014-12-139-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 Dower2014-12-131-3/+5
| | | | | | | | externals.
* | Prevent warning MSB4057: The target "InitializeBuildStatus" does not exist ↵Steve Dower2014-12-121-1/+1
| | | | | | | | in the project.
* | Removes use of ValueOrDefault function that is not always available on the ↵Steve Dower2014-12-122-2/+3
| | | | | | | | buildbots.
* | Merge with 3.4 for porting HOWTO tweaksBrett Cannon2014-12-121-8/+23
|\ \ | |/
| * Address some comments from Nick CoghlanBrett Cannon2014-12-121-8/+23
| |
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-22144-26822/+2494
| | | | | | | | which will be used for the official 3.5 release.
* | Stop using a deprecated unittest.TestCase method.Brett Cannon2014-12-121-1/+1
| |
* | merge 3.4Benjamin Peterson2014-12-121-3/+1
|\ \ | |/
| * remove reference to dead irc channel (closes #23038)Benjamin Peterson2014-12-121-3/+1
| |
* | Merge 3.4 (ceval.c)Victor Stinner2014-12-121-3/+5
|\ \ | |/