]> granicus.if.org Git - python/shortlog
python
2018-06-22 Miss Islington... bpo-33877: Remove UNIX qualification for running comple...
2018-06-22 Andrés Delfinobpo-33885: Replace "hook function" with "callable"...
2018-06-22 Victor Stinnerbpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH...
2018-06-22 Miss Islington... bpo-33905: Add test for idlelib.stackview.StackBrowser...
2018-06-21 Miss Islington... bpo-33894: Clarified the tempfile.tempdir documentation...
2018-06-21 Miss Islington... bpo-33924: Change IDLE mainmenu.menudefs key 'windows...
2018-06-21 Miss Islington... bpo-33906: Rename idlelib.windows as window (GH-7833)
2018-06-20 Miss Islington... bpo-33917: Fix and document idlelib/idle_test/template...
2018-06-20 Miss Islington... bpo-33904: In IDLE's rstrip, rename class RstripExtens...
2018-06-20 Miss Islington... bpo-33746: Fix test_unittest.testRegisterResult() in...
2018-06-20 Miss Islington... bpo-33907: Rename an IDLE module and classes. (GH-7810)
2018-06-20 Terry Jan Reedy [3.6] bpo-33907: Rename an IDLE module and class....
2018-06-20 Miss Islington... bpo-33855: Still more edits and minimal tests for IDLE...
2018-06-19 Miss Islington... bpo-33717: set terse to True when calling platform...
2018-06-19 Miss Islington... bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)
2018-06-19 Miss Islington... bpo-33365: print the header values beside the keys...
2018-06-18 Miss Islington... bpo-33663: Convert content length to string before...
2018-06-18 Miss Islington... Add missing va_end() calls in PC/launcher.c (GH-7690)
2018-06-18 Miss Islington... bpo-33855: More edits and new minimal tests for IDLE...
2018-06-18 Miss Islington... bpo-33892: Doc: Use gender neutral words (GH-7770)
2018-06-16 Miss Islington... bpo-33856: Add "help" to the welcome message of IDLE...
2018-06-16 Terry Jan Reedy[3.6] bpo-33855: Minimally test all IDLE modules. ...
2018-06-16 Miss Islington... bpo-33861: Minor improvements of tests for os.path...
2018-06-16 Xtreak[3.6] bpo-33859: Fix spelling mistakes in docs. (GH...
2018-06-16 Miss Islington... bpo-33571: Improve the glossary description for '....
2018-06-16 Miss Islington... bpo-33836: Recommend keyword-only param for memoization...
2018-06-16 Miss Islington... Improve the grammar in the glossary item for `list...
2018-06-15 Victor StinnerRevert "bpo-32962: Fix test_gdb failure in debug build...
2018-06-15 Miss Islington... doc: Fix small typos in library/multiprocessing (GH...
2018-06-15 Miss Islington... bpo-33854: Add PEP 461 title to 'See also' note (GH...
2018-06-15 Miss Islington... bpo-33847: Add '@' operator entry to index (GH-7669)
2018-06-15 Miss Islington... bpo-33852: Remove misplaced parentheses around 'list...
2018-06-15 Victor Stinnerbpo-32962: Backport python-gdb.py and test_gdb.py from...
2018-06-15 Miss Islington... gitattribute: Mark generated files (GH-7619)
2018-06-15 Miss Islington... bpo-29456: Fix bugs in unicodedata.normalize: u1176...
2018-06-13 Victor Stinner[3.6] bpo-32356: idempotent pause_/resume_reading ...
2018-06-13 Miss Islington... bpo-31378: Document sqlite3.OperationalError exception...
2018-06-13 Miss Islington... bpo-33828: Add missing versionchanged note for string...
2018-06-12 Miss Islington... bpo-27397: Make email module properly handle invalid...
2018-06-12 Ned Deilypost 3.6.6rc1
2018-06-12 Ned Deily3.6.6rc1 v3.6.6rc1
2018-06-12 Ned Deilybpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED...
2018-06-11 Miss Islington... bpo-33656: Mention color in idlelib/NEWS.txt entry...
2018-06-11 Miss Islington... bpo-33656: Add enum name for argument of Windows call...
2018-06-11 Miss Islington... bpo-33656: On Windows, add API call saying that tk...
2018-06-11 Miss Islington... bpo-33831: Make htmlview run again (GH-7628)
2018-06-11 Miss Islington... bpo-30820: Remove incorrect docs for email.contentmanag...
2018-06-11 Ned Deilybpo-23404: Update/sync What's New files for 3.6/3.5...
2018-06-11 Ned Deilymore pypi.python.org -> pypi.org for 3.6 (GH-7616)
2018-06-11 Miss Islington... pypi.python.org -> pypi.org (GH-7613) (GH-7615)
2018-06-11 Miss Islington... bpo-30167: Prevent site.main() exception if PYTHONSTART...
2018-06-10 Miss Islington... bpo-33812: Corrected astimezone for naive datetimes...
2018-06-10 Miss Islington... bpo-33748: fix tests altering sys.path and sys.modules...
2018-06-10 Miss Islington... bpo-33610: Update IDLE Code Context doc entry (GH-7597)
2018-06-10 Miss Islington... bpo-33820: Fix IDLE What's New typo (GH-7594)
2018-06-10 Serhiy Storchaka[3.6] Fix spaces added after hyphens in news entries...
2018-06-10 Miss Islington... bpo-33820: Update idlelib subsection of What's New...
2018-06-10 Miss Islington... Remove hyphens from phrase "picks up where it left...
2018-06-10 Miss Islington... Fix typo in object.__getnewargs__() documentation ...
2018-06-10 Miss Islington... bpo-33766: Document that end of file or string is a...
2018-06-09 Miss Islington... bpo-33718: regrtest: use "xxx then yyy" result if re...
2018-06-09 MariattaDocs: fix some wrong words (GH-6987)
2018-06-08 Miss Islington... bpo-30805: Avoid race condition with debug logging...
2018-06-08 Miss Islington... bpo-11874: fix assertion failure in argparse metavar...
2018-06-08 Miss Islington... bpo-31215: Add version changed notes for OpenSSL 1...
2018-06-08 Miss Islington... Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)
2018-06-08 Miss Islington... bpo-33768: IDLE: Clicking on code context line moves...
2018-06-08 Yury Selivanovbpo-33786: Fix asynchronous generators to handle Genera...
2018-06-08 Miss Islington... bpo-33791: Update README for macOS users (GH-7471)
2018-06-08 Yury Selivanovbpo-33786: Fix asynchronous generators to handle Genera...
2018-06-07 Miss Islington... bpo-33642 and bpo-33679: Revise and condense blurbs...
2018-06-07 Berker Peksag[3.6] bpo-32392: Document env keyword argument of subpr...
2018-06-07 Victor Stinner[3.6] bpo-32676, test_asyncio: Fix warning in test_erro...
2018-06-07 Miss Islington... bpo-17909: Document that json.load can accept a binary...
2018-06-06 Miss Islington... bpo-33773: Fix test.support.fd_count() on Linux/FreBSD...
2018-06-06 Miss Islington... bpo-33781: audioop: enhance rounding double as int...
2018-06-06 Miss Islington... remove hg support from patchcheck (GH-7440)
2018-06-06 INADA Naokibpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST...
2018-06-05 Miss Islington... bpo-33751: Fix test_file. (GH-7378)
2018-06-05 Serhiy Storchaka[3.6] bpo-33753: Refactor creating temporary files...
2018-06-05 Miss Islington... bpo-33752: Fix a file leak in test_dbm. (GH-7376)
2018-06-05 Miss Islington... bpo-33767: Fix improper use of SystemError by mmap...
2018-06-04 Miss Islington... Enable the verbose build for extension modules with...
2018-06-04 Miss Islington... bpo-27902: Add compatibility note to Profile docs ...
2018-06-04 Miss Islington... bpo-33761: Fix a file leak in test_iterparse in test_xm...
2018-06-04 Miss Islington... bpo-33640, uuid.UUID doc: document endian of bytes...
2018-06-04 Miss Islington... bpo-31849: Fix warning in pyhash.c (GH-6799)
2018-06-04 Miss Islington... bpo-33763: IDLE: Replace label widget with text widget...
2018-06-04 Miss Islington... bpo-33664: Scroll IDLE editor text by lines (GH-7351)
2018-06-04 Ned Deilybpo-33764: Appveyor fixes (GH-7364) (GH-7379)
2018-06-04 Serhiy Storchaka[3.6] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCa...
2018-06-04 Miss Islington... bpo-33760: Fix file leaks in test_io. (GH-7361) (GH...
2018-06-03 Miss Islington... bpo-33750: Reset thread-local context precision in...
2018-06-03 Miss Islington... bpo-33744: Fix test_uu. (GH-7350) (GH-7353)
2018-06-02 Miss Islington... bpo-23495: Correct the documentation for writerows...
2018-06-02 Miss Islington... Fix typo in datamodel.rst (GH-6964)
2018-06-02 Miss Islington... bpo-33679: IDLE: Re-enable color configuration for...
2018-06-02 Miss Islington... bpo-33642: IDLE: Use variable number of lines in CodeCo...
2018-06-01 Miss Islington... bpo-32519: Removed misleading sentence from EnvBuilder...
2018-06-01 Miss Islington... bpo-33400: Removed references to RFC3339 and ISO8601...
next