]> granicus.if.org Git - python/shortlog
python
2018-07-17 INADA Naokibpo-33967: Fix wrong use of assertRaises (GH-8306)
2018-07-17 Raymond Hettingerbpo-34123: Fix missed documentation update for dict...
2018-07-16 Jon Ribbensbpo-34124: Fix markup of message_from_binary_file(...
2018-07-16 Antoine Pitroubpo-32430: Rename Modules/Setup.dist to Modules/Setup...
2018-07-16 Nicolas Noébpo-33911: Fixed deprecation warning in xmlrpc.server...
2018-07-16 Serhiy Storchakabpo-24618: Add a check in the code constructor. (GH...
2018-07-16 Benjamin Petersonbpo-34121: Fix detection of C11 atomic support on clang...
2018-07-14 INADA Naokibpo-34087: Fix buffer overflow in int(s) and similar...
2018-07-13 Jason R. Coombsbpo-34108: Fix double carriage return in 2to3 on Window...
2018-07-13 Andrés Delfinobpo-4260: Document that ctypes.xFUNCTYPE are decorators...
2018-07-12 Victor Stinnerbpo-33723: Fix test_time.test_thread_time() (GH-8267)
2018-07-12 Zackery Spytzbpo-33967: Remove use of deprecated assertRaisesRegexp...
2018-07-11 Serhiy Storchakabpo-34080: Fix a memory leak in the compiler. (GH-8222)
2018-07-11 Zachary WareEnable GUI testing on Travis Linux builds via Xvfb...
2018-07-11 Serhiy Storchakabpo-23927: Make getargs.c skipitem() skipping 'w*'...
2018-07-11 Eitan Adlerbpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
2018-07-11 Victor Stinnerbpo-34092, test_logging: increase SMTPHandlerTest timeo...
2018-07-11 Derek B. KimSimplify __all__ in multiprocessing (GH-6856)
2018-07-11 Stig Johan... bpo-34083: Update dict order in Functional HOWTO (GH...
2018-07-11 Andrés DelfinoDoc: Point to Simple statements section instead of...
2018-07-11 Chih-Hsuan Yenbpo-29442: Replace optparse with argparse in setup...
2018-07-11 INADA Naokibpo-33597: Add What's New for PyGC_Head (GH-8236)
2018-07-11 Tom FaulknerDataclasses: Fix example on 30.6.8, add method should...
2018-07-11 Lysandros NikolaouFix documentation for input and output tutorial (GH...
2018-07-10 Nick Coghlanbpo-34009: Expand on platform support changes (GH-8022)
2018-07-10 Raymond HettingerFactor-out two substantially identical code blocks...
2018-07-10 Bradley Laneybpo-34031: fix incorrect usage of self.fail in two...
2018-07-10 INADA Naokibpo-33597: Reduce PyGC_Head size (GH-7043)
2018-07-10 Dong-hee Nabpo-33967: Fix singledispatch raised IndexError when...
2018-07-10 Benjamin Petersonprefix internal sqlite symbols with _pysqlite_ (GH...
2018-07-10 Benjamin Petersondelete some unused pysqlite forward declarations (GH...
2018-07-09 MariattaMove Code_of_Conduct.rst to the root level. (GH-8209)
2018-07-09 Berker Peksagbpo-11572: Make minor improvements to copy module ...
2018-07-09 Berker Peksagbpo-24459: Document missing env variables in python...
2018-07-09 Serhiy Storchakabpo-22689: Copy the result of getenv() in sys_breakpoin...
2018-07-09 Sergey FedoseevFixed several assertTrue() that were intended to be...
2018-07-09 Daniel Porteousbpo-34067: Include a more easily understood example...
2018-07-09 Serhiy Storchakabpo-34066: Disabled interruption before SETUP_WITH...
2018-07-09 Serhiy Storchakabpo-33305: Improve SyntaxError for invalid numerical...
2018-07-09 Serhiy Storchakabpo-26544: Fixed implementation of platform.libc_ver...
2018-07-09 Andrés DelfinoFix margin in sentinel and mock_open (GH-8188)
2018-07-08 Marcin Niemirabpo-34061: Document sqlite3.NotSupportedError (GH-8172)
2018-07-08 Serhiy Storchakabpo-31014: Fix the webbrowser module. (GH-7267)
2018-07-08 Sergey Fedoseevbpo-34041: Allow creating deterministic functions in...
2018-07-07 Andrés Delfinobpo-33888: Use CPython instead of Python in the FAQ...
2018-07-07 Marcin Niemiracloses bpo-34050: Fix link in SSL docs (GH-8173)
2018-07-07 Benjamin PetersonMake PySimpleQueueType static. (GH-8175)
2018-07-07 Andrew Kuchlingbpo-28626: rearrange discussion of output formatting...
2018-07-07 Andrés Delfinobpo-33702: Add some missing links in production lists...
2018-07-07 Andrés Delfinobpo-33804: Document that the argument for io.TextIOBase...
2018-07-07 Andrés DelfinoFix moduleauthor/sectionauthor directives in Enum ...
2018-07-07 Andrés DelfinoAdd missing closing parentheses (GH-8144)
2018-07-07 Benjamin PetersonMake various internal _testbuffer symbols static. ...
2018-07-07 João D. FerreiraFix typo in TypeVar docstring (#8142)
2018-07-07 Dong-hee Nabpo-34065: Improve the markup of logging.basicConfig...
2018-07-07 Benjamin PetersonHide some symbols from _xxsubinterpreters. (GH-8151)
2018-07-07 Benjamin PetersonMake two PyModuleDef_Slot symbols static in _testmultip...
2018-07-07 Benjamin Petersoncloses bpo-34056: Always return bytes from _HackedGetDa...
2018-07-06 INADA Naokibpo-23493: json: Change sort_keys in Python encoder...
2018-07-06 Yury Selivanovbpo-34042: Fix dict.copy() to maintain correct total...
2018-07-06 Raymond HettingerClarify that example in comment is about fromkeys(...
2018-07-06 Victor Stinnerbpo-34054: multiprocessing uses time.monotonic() (GH...
2018-07-06 Robert Krzyzanowskifix two typos in Objects/odictobject.c comments (GH...
2018-07-06 Tal Einatbpo-20180: complete AC conversion of Objects/stringlib...
2018-07-06 Julien PalardDoc: Remove superfluous markup. (GH-8112)
2018-07-06 Zackery SpytzFix GCC warning in Python/hamt.c (GH-7618)
2018-07-06 Ammar Askarbpo-33899: Make tokenize module mirror end-of-file...
2018-07-06 Benjamin PetersonMake TaskStepMethWrapper_Type and TaskWakeupMethWrapper...
2018-07-06 INADA Naokibpo-34043: Optimize tarfile uncompress performance...
2018-07-06 Sergey Fedoseevversionadded -> versionchanged for all 'X parameter...
2018-07-05 Raymond HettingerAdd more detail to the Counter.fromkeys() comment block...
2018-07-05 Windson yangclassify abs() argument type (GH-8103)
2018-07-05 ArtjomFix typo in dataclasses documentation (GH-8102)
2018-07-05 Victor Stinnerbpo-34044: subprocess.Popen copies startupinfo (GH...
2018-07-05 Serhiy StorchakaFix fuzz testing for marshal.loads(). (GH-8106)
2018-07-05 Serhiy Storchakabpo-33720: Improve tests for the stack overflow in...
2018-07-05 Sergey FedoseevRemoved unused import from tzinfo_examples.py. (GH...
2018-07-05 Julien PalardUpdate Stackless Python wiki URL (GH-8072)
2018-07-04 Raymond HettingerMinor code refactoring. Compute len() one fewer times...
2018-07-04 Gerrit HollDOC: In `reduce`, refer to `accumulate` (GH-7930)
2018-07-04 Farhaan Bukhshbpo-30516: Fix documentation issue with -timedelta...
2018-07-04 Lorenz Mendebpo-32942: Fix environment dependent test_script_helper...
2018-07-04 Victor Stinnerbpo-34040, multiprocessing: Fix test_forkserver_sigkill...
2018-07-04 hajoscherbpo-34010: Fix tarfile read performance regression...
2018-07-04 Benjamin PetersonMake GenericAlias_Type and Generic_Type static. (GH...
2018-07-04 Benjamin PetersonDon't export pending_threadfunc from _testcapi. (GH...
2018-07-04 INADA Naokibpo-33418: Add tp_clear for function object (GH-8058)
2018-07-03 Zackery Spytzbpo-24596: Decref module in PyRun_SimpleFileExFlags...
2018-07-03 Sergey Fedoseevbpo-34018: Doc'd that type names of SQLite converters...
2018-07-03 Bumsik Kim bpo-34019: Fix wrong arguments for Opera Browser ...
2018-07-03 Victor Stinnerbpo-33735: Fix test_multiprocessing random failure...
2018-07-02 Zachary Warebpo-34006: Revert line length limit for Windows help...
2018-07-02 Xtreakbpo-33978: Close existing handlers before logging ...
2018-07-01 INADA Naokibpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
2018-06-30 Tal Einatbpo-31938: Convert selectmodule.c to Argument Clinic...
2018-06-30 INADA NaokiDoc: Remove unused image file (GH-8027)
2018-06-30 Serhiy Storchakabpo-25862: Fix several bugs in the _io module. (GH...
2018-06-30 Tal Einatbpo-32568: make select.epoll() and its docs consistent...
2018-06-30 Serhiy Storchakabpo-33974: Fix passing special characters to ttk widget...
2018-06-29 Jeremy ClineFix redundant declaration of _PyImport_AddModuleObject...
next