summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246)Anders Kaseorg2018-05-141-0/+3
* bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)Eitan Adler2018-05-141-0/+4
* fix error message in ast.c (#6776)Jelle Zijlstra2018-05-131-1/+1
* bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)Rolf Eike Beer2018-05-132-13/+14
* bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753)Miro Hrončok2018-05-111-1/+1
* Fix a bug in Generic.__new__ (GH-6758)Ivan Levkivskyi2018-05-112-1/+4
* bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)Serhiy Storchaka2018-05-101-8/+6
* bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. ...Serhiy Storchaka2018-05-105-1329/+6543
* bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...Oren Milman2018-05-093-1/+16
* bpo-33311: Do not display parameters displayed in parentheses for module call...sblondon2018-05-092-4/+8
* bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)Serhiy Storchaka2018-05-091-2/+2
* Fix superfluous if in documentation. (GH-6728)Julien Palard2018-05-091-1/+1
* closes bpo-33445: fail properly in test_cprofile() (GH-6727)jdemeyer2018-05-091-6/+11
* bpo-28556: Minor fixes for typing module (GH-6732)Ivan Levkivskyi2018-05-093-2/+79
* Fix typo in __mul__ and __rmul__ docstring (GH-6674)Grant Jenks2018-05-081-2/+2
* bpo-32717: Document PEP 560 (GH-6726)Ivan Levkivskyi2018-05-083-1/+74
* bpo-33144: Fix choosing random.Random._randbelow implementation. (GH-6563)Serhiy Storchaka2018-05-082-26/+74
* bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)Serhiy Storchaka2018-05-085-105/+142
* Remove mojibake in the locale aliases mapping. (GH-6716)Serhiy Storchaka2018-05-062-2/+3
* bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (П...Serhiy Storchaka2018-05-063-5/+55
* bpo-33422: Fix quotation marks getting deleted when looking up byte/string li...Andrés Delfino2018-05-052-2/+11
* bpo-33400: Clarified documentation to indicate no strict adherence to ISO 860...Vinay Sajip2018-05-044-20/+22
* bpo-33332: Add signal.valid_signals() (GH-6581)Antoine Pitrou2018-05-0414-26/+171
* bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)lekma2018-05-022-1/+4
* Mitigate macOS race condition in installer build (GH-6686)Ned Deily2018-05-021-0/+4
* bpo-33290: Have macOS installer remove "pip" alias (GH-6683)Ned Deily2018-05-021-0/+5
* bpo-33281: NEWS and ACK (GH-6681)Ned Deily2018-05-022-0/+2
* bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625)Ray Donnelly2018-05-021-2/+2
* bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...Serhiy Storchaka2018-05-015-152/+313
* bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-...Stéphane Wirtel2018-05-012-8/+8
* Add What's New for Korean documentation translation. (GH-6645)Julien Palard2018-05-011-1/+4
* bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...Michael Selik2018-05-013-23/+60
* bpo-30465: Fix C downcast warning on Windows in ast.c (#6593)Victor Stinner2018-04-301-1/+1
* Add mypy cache to gitignore (GH-6614)Ekin Dursun2018-04-301-0/+1
* bpo-33254: do not return an empty list when asking for the contents of a name...Brett Cannon2018-04-305-21/+22
* Enable the verbose build for extension modules with GNU make (#6659)Matthias Klose2018-04-302-1/+7
* bpo-33393: Update config.guess and config.sub files (#6658)Matthias Klose2018-04-303-423/+396
* bpo-33377: add triplets for mips-r6 and riscv (#6655)Matthias Klose2018-04-303-1/+71
* bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654)Andrés Delfino2018-04-301-0/+2
* bpo-33012: Fix invalid function casts for long_long. (GH-6652)Serhiy Storchaka2018-04-301-17/+25
* bpo-27645, sqlite: Fix integer overflow on sleep (#6594)Victor Stinner2018-04-301-4/+20
* bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-...Terry Jan Reedy2018-04-302-4/+7
* bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606)Serhiy Storchaka2018-04-292-20/+26
* bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...Siddhesh Poyarekar2018-04-2956-406/+406
* bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)Bo Bayles2018-04-291-11/+17
* bpo-33256: Replace angle brackets around python object repr to display it in ...sblondon2018-04-294-2/+5
* bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)Serhiy Storchaka2018-04-292-2/+29
* bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)Serhiy Storchaka2018-04-297-7/+38
* bpo-33378: Add Korean to the language switcher. (GH-6627)Dong-hee Na2018-04-282-0/+2
* Change "non-local state" to "content-local state". (GH-6617)Tom Christie2018-04-271-1/+1