]> granicus.if.org Git - python/shortlog
python
2018-06-26 Pablo Galindobpo-33873: Fix bug in `runtest.py` and add checks for...
2018-06-26 Srinivas Reddy... bpo-33957: Doc: Use better wording (GH-7912)
2018-06-26 Mark Rosemanbpo-33924: Add missed mac-specific 'windows' to 'window...
2018-06-26 Victor StinnerRevert "bpo-33671: Add support.MS_WINDOWS and support...
2018-06-25 Tal Einatbpo-33573: docs to suggest median() alternatives for...
2018-06-25 Andrés Delfinobpo-33952: Fix typo in str.upper() documentation (GH...
2018-06-25 Andrés Delfinobpo-33943: Add references in the docs for logging.basic...
2018-06-25 Dong-hee Nabpo-33897: Add a 'force' keyword argument to logging...
2018-06-24 Tal Einatbpo-33951: IDLE test_configdialog: call page.update...
2018-06-24 Zachary WareEnable GUI tests in VSTS Linux builds via xvfb-run...
2018-06-24 Zackery Spytzbpo-33451: Close pyc files before calling PyEval_EvalCo...
2018-06-24 Andrés Delfino[master] bpo-33885: Replace "hook function" with "calla...
2018-06-23 Terry Jan Reedybpo-33950: Remove IDLE htest spec for a deleted file...
2018-06-23 Andrés Delfinobpo-33887: Add TOC to Design and History FAQ(GH-7766)
2018-06-23 Dong-hee Nabpo-33805: Improve error message of dataclasses.replace...
2018-06-23 jdemeyerRemove tp_print implementation (GH-7857)
2018-06-23 Victor Stinnerbpo-33916: Fix bz2 and lzma init when called twice...
2018-06-23 Xiang Zhangsuppress compiler warnings in _cursesmodule.c (#7860)
2018-06-22 Andrés Delfinobpo-33877: Remove UNIX qualification for running comple...
2018-06-22 Ammar AskarAdd test coverage reporting for C files (GH-7773)
2018-06-22 Victor Stinnerbpo-33671: Add support.MS_WINDOWS and support.MACOS...
2018-06-22 Victor Stinnerbpo-33932: Calling Py_Initialize() twice does nothing...
2018-06-22 Terry Jan Reedybpo-33905: Add test for idlelib.stackview.StackBrowser...
2018-06-21 Christopher... bpo-33912: Fix test_warnings when run with -Werror...
2018-06-21 Pablo Galindobpo-33716, test_concurrent_futures: increase timeout...
2018-06-21 Srinivas Reddy... Clarified the tempfile.tempdir documentation (GH-7829)
2018-06-21 Terry Jan Reedy bpo-33924: Change IDLE mainmenu.menudefs key 'windows...
2018-06-21 Terry Jan Reedybpo-33906: Rename idlelib.windows as window (#7833)
2018-06-20 Terry Jan Reedybpo-33917: Fix and document idlelib/idle_test/template...
2018-06-20 Xiang ZhangFix compiling error when missing gdbm version macros...
2018-06-20 Nick Coghlanbpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH...
2018-06-20 Victor Stinnerbpo-33746: Fix test_unittest.testRegisterResult() in...
2018-06-20 Srinivas Reddy... bpo-33904: In IDLE's rstrip, rename class RstripExtens...
2018-06-20 Terry Jan Reedybpo-33907: Rename an IDLE module and classes. (GH-7810)
2018-06-20 Srinivas Reddy... bpo-33908: Remove two superfluous assignments (GH-7116)
2018-06-20 Terry Jan Reedybpo-33907: Rename an IDLE module and class. (GH-7807)
2018-06-19 Terry Jan Reedybpo-33855: Still more edits and minimal tests for IDLE...
2018-06-19 Victor Stinnerbpo-33901: Add _gdbm._GDBM_VERSION (GH-7794)
2018-06-19 Victor Stinnerbpo-30345: Add -g to LDFLAGS for LTO (GH-7709)
2018-06-19 Victor Stinnerbpo-33901: Better test_dbm_gnu.test_reorganize() fix...
2018-06-19 Giampaolo Rodolabpo-33671 / shutil.copyfile: use memoryview() with...
2018-06-19 Marco Striglbpo-33365: print the header values beside the keys...
2018-06-19 Victor Stinnerbpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)
2018-06-19 Serhiy StorchakaUse more specific asserts in dbm tests. (GH-7786)
2018-06-19 BupChange tp_size to tp_basicsize in comment and realign...
2018-06-19 INADA Naokibpo-33843: Remove deprecated stuff in cgi module (GH...
2018-06-19 Pablo Galindobpo-33630: Fix using of freed memory in old versions...
2018-06-18 ValeriyaSinevichbpo-33663: Convert content length to string before...
2018-06-18 INADA Naokibpo-33866: enum: Stop using OrderedDict (GH-7698)
2018-06-18 Terry Jan Reedybpo-33855: More edits and new minimal tests for IDLE...
2018-06-18 Andrés Delfinobpo-33892: Doc: Use gender neutral words (GH-7770)
2018-06-16 Stéphane Wirtelbpo-33856: Add "help" to the welcome message of IDLE...
2018-06-16 Serhiy Storchakabpo-33861: Minor improvements of tests for os.path...
2018-06-16 Xtreakbpo-33859: Fix spelling mistakes in docs. (GH-7691)
2018-06-16 Carl Meyerbpo-33499: Add PYTHONPYCACHEPREFIX env var for alt...
2018-06-16 Andrés Delfinobpo-33571: Improve the glossary description for '....
2018-06-16 Noah Haasisbpo-33836: Recommend keyword-only param for memoization...
2018-06-16 Andrés DelfinoUse singular, we are talking about the access (GH-7727)
2018-06-16 Pablo Galindobpo-33873: regrtest: Add warning on -R 1:3 (GH-7736)
2018-06-15 Zackery SpytzAdd missing va_end() calls in PC/launcher.c (GH-7690)
2018-06-15 Terry Jan Reedybpo-33855: Minimally test all IDLE modules. (GH-7689)
2018-06-15 Victor Stinnerbpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
2018-06-15 Victor StinnerRevert "bpo-32962: Fix test_gdb failure in debug build...
2018-06-15 Andrés Delfinobpo-33854: Add PEP 461 title to 'See also' note (GH...
2018-06-15 Andrés Delfinobpo-33847: Add '@' operator entry to index (GH-7669)
2018-06-15 Andrés Delfinobpo-33852: Remove misplaced parentheses around 'list...
2018-06-15 Marcel Plchbpo-32962: Fix test_gdb failure in debug build with...
2018-06-15 INADA Naokigitattribute: Mark generated files (GH-7619)
2018-06-15 Wonsup Yoonbpo-29456: Fix bugs in unicodedata.normalize: u1176...
2018-06-15 Serhiy Storchakabpo-33818: PyExceptionClass_Name() will now return...
2018-06-15 Serhiy Storchakabpo-33851: Fix ast.get_docstring() for a node that...
2018-06-14 Eric Snowbpo-17045: Improve C-API doc for PyTypeObject. (gh...
2018-06-14 Victor Stinnerbpo-32962: python-gdb catchs UnicodeDecodeError (GH...
2018-06-14 Victor Stinnerbpo-32962: python-gdb catchs ValueError on read_var...
2018-06-14 Victor Stinnerbpo-33718: regrtest: use format_duration() to display...
2018-06-14 Jaysinh Shuklabpo-19382: Adding test cases for module tabnanny (GH...
2018-06-13 Eric Snowbpo-33615: Re-enable subinterpreter tests. (#7552)
2018-06-13 Zackery Spytzbpo-31378: Document sqlite3.OperationalError exception...
2018-06-13 Xiang Zhangbpo-33828: Add missing versionchanged note for string...
2018-06-12 Steve DowerFixes upload script to always run commands even when...
2018-06-12 Giampaolo Rodolabpo-33671: efficient zero-copy for shutil.copy* functio...
2018-06-12 Cheryl Sabellabpo-32108: Don't clear configparser values if key is...
2018-06-12 Tal Einatbpo-27397: Make email module properly handle invalid...
2018-06-12 Ned DeilyFix nested list in 3.7 What's New (GH-7659)
2018-06-12 Ned Deilybpo-25612: Add minimal What's New in 3.7 entry (GH...
2018-06-12 Zackery Spytzbpo-33582: Remove duplicate space in inspect.formatargs...
2018-06-12 Ned DeilyUpdate macOS installer Welcome and ReadMe files for...
2018-06-12 Ned Deilybpo-31432: Revert unrelated code changes to _ssl.c...
2018-06-11 Christian Heimesbpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED...
2018-06-11 Terry Jan Reedybpo-33656: Mention color in idlelib/NEWS.txt entry...
2018-06-11 Matthias Bussonnierbpo-33582: Emit deprecation warning for `formatargspec...
2018-06-11 Terry Jan Reedybpo-33656: Add enum name for argument of Windows call...
2018-06-11 Terry Jan Reedybpo-33656: Add entry to What's New 3.7. (GH-7638)
2018-06-11 Terry Jan Reedybpo-33656: On Windows, add API call saying that tk...
2018-06-11 Andrés Delfinobpo-33831: Make htmlview run again (GH-7628)
2018-06-11 Zackery Spytzbpo-30820: Remove incorrect docs for email.contentmanag...
2018-06-11 Serhiy StorchakaClean up after bpo-33738. (GH-7627)
2018-06-11 Ned Deilybpo-23404: Update/sync What's New files for 3.6/3.5...
2018-06-11 Ned Deilypypi.python.org -> pypi.org (GH-7613)
2018-06-11 Ned Deilybpo-33745: Add What's New for empty function docstring...
next