summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* remove the concept of an unoptimized function scope from the compiler, since ...Benjamin Peterson2015-04-281-3/+0
* merge 3.4 (#24058)Benjamin Peterson2015-04-261-2/+0
|\
| * remove extern definition, since it's in a header file (closes #24058)Benjamin Peterson2015-04-261-2/+0
* | Fix computation of max_fd on OpenBSD. Issue #23852.Gregory P. Smith2015-04-261-0/+10
|\ \ | |/
| * Fix computation of max_fd on OpenBSD. Issue #23852.Gregory P. Smith2015-04-261-0/+10
* | Switch binascii over to using the common _Py_strhex implementation for its hexGregory P. Smith2015-04-261-28/+3
* | Issue9951: update _hashopenssl and md5module to use _Py_strhex().Gregory P. Smith2015-04-253-41/+6
* | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-253-63/+6
* | (Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer thanVictor Stinner2015-04-241-8/+28
|\ \ | |/
| * Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytesVictor Stinner2015-04-241-7/+27
* | Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at theSerhiy Storchaka2015-04-2333-730/+335
* | Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8...Serhiy Storchaka2015-04-222-11/+12
|\ \ | |/
| * Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8...Serhiy Storchaka2015-04-222-10/+19
* | Get rid of unused-but-set-variable warning. len and len2 should be equal and ...Christian Heimes2015-04-211-1/+1
* | Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.Serhiy Storchaka2015-04-201-1/+1
|\ \ | |/
| * Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.Serhiy Storchaka2015-04-201-1/+1
* | Issue #23908: os functions now reject paths with embedded null characterSerhiy Storchaka2015-04-202-7/+11
|\ \ | |/
| * Issue #23908: os functions now reject paths with embedded null characterSerhiy Storchaka2015-04-202-7/+11
* | Issue #23728: binascii.crc_hqx() could return an integer outside of the rangeSerhiy Storchaka2015-04-202-16/+16
|\ \ | |/
| * Issue #23728: binascii.crc_hqx() could return an integer outside of the rangeSerhiy Storchaka2015-04-202-15/+15
* | Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing t...Serhiy Storchaka2015-04-191-5/+5
* | Issue #20181: Converted the unicodedata module to Argument Clinic.Serhiy Storchaka2015-04-172-239/+556
* | Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic.Serhiy Storchaka2015-04-174-200/+580
* | Remove redundant check fro md5module.Christian Heimes2015-04-161-7/+2
* | Fix typo in assert statementChristian Heimes2015-04-161-1/+1
* | Issue #20175: Converted the _io module to Argument Clinic.Serhiy Storchaka2015-04-1614-1348/+4170
* | Issue #23935: Argument Clinic's understanding of format unitsLarry Hastings2015-04-162-6/+6
* | Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon YaariSteve Dower2015-04-151-0/+10
* | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-1428-225/+387
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-143-3/+3
|\ \ | |/
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-143-3/+3
* | Issue #20586: Argument Clinic now ensures signatures on functions without doc...Zachary Ware2015-04-133-15/+37
* | Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.Larry Hastings2015-04-131-0/+3
* | - merge 3.4doko@ubuntu.com2015-04-131-1/+1
|\ \ | |/
| * - Use PLATDIR for the platform directory everywhere (refactoring only)doko@ubuntu.com2015-04-131-1/+1
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-132-18/+4
* | Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...Antoine Pitrou2015-04-131-4/+21
|\ \ | |/
| * Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...Antoine Pitrou2015-04-131-4/+21
| * MergeAntoine Pitrou2015-04-131-111/+111
| |\
* | \ MergeAntoine Pitrou2015-04-131-111/+111
|\ \ \
| * \ \ Closes #17202: Merge with 3.4Zachary Ware2015-04-131-111/+111
| |\ \ \ | | | |/ | | |/|
| | * | Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-111/+111
* | | | Issue #23309: Avoid a deadlock at shutdown if a daemon thread is abortedAntoine Pitrou2015-04-131-1/+22
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #23309: Avoid a deadlock at shutdown if a daemon thread is abortedAntoine Pitrou2015-04-131-1/+22
| |/
* | make DirEntryType and ScandirIteratorType static (closes #23918)Benjamin Peterson2015-04-121-2/+2
* | Issue #23668: Regenerates posixmodule.c.h for new ifdefsSteve Dower2015-04-121-5/+5
* | Issue #23668: Suppresses invalid parameter handler around chsize calls.Steve Dower2015-04-122-0/+6
* | Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...Steve Dower2015-04-123-12/+62
* | Issue #23668: Adds support for os.truncate and os.ftruncate on WindowsSteve Dower2015-03-212-59/+40
* | - Modules/Setup.dist: remove time extension duplicate, introduced by the fix...doko@ubuntu.com2015-04-111-2/+1