]> granicus.if.org Git - python/shortlog
python
2018-04-20 Miss Islington... Clarify that __path__ can't be just any value (GH-6554)
2018-04-20 Miss Islington... bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 ...
2018-04-20 Miss Islington... Clean up the readme text around PGO a bit. (GH-6538...
2018-04-19 Miss Islington... bpo-33189: pygettext.py now accepts only literal string...
2018-04-19 Miss Islington... bpo-33308: Fix a crash in the parser module when conver...
2018-04-19 Miss Islington... bpo-31583: Fix 2to3 for using with --add-suffix option...
2018-04-17 Miss Islington... Fix spelling typo (GH-6443) (#6508)
2018-04-17 Miss Islington... bpo-33295: Skip test using missing external site (GH...
2018-04-17 Miss Islington... bpo-33283: Mention PNG as a supported format by Tcl...
2018-04-17 Miss Islington... fix pydoc-topics to work with Sphinx 1.7 (GH-6475)
2018-04-17 Miss Islington... Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH...
2018-04-16 Miss Islington... Remove to-be-deprecated urllib.request.urlretrieve...
2018-04-14 Steve Dowerbpo-33184: Update Windows installer to OpenSSL 1.0...
2018-04-11 Miss Islington... Fix error messages in argparse examples (GH-6435)
2018-04-10 Miss Islington... bpo-33253: Fix xxsubtype.bench() to accept correct...
2018-04-09 Miss Islington... [3.6] bpo-31201: Clarify command to re-run failing...
2018-04-09 Miss Islington... bpo-31920: Fixed handling directories as arguments...
2018-04-09 Miss Islington... Fix misleading docsting of shelve.open(). (GH-6427)
2018-04-09 Serhiy Storchaka[3.6] Improve highlighting of some code blocks. (GH...
2018-04-09 Miss Islington... Update docstring of tempfile._RandomNameSequence (GH...
2018-04-08 Miss Islington... Add a prepend() recipe to teach a chain() idiom (GH...
2018-04-07 Antoine Pitrou[3.6] bpo-33201: Modernize "Extension types" doc (GH...
2018-04-07 Ned Deilybpo-33184: Update macOS installer build to use OpenSSL...
2018-04-07 Miss Islington... [3.6] bpo-8243: Doc patch for curses.window.addstr...
2018-04-06 Miss Islington... [3.6] bpo-29673: fix gdb scripts pystack and pystackv...
2018-04-06 Miss Islington... bpo-33231: Fix potential leak in normalizestring()...
2018-04-05 Miss Islington... bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381...
2018-04-05 Miss Islington... bpo-33203: Ensure random.choice always raises IndexErro...
2018-04-05 INADA Naokibpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg ...
2018-04-04 Miss Islington... bpo-29922: Add more tests for error messages in 'async...
2018-04-04 Miss Islington... bpo-29922: Improve error messages in 'async with' ...
2018-04-03 Miss Islington... bpo-33209: End framing at the end of C implementation...
2018-04-03 Miss Islington... closes bpo-33202: fix os.walk mentioning os.listdir...
2018-04-03 Miss Islington... bpo-33199: Initialize ma_version_tag in PyDict_Copy...
2018-04-02 Miss Islington... bpo-33204: IDLE - revise and extend colorizer test...
2018-04-02 Miss Islington... bpo-33204: IDLE: consistently color invalid string...
2018-03-31 Serhiy Storchaka[3.6] Fix error message in sqlite connection thread...
2018-03-31 Serhiy Storchaka[3.6] bpo-33132: Fix reference counting issues in the...
2018-03-30 Miss Islington... Fix socket type in DatagramHandler documentation: TCP...
2018-03-28 Terry Jan Reedy[3.6] Fix duplicating words words. (GH-6296) (GH-6298)
2018-03-28 Ned DeilyMerge tag 'v3.6.5' into 3.6
2018-03-28 Miss Islington... bpo-33126: Document PyBuffer_ToContiguous() (GH-6292...
2018-03-28 Ned Deily3.6.5final v3.6.5
2018-03-28 Miss Islington... bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39...
2018-03-28 Miss Islington... bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39...
2018-03-28 Miss Islington... bpo-32726: Do not force IDLE.app to launch in 32-bit...
2018-03-28 Miss Islington... bpo-32872: Avoid regrtest compatibility issue with...
2018-03-28 Miss Islington... Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH...
2018-03-28 Miss Islington... Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133...
2018-03-28 Christian Heimesbpo-30622: Fix backport of NPN fix (#6102)
2018-03-28 Miss Islington... bpo-32872: Avoid regrtest compatibility issue with...
2018-03-27 Miss Islington... bpo-27212: Modify islice recipe to consume initial...
2018-03-26 Miss Islington... bpo-32844: Fix a subprocess misredirection of a low...
2018-03-26 Miss Islington... Fix description about SimpleXMLRPCServer constructor...
2018-03-26 Miss Islington... Gitignore gmon.out (GH-5796)
2018-03-26 Miss Islington... Fix typo and edit for clarity in the docstrings of...
2018-03-26 Miss Islington... bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
2018-03-24 Christian Heimes[3.6] bpo-33127: Compatibility patch for LibreSSL 2...
2018-03-23 Miss Islington... bpo-27428: Fix WindowsRegistryFinder documentation...
2018-03-23 Miss Islington... Fix a reference to the MRE book in re docs (GH-1113)
2018-03-23 Serhiy Storchaka[3.6] bpo-33041: Fixed jumping if the function contains...
2018-03-22 Miss Islington... Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH...
2018-03-21 Miss Islington... Fix typos in mmap() error messages (GH-6173)
2018-03-21 Miss Islington... bpo-27683: Fix a regression for host() of ipaddress...
2018-03-21 Miss Islington... bpo-18802: Add more details to ipaddress documentation...
2018-03-20 Miss Islington... bpo-28247: Document Windows executable creation in...
2018-03-20 Miss Islington... [3.6] bpo-33021: Release the GIL during fstat() calls...
2018-03-19 xdegayebpo-19417: Add test_bdb.py (GH-5217)
2018-03-18 Serhiy Storchaka[3.6] bpo-33041: Add tests for jumps in/out of 'async...
2018-03-17 Miss Islington... Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133...
2018-03-17 Miss Islington... bpo-32374: m_traverse may be called with m_state=NULL...
2018-03-14 Miss Islington... [3.6] bpo-32885: Tools/scripts/pathfix.py: Add -n optio...
2018-03-14 Christian Heimesbpo-30622: Fix backport of NPN fix (#6102)
2018-03-14 Ned Deilyon to 3.6.6
2018-03-14 Ned DeilyMerge tag 'v3.6.5rc1' into 3.6
2018-03-14 Ned Deily3.6.5rc1 v3.6.5rc1
2018-03-14 Ned Deilybpo-32726: macOS installer changes for 3.6.5
2018-03-13 Miss Islington... lib2to3: Add more tests (GH-6101) (#6109)
2018-03-13 Miss Islington... [3.7] bpo-17288: Prevent jumps from 'return' and 'excep...
2018-03-13 Miss Islington... bpo-33064: lib2to3: support trailing comma after *args...
2018-03-11 Antoine Pitrou[3.6] bpo-31804: Fix multiprocessing.Process with broke...
2018-03-11 Miss Islington... [3.6] bpo-33026: Fix jumping out of "with" block by...
2018-03-11 Miss Islington... bpo-33045: Fix typos in SSL documentation (GH-6065)
2018-03-10 Miss Islington... [3.7] bpo-33041: Add missed error checks when compile...
2018-03-10 Andrew Svetlov[3.6] bpo-33037: Skip sending/receiving after SSL trans...
2018-03-10 Miss Islington... bpo-26701: Improve documentation for the rounding speci...
2018-03-10 Miss Islington... bpo-26701: Add documentation for __trunc__ (GH-6050)
2018-03-09 Miss Islington... Warn that compile() can crash when compiling to an...
2018-03-09 Miss Islington... bpo-32758: Warn that ast.parse() and ast.literal_eval...
2018-03-09 Miss Islington... controlflow: Use full example for "5 through 9" (GH...
2018-03-09 Nathan Henriebpo-32517: fix test_read_pty_output() hangs on macOS...
2018-03-08 Steve Dowerbpo-33016: Fix potential use of uninitialized memory...
2018-03-08 Miss Islington... [3.6] bpo-30353: Fix pass by value for structs on 64...
2018-03-08 Miss Islington... Fix some ipaddress documentation errors (GH-6021)
2018-03-07 Miss Islington... bpo-32969: Expose some missing constants in zlib and...
2018-03-06 Miss Islington... bpo-33009: Fix inspect.signature() for single-parameter...
2018-03-05 Steve Dower[3.6] bpo-33001: Prevent buffer overrun in os.symlink...
2018-03-05 Miss Islington... bpo-32984: IDLE - set __file__ for startup files (GH...
2018-03-04 Miss Islington... bpo-32857: Raise error when tkinter after_cancel()...
2018-03-04 Benjamin Peterson[3.6] bpo-32981: Fix catastrophic backtracking vulns...
next