summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH...Miss Islington (bot)2018-06-121-2/+2
* bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649)Miss Islington (bot)2018-06-111-2/+2
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600)Miss Islington (bot)2018-06-101-0/+11
* bpo-33770: improve base64 exception message for encoded inputs of invalid len...Miss Islington (bot)2018-06-101-1/+12
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)Miss Islington (bot)2018-06-073-25332/+27293
* bpo-33781: audioop: enhance rounding double as int (GH-7447)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-33706: Fix pymain_parse_cmdline_impl() (GH-7283)Miss Islington (bot)2018-05-311-1/+1
* bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)Miss Islington (bot)2018-05-311-3/+4
* bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)Miss Islington (bot)2018-05-291-2/+2
* bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-...Miss Islington (bot)2018-05-281-1/+7
* bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...Miss Islington (bot)2018-05-261-1/+1
* bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)Miss Islington (bot)2018-05-262-4/+2
* bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)Miss Islington (bot)2018-05-241-1/+8
* bpo-33622: Fix issues with handling errors in the GC. (GH-7078)Miss Islington (bot)2018-05-241-8/+11
* bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)Miss Islington (bot)2018-05-211-0/+1
* bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005)Miss Islington (bot)2018-05-201-15/+21
* Fix typo in error message when decoding PYTHONPATH. (GH-6981) (GH-6993)Miss Islington (bot)2018-05-191-1/+1
* Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952)Miss Islington (bot)2018-05-171-1/+1
* bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...Miss Islington (bot)2018-05-171-1/+3
* [3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877)Miss Islington (bot)2018-05-161-0/+4
* bpo-32604: Remove xid registry. (#6813)Eric Snow2018-05-151-2650/+0
* bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)Miss Islington (bot)2018-05-151-8/+8
* Fixed an unused variable warning introduced in GH-6800 (GH-6816)Miss Islington (bot)2018-05-141-1/+0
* bpo-20104: Remove posix_spawn from 3.7 (GH-6794)Pablo Galindo2018-05-142-277/+1
* Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6807)Miss Islington (bot)2018-05-141-5/+2
* bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...Miss Islington (bot)2018-05-012-124/+125
* [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...Miss Islington (bot)2018-04-292-5/+5
* bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH-6579)Miss Islington (bot)2018-04-231-6/+8
* bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...Miss Islington (bot)2018-04-202-20/+20
* 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.7] Fix duplicating words words. (GH-6296) (GH-6297)Serhiy Storchaka2018-03-281-1/+1
* bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)Miss Islington (bot)2018-03-261-1/+1
* Fix error message in sqlite connection thread check. (GH-6028)Miss Islington (bot)2018-03-261-2/+2
* [3.7] bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) (GH-6230)Miss Islington (bot)2018-03-251-3/+4
* [3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213)Miss Islington (bot)2018-03-241-6/+16
* bpo-32999: ast: Convert useless check to assert (GH-6197)Miss Islington (bot)2018-03-231-3/+1
* bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) (GH-6190)Miss Islington (bot)2018-03-221-24/+11
* bpo-33018: Improve issubclass() error checking and message. (GH-5944)Miss Islington (bot)2018-03-221-0/+5
* Fix typos in mmap() error messages (GH-6173)Miss Islington (bot)2018-03-211-2/+2
* [3.7] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6159)Miss Islington (bot)2018-03-201-2/+9
* bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)Miss Islington (bot)2018-03-181-2/+2
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Miss Islington (bot)2018-03-171-3/+49
* bpo-27645: Add support for native backup facility of SQLite (GH-4238)Miss Islington (bot)2018-03-102-0/+142
* bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...Miss Islington (bot)2018-03-081-42/+32
* bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)Miss Islington (bot)2018-03-071-12/+25
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Miss Islington (bot)2018-03-071-3/+18