]> granicus.if.org Git - python/shortlog
python
2017-10-17 Victor Stinner[2.7] bpo-31733, bpo-31692: Document 2 new env vars...
2017-10-17 Victor Stinner[2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var ...
2017-10-17 Victor Stinnerbpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932)
2017-10-16 vyas45[2.7] bpo-31754: Fix type of 'itemsize' in PyBuffer_Fil...
2017-10-12 Serhiy Storchaka[2.7] bpo-30058: Fixed buffer overflow in select.kqueue...
2017-10-12 Ned Deilybpo-31766: restore 3.5 to docs version switchers (...
2017-10-12 Oren Milman[2.7] bpo-31490: Fix an assertion failure in ctypes...
2017-10-11 Oren Milman[2.7] bpo-31728: Prevent crashes in _elementtree due...
2017-10-09 Elvis Pranskevichusbpo-31681: Make sure pkgutil.get_data closes files...
2017-10-09 Victor Stinnerbpo-31719: Fix test_regrtest.test_crashed() on s390x...
2017-10-07 Miss Islington... bpo-31720: msilib documentation, change MsiError into...
2017-10-07 Rohit Balasubramanianbpo-31507: Add docstring to parseaddr function in email...
2017-10-05 Miss Islington... [2.7] remove tabs from getcompiler.c (GH-3892) (#3894)
2017-10-04 Serhiy Storchaka[2.7] bpo-31675: Fix memory leaks in Tkinter's methods...
2017-10-04 Ned DeilyRemove retired and security branches from active docs...
2017-10-02 Oren Milman[2.7] bpo-31478: Prevent unwanted behavior in _random...
2017-10-02 Victor Stinnerbpo-31158: Fix nondeterministic read in test_pty (...
2017-09-30 Serhiy Storchaka[2.7] bpo-31627: Make test_mailbox be lenient to empty...
2017-09-30 Oren Milman[2.7] bpo-31285: Don't raise a SystemError in warnings...
2017-09-28 Victor Stinnerbpo-28129: fix ctypes crashes (#386) (#3800)
2017-09-27 Victor Stinnerbpo-31593: test_socketserver waits child processes...
2017-09-27 Miss Islington... [2.7] bpo-31490: Fix an assertion failure in ctypes...
2017-09-27 Serhiy Storchaka[2.7] bpo-31311: Fix a SystemError and a crash in ctype...
2017-09-27 Serhiy Storchaka[2.7] bpo-25359: Add missed "goto error" after setting...
2017-09-26 Serhiy Storchaka[2.7] bpo-30347: Stop crashes when concurrently iterate...
2017-09-26 Serhiy Storchaka[2.7] bpo-31579: Fixed a possible leak in enumerate...
2017-09-25 Serhiy Storchakabpo-25732: Make functools.total_ordering implementing...
2017-09-25 Victor Stinnerbpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug...
2017-09-25 Igor Filatov[2.7] bpo-31351: Set return code in ensurepip when...
2017-09-22 Zachary Ware[2.7] bpo-31423: Fix building the PDF documentation...
2017-09-20 Christian Heimesbpo-31533: fix broken link to OpenSSL docs (GH-3674...
2017-09-16 Benjamin Petersona post 2.7.14 world
2017-09-16 Benjamin Petersonmerge 2.7.14 release branch
2017-09-16 Benjamin Peterson2.7.14 final version bumps v2.7.14
2017-09-16 Michael Seifertbpo-29916: Include PyGetSetDef in C API extension docum...
2017-09-15 Christian Heimesbpo-31474: Fix -Wint-in-bool-context warnings (#3581)
2017-09-15 Oren Milman[2.7] bpo-31471: Fix assertion failure in subprocess...
2017-09-14 Benjamin Petersonconsistently use Py_TYPE, Py_REFCNT, and correct initia...
2017-09-13 Miss Islington... [2.7] bpo-30442: Skips refcount test in test_xml_etree...
2017-09-13 Victor Stinnerbpo-31234: fork_wait tests now join threads (#3139...
2017-09-11 Victor Stinnerbpo-17085: test_socket: cancel scheduled alarm on test...
2017-09-11 Serhiy Storchaka[2.7] bpo-31411: Prevent raising a SystemError in case...
2017-09-11 Serhiy Storchaka[2.7] bpo-29526: Add reference to help('FORMATTING...
2017-09-10 Cheryl Sabellabpo-25684: ttk.OptionMenu radiobuttons weren't unique...
2017-09-10 R. David Murray[2.7] Clarify nature of parse_args 'args' argument...
2017-09-08 Zachary Ware[2.7] bpo-30450: Fall back on the old env.bat (GH-3443)
2017-09-08 Christian Heimes[2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TL...
2017-09-08 Xiang Zhangbpo-31379: Added $(RUNSHARED) to run_profile_task ...
2017-09-07 Christian Heimes[2.7] bpo-28958: Improve SSLContext error reporting...
2017-09-07 Miss Islington... [2.7] bpo-31330: Clarify that RawTextHelpFormatter...
2017-09-07 Hanno Schlichting[2.7] bpo-29766: Fix configure/.ac to match LTO/enable...
2017-09-07 Christian Heimes[2.7] Update multissl test helper (GH-3349) (#3416)
2017-09-07 Miss Islington... [2.7] bpo-21649: Add RFC 7525 and Mozilla server side...
2017-09-06 Miss Islington... [2.7] bpo-30824: Add mimetype for .json (GH-3048) ...
2017-09-06 Victor Stinnerbpo-31355: Travis CI: remove the macOS job (#3367)
2017-09-06 Benjamin Peterson[2.7] Issue GH-28705: greatly simplify the FAQ entry...
2017-09-06 Benjamin PetersonMerge branch 'release-2.7.14' into 2.7
2017-09-06 Victor Stinnerbpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
2017-09-06 Zachary Ware[2.7] Cache externals, depending on changes to PCbuild...
2017-09-05 Victor Stinnerbpo-31339: Rewrite time.asctime() and time.ctime()...
2017-09-05 Zachary Warebpo-30450: Don't use where, XP doesn't have it (GH...
2017-09-05 Gregory P.... bpo-27448: Work around a gc.disable race condition...
2017-09-05 Christian Heimes[2.7] Travis: use ccache (GH-3307) (#3333)
2017-09-05 Christian Heimes[2.7] bpo-30502: Fix handling of long oids in ssl....
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)
next