]> granicus.if.org Git - python/shortlog
python
2017-09-05 Zachary WareDon't use `where`, it doesn't exist on XP (GH-3330)
2017-09-05 Christian Heimes[2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf...
2017-09-05 Christian Heimes[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318)...
2017-09-04 Christian Heimes[2.7] bpo-30622: Change NPN detection: (GH-2079) (...
2017-09-04 Zachary Ware[2.7] bpo-30450: Pull Windows dependencies from GitHub...
2017-09-04 Christian Heimes[2.7] bpo-25674: remove sha256.tbs-internet.com ssl...
2017-09-04 larryhastingsBlurbify 2.7. (#3286)
2017-09-04 INADA Naokibpo-31095: Fix potential crash during GC (GH-3197)
2017-09-02 Pauli Virtanen[2.7] bpo-10746: Fix ctypes PEP 3118 type codes for...
2017-08-29 Oren Milman[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks...
2017-08-27 Steve DowerEnables RC markings in nuget packages. (#3216)
2017-08-26 Benjamin PetersonMerge branch 'release-2.7.14' into 2.7
2017-08-26 Oren Milman[2.7] bpo-28261: Prevent raising SystemError where...
2017-08-26 Benjamin Petersonversion bumps for 2.7.14rc1 v2.7.14rc1
2017-08-26 Benjamin Petersonupdate pydoc topics
2017-08-26 Benjamin Petersoncoalesce blurbs for 2.7.14rc1
2017-08-22 Victor Stinnerbpo-31258: test_urllib2_localnet uses addCleanup(server...
2017-08-22 Victor Stinnerbpo-31258: test_signal: call waitpid() to prevent zombi...
2017-08-22 Victor Stinnerbpo-30871: Add test.pythoninfo (#3174) (#3175)
2017-08-21 Victor Stinnerregrtest: fix test to choose if header should be displa...
2017-08-21 Victor Stinnerbpo-30263: regrtest: add system load average (#3165)
2017-08-18 Victor Stinnerbpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106...
2017-08-18 Victor Stinnergitignore: add more rules from master for Windows ...
2017-08-18 MariattaFix broken `Show Source` links on documentation pages...
2017-08-17 Victor Stinner[2.7] bpo-31221: patchcheck ignores external libraries...
2017-08-17 Julien PalardUpdate the language selection in the docs language...
2017-08-16 Victor Stinnerbpo-31069, test_multiprocessing: Fix dangling process...
2017-08-15 Christian Heimes[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (...
2017-08-13 Julien Palardbpo-31159: fix language switch regex on unknown yet...
2017-08-11 Victor Stinnerbpo-31067: test_subprocess calls reap_children() (...
2017-08-11 Victor Stinnerbpo-31173: Rewrite WSTOPSIG test of test_subprocess...
2017-08-10 Victor Stinner[2.7] bpo-31160: Backport reap_children fixes from...
2017-08-10 Victor StinnerPCbuild: downgrade pcbuild.sln to support VS 2010 ...
2017-08-09 Ammar Askar[2.7] bpo-31150: Wait for child process in test_forkint...
2017-08-08 Victor Stinnerttk: fix LabeledScale and OptionMenu destroy() method...
2017-08-08 Julien Palardbpo-31045: Language switch (#2652) (#3024)
2017-08-05 Shane Harvey[2.7] bpo-31107: Fix copyreg mangled slot names calcula...
2017-08-04 Yuan Chao ChouFix a shadow-compatible-local warning (#2182)
2017-08-04 Subhendu Ghoshbpo-27470: Improve doc for commandline -3 option
2017-08-02 Serhiy Storchakabpo-29902: Emit a Py3k deprecation warning when picklin...
2017-08-01 MariattaRemove .mention-bot (GH-2923) (GH-2972)
2017-08-01 Mariattabpo-25910: Update LICENSE (GH-2873) (GH-2969)
2017-07-31 INADA Naokibpo-29519: weakref spewing exceptions during interp...
2017-07-29 MariattaFix trivial typo in multiprocessing documentation ...
2017-07-27 Victor Stinner[2.7] bpo-31044: Skip test_posix.test_makedev() on...
2017-07-27 Victor Stinnerbpo-31028: Fix test_pydoc when run directly (#2864...
2017-07-26 Nir Sofferbpo-30980: Fix double close in asyncore.file_wrapper...
2017-07-26 Victor Stinnerbpo-30778: Skip test_bsddb3 on Windows XP (#2877)
2017-07-26 Victor Stinnerbpo-31019: Fix multiprocessing.Process.is_alive() ...
2017-07-26 Victor Stinner[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout...
2017-07-26 Dong-hee Na[2.7] bpo-30119: fix ftplib.FTP.putline() to throw...
2017-07-25 Aditya Hasebpo-30304: Improve TestCase.assertMultiLineEqual docs...
2017-07-24 Victor Stinnertest_bsddb3 tolerates smaller timeout on Windows (...
2017-07-24 Ned DeilyBackport Mac installer fixes for git-based workflow...
2017-07-24 Ned Deilybpo-29572: Update macOS installer build to OpenSSL...
2017-07-21 Nicholas[2.7] bpo-30964: Mention ensurepip in package installat...
2017-07-21 Victor Stinnerbpo-30822: regrtest: fix -u extralargefile (#2788)
2017-07-20 Mariatta[2.7] Fix typo in Turtle Docs: yingyang -> yinyang...
2017-07-20 Ned DeilyUpdate doc download files size estimates. (#2774)
2017-07-19 Ammar Askar[2.7] bpo-30883: Use pythontest.net instead of debian...
2017-07-16 Serhiy Storchaka[2.7] bpo-30911: Add tests for bad boolean arguments...
2017-07-16 Ned Deilybpo-30939: Avoid Sphinx deprecation warning in docs...
2017-07-13 Serhiy Storchaka[2.7] bpo-30911: Add tests for bad boolean arguments...
2017-07-12 Xiang ZhangAdd a missing asterisk in traceback doc to complete...
2017-07-11 Segev Finer[2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning...
2017-07-10 Nir Soffer[2.7] bpo-29854: Fix segfault in call_readline() (GH...
2017-07-10 Kit Sundejson Docs: Trivial update to the code example (GH-2465)
2017-07-06 Victor Stinner[2.7] bpo-30855: Trying to fix test_use on Windows...
2017-07-06 MariattaFix trivial typo in json module docstring (GH-2274...
2017-07-05 Serhiy Storchakabpo-30850: Use specialized assert methods in bsddb...
2017-07-05 Victor Stinnerbpo-30759: regrtest: list_cases() now unload modules...
2017-07-05 Victor Stinnerbpo-30759: Copy test_robotparser from master (#2546)
2017-07-05 Victor Stinnerbpo-30843: regrtest fixes sys.path, restore test.bisect...
2017-07-04 Segev Finerbpo-30726: Add _CRT_SECURE_NO_WARNINGS to _elementtree...
2017-07-04 Victor Stinnerbpo-30843: Rename Lib/test/bisect.py to Lib/test/bisect...
2017-07-04 Victor Stinnerbpo-29796: test_weakref: Fix collect_in_thread() on...
2017-07-04 Berker PeksagRemove outdated FOX from GUI FAQ (GH-2538)
2017-07-03 Victor StinnerTools/buildbot/test.bat: add --slowest option (#2552)
2017-07-03 Victor Stinnerregrtest: fix --list-cases --verbose (#2547)
2017-07-03 Serhiy Storchaka[2.7] Rename test_ file that is really a support file...
2017-07-03 Victor Stinner[2.7] bpo-29512, bpo-30764: Backport regrtest enhanceme...
2017-06-30 Victor Stinnerbpo-30448: Fix support.SuppressCrashReport on macOS...
2017-06-30 Dmitry Tokarev[2.7] Docs: fixed placement of .. _func-list: in functi...
2017-06-30 Dmitry TokarevFixed 2.7 docs - links to list, backported from python3...
2017-06-30 Antoine Pitrou[2.7] bpo-30807: signal.setitimer() may disable the...
2017-06-28 Antoine Pitrou[2.7] Clear potential ref cycle between Process and...
2017-06-28 regexaurusClarification to the `break` statement (GH-2453) (GH...
2017-06-27 Victor Stinner[2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest...
2017-06-27 Victor Stinnerbpo-30705: Fix test_regrtest.test_crashed() (#2439)
2017-06-27 Victor Stinnerbpo-30764: Windows support.SuppressCrashReport (#2423)
2017-06-27 Victor Stinnerbpo-30283: Add NEWS entry for backported regrtest ...
2017-06-26 Victor Stinner[2.7] bpo-30764: test_subprocess uses SuppressCrashRepo...
2017-06-26 Antoine Pitrou[2.7] bpo-30765: Avoid blocking when PyThread_acquire_l...
2017-06-25 Serhiy Storchaka[2.7] bpo-30746: Prohibited the '=' character in enviro...
2017-06-24 Serhiy Storchaka[2.7] bpo-30730: Prevent environment variables injectio...
2017-06-23 Serhiy Storchaka[2.7] bpo-30727: Fix a race condition in test_threading...
2017-06-23 Mariatta[2.7] bpo-30709: Improve code example in Descriptor...
2017-06-22 larryhastingsAdd "Misc/NEWS.d" directory tree for "blurb". (#2333)
2017-06-22 Victor Stinnerbpo-8799: Reduce timing sensitivity of condition test...
2017-06-21 Jeremy Klothbpo-29591: Update VS project files (#2310)
next