]> granicus.if.org Git - python/shortlog
python
2018-05-06 Serhiy Storchakabpo-20087: Update locale alias mapping with glibc 2...
2018-05-05 Andrés Delfinobpo-33422: Fix quotation marks getting deleted when...
2018-05-04 Vinay Sajipbpo-33400: Clarified documentation to indicate no stric...
2018-05-04 Antoine Pitroubpo-33332: Add signal.valid_signals() (GH-6581)
2018-05-02 lekmabpo-33391: Fix refleak in set_symmetric_difference...
2018-05-02 Ned DeilyMitigate macOS race condition in installer build (GH...
2018-05-02 Ned Deilybpo-33290: Have macOS installer remove "pip" alias...
2018-05-02 Ned Deilybpo-33281: NEWS and ACK (GH-6681)
2018-05-02 Ray Donnellybpo-33281: Fix ctypes.util.find_library regression...
2018-05-01 Serhiy Storchakabpo-20104: Improve error handling and fix a reference...
2018-05-01 Stéphane Wirtelbpo-20709: os.utime(path_to_directory): wrong documenta...
2018-05-01 Julien PalardAdd What's New for Korean documentation translation...
2018-05-01 Michael Selikbpo-31908: Fix output of cover files for trace module...
2018-04-30 Victor Stinnerbpo-30465: Fix C downcast warning on Windows in ast...
2018-04-30 Ekin DursunAdd mypy cache to gitignore (GH-6614)
2018-04-30 Brett Cannonbpo-33254: do not return an empty list when asking...
2018-04-30 Matthias KloseEnable the verbose build for extension modules with...
2018-04-30 Matthias Klosebpo-33393: Update config.guess and config.sub files...
2018-04-30 Matthias Klosebpo-33377: add triplets for mips-r6 and riscv (#6655)
2018-04-30 Andrés Delfinobpo-33352: Skip test_regrtest test if rt.bat does not...
2018-04-30 Serhiy Storchakabpo-33012: Fix invalid function casts for long_long...
2018-04-30 Victor Stinnerbpo-27645, sqlite: Fix integer overflow on sleep (...
2018-04-30 Terry Jan Reedybpo-21474: Update IDLE word/identifier definition from...
2018-04-29 Serhiy Storchakabpo-33330: Write exceptions occurred in PyImport_Cleanu...
2018-04-29 Siddhesh Poyarekarbpo-33012: Fix invalid function cast warnings with...
2018-04-29 Bo Baylesbpo-32362: Fix references to non-existent multiprocessi...
2018-04-29 sblondonbpo-33256: Replace angle brackets around python object...
2018-04-29 Serhiy Storchakabpo-31026: Fix test_dbm if dbm.ndbm is build with Berke...
2018-04-29 Serhiy Storchakabpo-33383: Fix crash in get() of the dbm.ndbm database...
2018-04-28 Dong-hee Nabpo-33378: Add Korean to the language switcher. (GH...
2018-04-27 Tom ChristieChange "non-local state" to "content-local state"....
2018-04-27 Zsolt Dollensteinbpo-33363: raise SyntaxError for async for/with outside...
2018-04-27 Victor Stinnerbpo-33041: Fix downcast warning on Windows (#6595)
2018-04-27 Pablo Galindobpo-33358: Fix test_embed.test_pre_initialization_sys_o...
2018-04-26 Brian CurtinClarify the inspect.getmembers predicate parameter...
2018-04-25 Cheryl Sabellabpo-27485: Rename and deprecate undocumented functions...
2018-04-25 Serhiy Storchakabpo-33334: Support NOP and EXTENDED_ARG in dis.stack_ef...
2018-04-25 Serhiy Storchakabpo-33330: Improve error handling in PyImport_Cleanup...
2018-04-25 Andrés Delfinobpo-33280: Reorganize external Tcl/Tk references. ...
2018-04-25 Neeraj BadlaniMention both relevant PEPs in function annotations...
2018-04-25 Pablo GalindoFix rendering issues in the documentation for the os...
2018-04-25 Pablo Galindobpo-33128 Fix duplicated call to importlib._install_ext...
2018-04-23 Łukasz Langaacks += chrBrd (#6584)
2018-04-23 Chris Bradburybpo-33251: Update documentation to reflect change....
2018-04-23 Chris Bradburybpo-33251: Prevent ConfigParser.items returning items...
2018-04-23 Antoine Pitroubpo-33329: Fix multiprocessing regression on newer...
2018-04-23 Łukasz Langabpo-33338: [tokenize] Minor code cleanup (#6573)
2018-04-22 Berker Peksagbpo-991266: Fix quoting of Comment attribute of SimpleC...
2018-04-21 Andrés Delfinobpo-33297: Mention Pillow to work with more image forma...
2018-04-20 Brett CannonClarify that __path__ can't be just any value (GH-6554)
2018-04-20 Brett Cannonbpo-25427: Remove pyvenv (GH-5962)
2018-04-20 Ville SkyttäSpelling fixes to docs, docstrings, and comments (GH...
2018-04-20 Paul Moorebpo-33131: Upgrade ensurepip to bundle pip 10.0.1 ...
2018-04-20 Gregory P.... bpo-33312: update Tools/gdb/libpython.py to match....
2018-04-20 xdegayebpo-32232: by default, Setup modules are no longer...
2018-04-20 Serhiy Storchakabpo-33298: Wrap only constants with _PyCode_ConstantKey...
2018-04-20 Gregory P.... bpo-33312: Fix clang ubsan out of bounds warnings in...
2018-04-19 Gregory P.... Clean up the readme text around PGO a bit. (GH-6538)
2018-04-19 Serhiy Storchakabpo-33189: pygettext.py now accepts only literal string...
2018-04-19 Serhiy Storchakabpo-33299: Return an object itself for some types in...
2018-04-19 Pablo GalindoUpdate What's new in 3.7 to reference preadv, pwritev...
2018-04-18 Denis Osipovbpo-31583: Fix 2to3 for using with --add-suffix option...
2018-04-18 Serhiy Storchakabpo-33308: Fix a crash in the parser module when conver...
2018-04-17 Aaron Angbpo-11594: Ensure line-endings are respected when using...
2018-04-17 INADA Naokibpo-33295: Skip test using missing external site (GH...
2018-04-17 Wolfgang Maierbpo-33144: random.Random and subclasses: split _randbel...
2018-04-17 jdemeyerFix spelling typo (GH-6443)
2018-04-17 INADA Naokibpo-33205: dict: Change GROWTH_RATE to `used*3` (GH...
2018-04-17 Benjamin Petersonfix pydoc-topics to work with Sphinx 1.7 (GH-6475)
2018-04-17 Andrés Delfinobpo-33283: Mention PNG as a supported format by Tcl...
2018-04-17 Łukasz LangaRevert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)
2018-04-17 Łukasz Langa[lib2to3] Make grammar pickling faster (#6491)
2018-04-16 Łukasz Langaacks += Zsolt Dollenstein (#6490)
2018-04-16 Zsolt DollensteinAdd support for all string literals to lib2to3 (#6457)
2018-04-16 Andrés DelfinoRemove to-be-deprecated urllib.request.urlretrieve...
2018-04-16 anentropicbpo-31947: remove None default for names param in Enum...
2018-04-15 Zackery Spytzbpo-33270: Intern names for all anonymous code objects...
2018-04-15 Alex GaynorRemoved a confusing line from a docstring in http.cooki...
2018-04-15 Nick Coghlanbpo-33185: Improve wording and markup (GH-6477)
2018-04-15 Nick Coghlanbpo-33185: Fix regression in pydoc CLI sys.path handlin...
2018-04-14 Antoine Pitroubpo-33176: Add a toreadonly() method to memoryviews...
2018-04-14 Steve Dowerbpo-33184: Update Windows installer to OpenSSL 1.1...
2018-04-13 jdemeyerbpo-33265: use an actual method instead of a method...
2018-04-13 WeizhongTuitemgetter add dict example (GH-1280)
2018-04-11 suic86Fix error messages in argparse examples (GH-6435)
2018-04-11 Serhiy Storchakabpo-33260: Regenerate token.py after removing ASYNC...
2018-04-10 Mark Nemecbpo-33097: Fix submit accepting callable after executor...
2018-04-10 Devon Rbpo-33253: Fix xxsubtype.bench() to accept correct...
2018-04-09 Aaron Angbpo-31201: Clarify command to re-run failing test(s...
2018-04-09 Serhiy Storchakabpo-31920: Fixed handling directories as arguments...
2018-04-09 Serhiy Storchakabpo-33031: Remove dead code in C implementation of...
2018-04-09 Antoine Pitroubpo-32759: Free unused arenas in multiprocessing.heap...
2018-04-09 Serhiy StorchakaFix misleading docsting of shelve.open(). (GH-6427)
2018-04-09 Wolfgang MaierUpdate docstring of tempfile._RandomNameSequence (GH...
2018-04-08 Serhiy StorchakaImprove highlighting of some code blocks. (GH-6401)
2018-04-08 Raymond HettingerAdd a prepend() recipe to teach a chain() idiom (GH...
2018-04-07 Alex Gaynorbpo-29613: Added support for SameSite cookies (GH-6413)
2018-04-07 Antoine Pitroubpo-33201: Modernize "Extension types" doc (GH-6337)
2018-04-07 Ned Deilybpo-33184: Update macOS installer build to use OpenSSL...
2018-04-07 Jay Crottsbpo-8243: Doc patch for curses.window.addstr and curses...
next