Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.4 (#23093) | Benjamin Peterson | 2014-12-22 | 2 | -39/+41 |
|\ | |||||
| * | allow more operations to work on detached streams (closes #23093) | Benjamin Peterson | 2014-12-22 | 2 | -39/+41 |
| | | | | | | | | Patch by Martin Panter. | ||||
* | | Issue #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly | Steve Dower | 2014-12-17 | 1 | -9/+28 |
| | | |||||
* | | Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX | Serhiy Storchaka | 2014-12-16 | 1 | -13/+12 |
| | | | | | | | | opcode if possible. | ||||
* | | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 2 | -2/+112 |
|\ \ | |/ | |||||
| * | Issue #15513: Added a __sizeof__ implementation for pickle classes. | Serhiy Storchaka | 2014-12-16 | 2 | -2/+112 |
| | | |||||
* | | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 3 | -16/+30 |
| | | | | | | | | which will be used for the official 3.5 release. | ||||
* | | merge 3.4 (#22935) | Benjamin Peterson | 2014-12-06 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) | Benjamin Peterson | 2014-12-06 | 1 | -0/+4 |
| | | | | | | | | Patch by Kurt Roeckx. | ||||
* | | Issue #9647: os.confstr() ensures that the second call to confstr() returns the | Victor Stinner | 2014-12-05 | 1 | -1/+3 |
| | | | | | | | | same length. | ||||
* | | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 2 | -5/+5 |
|\ \ | |/ | |||||
| * | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 2 | -5/+5 |
| | | |||||
* | | Issue #17401: Output the closefd attribute as boolean. | Serhiy Storchaka | 2014-12-02 | 1 | -4/+4 |
| | | |||||
* | | Fix uninitialized variable after #22676. | Antoine Pitrou | 2014-12-01 | 1 | -7/+17 |
| | | |||||
* | | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 2 | -2/+2 |
| | | |||||
* | | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2014-11-28 | 1 | -0/+4 |
| | | | | | | | | | | | | availability of the function is checked during the compilation. Patch written by Bernard Spil. | ||||
* | | Issue 22940: fixes to editline support | Ned Deily | 2014-11-26 | 1 | -1/+1 |
| | | |||||
* | | only support append_history if readline has it | Benjamin Peterson | 2014-11-26 | 1 | -0/+4 |
| | | |||||
* | | add readline.append_history_file (closes #22940) | Benjamin Peterson | 2014-11-26 | 1 | -0/+37 |
| | | | | | | | | patch by "bru" | ||||
* | | merge 3.4 (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -12/+0 |
|\ \ | |/ | |||||
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -6/+0 |
| | | | | | | | | Patch by Donald Stufft. | ||||
* | | Issue #22869: Split pythonrun into two modules | Nick Coghlan | 2014-11-20 | 2 | -2/+2 |
| | | | | | | | | | | | | | | - interpreter startup and shutdown code moved to a new pylifecycle.c module - Py_OptimizeFlag moved into the new module with the other global flags | ||||
* | | merge 3.4 (#22849) | Benjamin Peterson | 2014-11-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix possible double free in TextIOWrapper.__init__ (closes #22849) | Benjamin Peterson | 2014-11-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian | Serhiy Storchaka | 2014-11-10 | 1 | -3/+3 |
|\ \ | |/ | | | | | platforms. | ||||
| * | Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian | Serhiy Storchaka | 2014-11-10 | 1 | -2/+2 |
| | | | | | | | | platforms. | ||||
* | | Issue 20152, 22821: Port the fcntl module to Argument Clinic. | Brett Cannon | 2014-11-10 | 2 | -210/+416 |
| | | | | | | | | | | | | | | | | Along the way, fix an argumrnt to fcntl.fcntl to be an int instead of a long. Thanks to Serhiy Storchaka for reviewing my Clinic patch and for writing the patch to fix the long/int issue. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-11-06 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | fix test where sizeof(long) != sizeof(int) | Benjamin Peterson | 2014-11-06 | 1 | -4/+4 |
| | | |||||
* | | Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows ↵ | Steve Dower | 2014-11-06 | 5 | -12/+81 |
|\ \ | |/ | | | | | (large structs) Patch by mattip | ||||
| * | Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows ↵ | Steve Dower | 2014-11-05 | 5 | -12/+81 |
| | | | | | | | | (large structs) Patch by mattip | ||||
* | | Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is | Victor Stinner | 2014-11-05 | 1 | -1/+0 |
| | | | | | | | | now preferred. Patch written by Jeffrey Armstrong. | ||||
* | | Issue #22773: fix failing test with old readline versions due to issue #19884. | Antoine Pitrou | 2014-11-04 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #22773: fix failing test with old readline versions due to issue #19884. | Antoine Pitrou | 2014-11-04 | 1 | -0/+4 |
| | | |||||
* | | Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. | Serhiy Storchaka | 2014-10-31 | 4 | -11/+50 |
| | | | | | | | | Added new opcode RANGE_IGNORE. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo. | Georg Brandl | 2014-10-28 | 1 | -1/+1 |
| | | |||||
* | | Issue #22676: Make the pickling of global objects which don't have a ↵ | Antoine Pitrou | 2014-10-23 | 1 | -36/+72 |
| | | | | | | | | __module__ attribute less slow. | ||||
* | | Issue #22592: Drop support of the Borland C compiler to build Python | Victor Stinner | 2014-10-22 | 2 | -22/+3 |
| | | | | | | | | The distutils module still supports it to build extensions. | ||||
* | | Issue #17401: document closefd in io.FileIO docs and add to repr | Robert Collins | 2014-10-18 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | closefd was documented in the open docs but not the matching FileIO class documented. Further, closefd, part of the core state for the object was not shown. In review it was noted that the open docs are a little confusing about the interaction between closefd and paths, so tweaked them at the same time. | ||||
* | | Issue #20152: Convert the cmath module to Argument Clinic. | Brett Cannon | 2014-10-14 | 2 | -222/+1118 |
| | | |||||
* | | Issue #22615: Argument Clinic now supports the "type" argument for the | Larry Hastings | 2014-10-13 | 2 | -57/+60 |
| | | | | | | | | | | int converter. This permits using the int converter with enums and typedefs. | ||||
* | | Merge: #13096: Fix segfault in CTypes POINTER handling of large values. | R David Murray | 2014-10-12 | 1 | -2/+8 |
|\ \ | |/ | |||||
| * | #13096: Fix segfault in CTypes POINTER handling of large values. | R David Murray | 2014-10-12 | 1 | -2/+8 |
| | | | | | | | | Patch by Meador Inge. | ||||
* | | #22568: merge with 3.4 | Georg Brandl | 2014-10-12 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases. | Georg Brandl | 2014-10-12 | 1 | -6/+6 |
| | | |||||
* | | merge 3.4 (closes #22605) | Benjamin Peterson | 2014-10-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | prevent passing NULL to memcpy (closes #22605) | Benjamin Peterson | 2014-10-11 | 1 | -1/+1 |
| | | | | | | | | Patch by Jakub Wilk. | ||||
* | | Issue #20152: Port the array module to Argument Clinic. | Brett Cannon | 2014-10-10 | 2 | -273/+866 |
| | |