summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Issue #23152: Move declarations back to posixmodule.c.Serhiy Storchaka2015-02-221-4/+0
* Issue #23152: Move declaration into a header and exclude from stable API.Serhiy Storchaka2015-02-221-0/+6
* Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...Steve Dower2015-02-211-1/+30
* Merge 3.4 (typo)Victor Stinner2015-02-111-1/+1
|\
| * Fix typo: PyMem_Alloc => PyMem_MallocVictor Stinner2015-02-111-1/+1
| * Post-release updates for Python 3.4.3rc1.Larry Hastings2015-02-081-1/+1
| * Version bump for 3.4.3rc1.Larry Hastings2015-02-081-4/+4
* | Post-release updates for Python 3.5.0a1.Larry Hastings2015-02-081-1/+1
* | Release bump for 3.5.0a1.Larry Hastings2015-02-081-2/+2
* | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-021-1/+1
|\ \ | |/
* | mergeRaymond Hettinger2015-01-301-4/+0
|\ \
| * \ Closes #22668: Merge from 3.4.Stefan Krah2015-01-291-4/+0
| |\ \ | | |/
| | * Issue #22668: Ensure that format strings survive slicing after casting.Stefan Krah2015-01-291-2/+2
* | | Move the set search finger before the smalltable.Raymond Hettinger2015-01-301-2/+2
|/ /
* | Remove unneeded dummy test from the set search loop (when the hashes match we...Raymond Hettinger2015-01-271-1/+4
* | Issue #23119: Simplify setobject by inlining the special case for unicode eq...Raymond Hettinger2015-01-261-2/+1
* | Issue20284: Implement PEP461Ethan Furman2015-01-242-0/+3
* | Issue 23261: Clean-up the hack to store the set.pop() search finger in a has...Raymond Hettinger2015-01-181-3/+2
* | merge 3.4 (#23221)Benjamin Peterson2015-01-132-2/+2
|\ \ | |/
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-132-2/+2
* | Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions forVictor Stinner2015-01-091-3/+77
* | Minor comment clean-upRaymond Hettinger2014-12-291-2/+1
* | Neaten-up setobject.hRaymond Hettinger2014-12-271-45/+39
* | Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-051-1/+1
|\ \ | |/
| * Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-051-1/+1
| * Issue #22453: Warn against the use of leaking macro PyObject_REPR().Serhiy Storchaka2014-11-181-2/+6
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-0/+3
* | Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-206-110/+135
* | Issue #22453: Removed non-documented macro PyObject_REPR().Serhiy Storchaka2014-11-181-3/+0
* | Issue #18637: Fixed an error in _PyNode_SizeOf declaration.Serhiy Storchaka2014-11-181-1/+1
|\ \ | |/
| * Issue #18637: Fixed an error in _PyNode_SizeOf declaration.Serhiy Storchaka2014-11-181-1/+1
* | Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-151-1/+1
|\ \ | |/
| * Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-151-1/+1
* | Issue #22591: Drop support of MS-DOSVictor Stinner2014-10-101-4/+1
* | Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-081-1/+3
|\ \ | |/
| * Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-081-1/+3
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-0/+1
|\ \ | |/
| * Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-0/+1
| * Post-release changes after 3.4.2 final.Larry Hastings2014-10-081-1/+1
| * Release bump for 3.4.2 final.v3.4.2Larry Hastings2014-10-061-3/+3
| * Bump version number for 3.4.2rc1 release.v3.4.2rc1Larry Hastings2014-09-201-4/+4
* | Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b...Antoine Pitrou2014-09-301-0/+6
* | Merge fix for issue #22166 from 3.4Nick Coghlan2014-09-151-0/+4
|\ \ | |/
| * Issue #22166: clear codec caches in test_codecsNick Coghlan2014-09-151-0/+4
* | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-0/+18
* | pytime.h: remove duplicated "#ifndef Py_LIMITED_API"Victor Stinner2014-08-311-3/+0
* | Issue #22043: _PyTime_Init() now checks if the system clock works.Victor Stinner2014-08-291-6/+7
* | Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka2014-08-141-0/+4
|\ \ | |/
| * Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka2014-08-141-0/+4
| * a post 3.4.1 worldBenjamin Peterson2014-05-261-1/+1