summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)Miss Islington (bot)2018-06-151-3/+7
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601)Miss Islington (bot)2018-06-101-0/+11
* bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7451)Miss Islington (bot)2018-06-061-11/+17
* bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)Miss Islington (bot)2018-06-051-20/+2
* bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...Miss Islington (bot)2018-06-011-12/+2
* bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (...Miss Islington (bot)2018-05-311-3/+4
* bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) ...Miss Islington (bot)2018-05-262-4/+2
* [3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (GH-7095)Serhiy Storchaka2018-05-241-8/+11
* bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)Miss Islington (bot)2018-05-221-0/+1
* [3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (#7006)Serhiy Storchaka2018-05-201-6/+6
* bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c...Miss Islington (bot)2018-05-181-10/+0
* bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)Miss Islington (bot)2018-05-151-8/+8
* bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...Miss Islington (bot)2018-05-091-1/+1
* [3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...Serhiy Storchaka2018-04-292-5/+5
* [3.6] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH...Antoine Pitrou2018-04-231-6/+8
* bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)Miss Islington (bot)2018-04-191-3/+3
* bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)Miss Islington (bot)2018-04-101-1/+1
* bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(...Miss Islington (bot)2018-04-031-2/+3
* [3.6] Fix error message in sqlite connection thread check. (GH-6028). (GH-6324)Serhiy Storchaka2018-03-311-2/+2
* bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)Miss Islington (bot)2018-03-261-1/+1
* [3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)Christian Heimes2018-03-241-8/+16
* Fix typos in mmap() error messages (GH-6173)Miss Islington (bot)2018-03-211-2/+2
* [3.6] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6160)Miss Islington (bot)2018-03-201-2/+9
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Miss Islington (bot)2018-03-171-3/+49
* bpo-30622: Fix backport of NPN fix (#6102)Christian Heimes2018-03-141-1/+1
* bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...Steve Dower2018-03-081-22/+32
* [3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...Miss Islington (bot)2018-03-082-2/+39
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Miss Islington (bot)2018-03-071-3/+18
* [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)Steve Dower2018-03-051-28/+38
* bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)Miss Islington (bot)2018-03-011-7/+7
* [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding...Serhiy Storchaka2018-02-274-18/+45
* Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)Miss Islington (bot)2018-02-261-1/+1
* [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)animalize2018-02-261-0/+67
* [3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)Christian Heimes2018-02-252-24/+29
* [3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)Christian Heimes2018-02-252-11/+24
* bpo-32185: Don't send IP in SNI TLS extension (#5865)Christian Heimes2018-02-251-2/+40
* bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)Miss Islington (bot)2018-02-251-2/+4
* bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)Miss Islington (bot)2018-02-241-0/+3
* closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)Miss Islington (bot)2018-02-211-1/+1
* Update comment in posixmodule.c (GH-5681)Miss Islington (bot)2018-02-141-1/+1
* bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)INADA Naoki2018-02-134-9/+21
* bpo-29248: Fix os.readlink() on Windows (GH-5577)Miss Islington (bot)2018-02-121-3/+3
* bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...Miss Islington (bot)2018-02-061-4/+4
* [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)Terry Jan Reedy2018-02-044-4/+4
* bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH...Miss Islington (bot)2018-02-011-10/+20
* [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)Antoine Pitrou2018-01-281-4/+10
* [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)Victor Stinner2018-01-151-6/+26
* correct the typos (GH-4950) (#4951)Miss Islington (bot)2017-12-211-2/+2
* bpo-32329: Fix sys.flags.hash_randomization (#4875)Victor Stinner2017-12-151-1/+0
* bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-47...Miss Islington (bot)2017-12-141-0/+1