/tools/qdoc3/doc/

ue='benjamin-clang'>benjamin-clang https://github.com/python/cpython.git
summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | Back-out wcstok deprecation suppression and updates calls to use wcstok_s.Steve Dower2015-02-261-3/+3
* | | Issue #23152: Move declarations back to posixmodule.c.Serhiy Storchaka2015-02-221-0/+6
* | | Issue #23152: Move declaration into a header and exclude from stable API.Serhiy Storchaka2015-02-221-9/+0
* | | Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes...Steve Dower2015-02-211-22/+4
* | | Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_statSteve Dower2015-02-211-3/+3
* | | Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...Steve Dower2015-02-215-162/+53
* | | Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-201-8/+11
|\ \ \ | |/ /
| * | Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-201-8/+11
* | | Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-201-7/+14
|\ \ \ | |/ /
| * | Issue #5700: io.FileIO() called flush() after closing the file.Serhiy Storchaka2015-02-201-7/+14
| * | Shoould be Py_MIN, not Py_MAX.Serhiy Storchaka2015-02-161-1/+1
* | | Regenerated Argument Clinic checksums.Serhiy Storchaka2015-02-204-7/+7
* | | Improve struct cache locality by bring commonly accessed fields close together.Raymond Hettinger2015-02-201-1/+1
* | | Issue #22883: Got rid of outdated references to PyInt and PyString in comments.Serhiy Storchaka2015-02-175-12/+9
* | | Issue #23450: Fixed possible integer overflows.Serhiy Storchaka2015-02-164-46/+60
* | | Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-1612-30/+40
|\ \ \ | |/ /
| * | Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-1612-30/+40
* | | Fixed few compiler warnings.Serhiy Storchaka2015-02-162-5/+4
* | | Issue #23096: Pickle representation of floats with protocol 0 now is the sameSerhiy Storchaka2015-02-15