]> granicus.if.org Git - python/shortlog
python
2016-08-16 Raymond Hettingermerge
2016-08-16 Raymond HettingerRemove duplicate of the entry in the seealso section
2016-08-16 Raymond HettingerIssue #25628: Make namedtuple "rename" and "verbose...
2016-08-16 Victor StinnerIssue #27776: dev_urandom(raise=0) now closes the file...
2016-08-16 Victor StinnerIssue #27776: Cleanup random.c
2016-08-16 Victor StinnerIssue #27776: _PyRandom_Init() doesn't call PyErr_Check...
2016-08-16 Victor StinnerIssue #27776: Cleanup random.c
2016-08-16 Gregory P.... Issue #26750: use inspect.isdatadescriptor instead...
2016-08-16 Gregory P.... Issue #26750: use inspect.isdatadescriptor instead...
2016-08-16 Terry Jan ReedyMerge with 3.5
2016-08-16 Terry Jan ReedyIssue #27611: Don't import volatile attribute.
2016-08-16 Georg BrandlAdd versionadded tags for (c)math.tau.
2016-08-16 Benjamin Petersonmerge 3.5 (#27774)
2016-08-16 Benjamin Petersonmerge 3.4 (#27774)
2016-08-16 Benjamin Petersonmerge 3.3 (#27774)
2016-08-16 Benjamin Petersondo not decref value borrowed from list (closes #27774)
2016-08-16 Benjamin Petersonmerge 3.5 (#27773)
2016-08-16 Benjamin Petersonfix corner cases in the management of server_hostname...
2016-08-16 Benjamin Petersonmerge 3.5
2016-08-16 Benjamin Petersonmerge 3.4
2016-08-16 Benjamin Petersonfail when negative values are passed to instr()
2016-08-16 Ned DeilyIssue #27736: Improve the existing embedded interpreter...
2016-08-16 Terry Jan ReedyIssue #27611, #24137: Only change tkinter when easily...
2016-08-16 Ned DeilyMerge from releasing branch
2016-08-16 Ned DeilyStart 3.6.0bb1
2016-08-16 Steve DowerAdds missing file to installer.
2016-08-16 Nick CoghlanIssue #26823: fix traceback abbreviation docs
2016-08-15 Guido van RossumAdd docs for typing.AnyStr and typing.Text. By Michael...
2016-08-15 Guido van RossumFix typo in Misc/NEWS.
2016-08-15 Guido van RossumAdd docs for typing.AnyStr and typing.Text. By Michael...
2016-08-15 Ned DeilyAdded tag v3.6.0a4 for changeset 017cf260936b
2016-08-15 Ned DeilyVersion bump for 3.6.0a4 v3.6.0a4
2016-08-15 Ned DeilyUpdate pydoc topics for 3.6.0a4
2016-08-15 Ned DeilyIssue #27736: Prevent segfault after interpreter re...
2016-08-15 Ned DeilyIssue #23968: Make OS X installer build script aware...
2016-08-15 Guido van RossumIssue #12345: Add mathemathcal constant tau to math...
2016-08-15 Ned DeilyIssue #10910: merge from 3.5
2016-08-15 Ned DeilyIssue #10910: Update FreedBSD version checks for the...
2016-08-15 Ned DeilyIssue #10910: Avoid C++ compilation errors on FreeBSD...
2016-08-15 Serhiy StorchakaIssue #16764: Support keyword arguments to zlib.decompr...
2016-08-15 Serhiy StorchakaIssue #27704: Optimized creating bytes and bytearray...
2016-08-15 Nick CoghlanIssue #26823: Abbreviate recursive tracebacks
2016-08-15 Steven D'ApranoUpdate Misc/NEWS.
2016-08-14 Donald Stufftmerge 3.5
2016-08-14 Donald Stufftmerge 3.4
2016-08-14 Donald StufftUpdate setuptools/pip to 25.2.0/8.1.2
2016-08-14 Steven D'ApranoIssue27573 code.interact prints a message when exiting.
2016-08-14 Steven D'ApranoAdd versionadded tag to docs for timeit.autorange
2016-08-14 Steven D'ApranoIssue6422 add autorange method to timeit.Timer
2016-08-14 Serhiy StorchakaIssue #27574: Decreased an overhead of parsing keyword...
2016-08-14 Benjamin Petersonmerge 3.5 (closes #27760)
2016-08-14 Benjamin Petersonmerge 3.4 (closes #27760)
2016-08-14 Benjamin Petersonmerge 3.3 (closes #27760)
2016-08-14 Benjamin Petersonfix possible integer overflow in binascii.b2a_qp (close...
2016-08-14 Benjamin Petersonmerge 3.5
2016-08-14 Benjamin Petersonmerge 3.4
2016-08-14 Benjamin Petersondo not allow reading negative values with getstr()
2016-08-14 Benjamin Petersonmerge 3.5 (closes #27758)
2016-08-14 Benjamin Petersonmerge 3.4 (closes #27758)
2016-08-14 Benjamin Petersonmerge 3.3 (#27758)
2016-08-14 Benjamin Petersoncheck for overflow in join_append_data (closes #27758)
2016-08-13 R David MurrayMerge: #27753: fix typo (name->named).
2016-08-13 R David Murray#27753: fix typo (name->named).
2016-08-13 Raymond Hettingermerge
2016-08-13 Raymond HettingerIssue #27720: Fix error in eng_to_decimal docs and...
2016-08-13 Berker PeksagIssue #24637: Merge from 3.5
2016-08-13 Berker PeksagIssue #24637: Document that locals can be any mapping...
2016-08-12 Alexander BelopolskyIssue #24773: Skip system tests for transitions in...
2016-08-12 Brett CannonMerge for issue #27712
2016-08-12 Brett CannonIssue #27712: Fix some typos in the import docs.
2016-08-12 Brett CannonIssue #25805: Skip a test for test_pkgutil when __name_...
2016-08-12 Raymond Hettingermerge
2016-08-12 Raymond HettingerIssue 27719: Remove a doc example that is not applicab...
2016-08-12 Martin PanterIssue #25825: Merge AIX fix from 3.5
2016-08-12 Martin PanterIssue #25825: Fix references to Modules/python.exp
2016-08-12 Martin PanterIssue #27745: Merge typo fixes from 3.5
2016-08-12 Martin PanterIssue #26741: Merge ResourceWarning fixes from 3.5
2016-08-12 Martin PanterIssue #27745: Fix some typos in Argument Clinic howto...
2016-08-12 Martin PanterIssue #26741: Clean up subprocess.Popen object in test_poll
2016-08-12 Martin PanterClose HTTP connections and responses in tests to avoid...
2016-08-11 Alexander BelopolskyIssue #24773: Fix and speed-up ZoneInfoCompleteTest.
2016-08-11 Terry Jan ReedyIssue #27732: Silence test_idle with dummy bell functions.
2016-08-10 Terry Jan Reedynull merge from3.5
2016-08-10 Terry Jan ReedyIssue #27714: text_textview now passes when re-run...
2016-08-10 Terry Jan ReedyIssue #27714: text_textview now passes when re-run...
2016-08-10 Terry Jan ReedyIssue #27380: For test_query on Mac, adjust one expecte...
2016-08-10 Terry Jan ReedyIssue #27621: Put query response validation error messa...
2016-08-10 Martin PanterMerge ISO-8859 fixes from 3.5
2016-08-10 Zachary WareIssue #27200: Merge with 3.5
2016-08-10 Zachary WareIssue #27200: Fix doctests in Doc/library/hashlib.rst
2016-08-10 Zachary WareCloses #27210: Merge with 3.5
2016-08-10 Zachary WareIssue #27210: Fix doctests for a few modules.
2016-08-10 Zachary WareCloses #27209: Merge with 3.5
2016-08-10 Zachary WareIssue #27209: Fix doctests in Doc/library/email*.rst
2016-08-10 Zachary WareCloses #27208: Merge with 3.5
2016-08-10 Zachary WareIssue #27208: Fix doctest in Doc/library/traceback.rst
2016-08-10 Zachary WareCloses #27207: Merge with 3.5
2016-08-10 Zachary WareIssue #27207: Fix doctests in Doc/whatsnew/3.2.rst
2016-08-10 Martin PanterCorrect misspellings of ISO-8859
2016-08-09 Zachary WareCloses #27206: Merge with 3.5
next