]> granicus.if.org Git - python/shortlog
python
2016-06-08 Martin PanterIssue #25738: Don’t send message body for 205 Reset...
2016-06-08 Martin PanterIssue #21313: Tolerate truncated buildinfo in sys.version
2016-06-07 Terry Jan ReedyItems for NEWS and idlelib/NEWS.txt.
2016-06-07 Martin PanterIssue #27229: Comment in middle of shell command fails...
2016-06-07 Martin PanterIssue #27229: Fix in-tree cross-build rule, by Xavier...
2016-06-06 Ned DeilyIssue #26014: Guide 2.7 users to the new packaging...
2016-06-05 Serhiy StorchakaIssue #27225: Fixed a reference leak in type_new when...
2016-06-05 Serhiy StorchakaIssue #21916: Added more tests for the turtle module.
2016-06-05 Ned DeilyIssue #26930: Update OS X 32-bit-only installer builds...
2016-06-04 Serhiy StorchakaMerge heads
2016-06-04 Serhiy StorchakaIssue #21916: Added tests for the turtle module.
2016-06-04 Terry Jan ReedyIssue #24759: Add 'private' notice for idlelib.idle_test.
2016-06-04 Serhiy StorchakaIssue #20041: Fixed TypeError when frame.f_trace is...
2016-06-04 Ned DeilyIssue 27216: Fix typo (noticed by Alex Chan).
2016-06-04 Terry Jan ReedyIDLE test README: 'gui' to 'GUI', except in "'gui'...
2016-06-04 Martin PanterFix typo in code comment
2016-06-04 Benjamin Petersoncheck the result of PyByteArray_Resize in readline...
2016-06-03 Terry Jan ReedyIssue 20567: Revise idle_test/README.txt and some tests...
2016-06-03 Senthil Kumaran[backport to 2.7] - issue8519 - Reference termios and...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_string_merged.py back to...
2016-06-03 Serhiy StorchakaIssue #27185: Merge test_pep292.py into test_string_mer...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_pep292.py to test_string_merg...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_string.py to test_string_merg...
2016-06-03 Gregory P.... issue25931: document that socketserver.Forking* are...
2016-06-02 Gregory P.... Exclude unittests from the make profile-opt training...
2016-06-02 Gregory P.... Issue #25702: A --with-lto configure option has been...
2016-06-02 Benjamin Petersonremove (hilarious) defaults for various constants getpa...
2016-06-02 R David Murray#13784: fix xml.sax.reader getColumn/LineNumber docs.
2016-06-02 Benjamin Petersonnote that Py_VISIT handles NULL (closes #27183)
2016-06-02 Martin PanterIssue #27171: Fix typos in documentation, code comments...
2016-06-02 Berker PeksagIssue #12243: Remove redundant availability notes from...
2016-06-01 Martin PanterIssue #25570: Add example of customizing User-Agent...
2013-01-27 Ezio MelottiFix a few typos. Patch by Eitan Adler.
2007-09-04 Fred Drakefix typo
2016-05-30 Martin PanterIssue #27125: Remove duplicated words from documentatio...
2016-05-30 Terry Jan ReedyAdd items to MISC/NEWS and idlelib/NEWS.txt.
2016-05-30 Senthil Kumaranissue27043 - Explain the inspect.cleandoc behavior...
2016-05-29 Martin PanterIssue #27125: Fix various errors like “will [be] inherited”
2016-05-28 Benjamin PetersonBacked out changeset e7062dd9085e (#25731)
2016-05-28 Gregory P.... issue26083: Avoid duplicate error message string from...
2016-05-28 Raymond HettingerIssue 25926: Clarify that the pure python equivalents...
2016-05-28 Martin PanterIssue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
2016-05-27 Martin PanterIssue #5784: Cannot test wbits=0 unless we know we...
2016-05-27 Martin PanterIssue #5784: Expand documentation and tests for zlib...
2016-05-27 Benjamin Petersonstop talking about svn
2016-05-27 Benjamin Petersonremove cruft from Schwarzian transform section
2016-05-27 Benjamin Peterson"Numeric Python" -> "NumPy"
2016-05-26 Steve DowerIssue #27114: Fix SSLContext._load_windows_store_certs...
2016-05-26 Martin PanterIssue #27076: Doc, comment and test function name spell...
2014-05-20 Donald StufftFix Issue #21528 - Fix documentation typos
2010-12-16 Raymond HettingerNits
2009-03-13 Georg Brandl#5486: typos.
2010-09-21 Georg Brandl#9911: doc copyedits.
2014-02-09 Eli BenderskyFix typo in library/ipc.rst
2016-05-24 Benjamin Petersonfix indentation and add curlies (closes #27093)
2016-05-22 Terry Jan ReedyIssue #26673: Protect IDLE from Linux fonts with report...
2016-05-22 Serhiy StorchakaBackported curses tests.
2016-05-22 Martin PanterFix minor inconsistencies with Issue #N references...
2016-05-20 Serhiy StorchakaIssue #26168: Fixed possible refleaks in failing Py_Bui...
2016-05-18 Serhiy StorchakaFixed test_sizeof for deque.
2016-05-17 Terry Jan ReedyBackports: #25747: remove bad test. #27044: stop test_...
2016-05-16 Serhiy StorchakaIssue #27039: Fixed bytearray.remove() for values great...
2016-05-16 Martin PanterIssue #14132: Fix redirect handling when target is...
2014-09-06 Serhiy StorchakaIssue #19524: Port fakehttp() from Py3 c1fb19907cc4...
2016-05-16 Serhiy StorchakaIssue #26995: Added tests for "f", "d", "D", "S", ...
2016-05-16 Serhiy StorchakaBackported tests for issue #18531.
2016-05-16 Terry Jan ReedyIssue 18910: Edit idle_test/README.txt to add 'requires...
2016-05-14 Martin PanterRemove PEP 291 compatibility requirements for ctypes...
2016-05-13 Serhiy StorchakaRestored test_interleaved. After issue #8886 it was...
2016-05-13 Martin PanterIssue #22274: Redirect stderr=STDOUT when stdout not...
2016-05-13 Benjamin Petersonfix indentation of comments in cellobject.c (closes...
2011-05-25 Antoine PitrouIssue #12045: Avoid duplicate execution of command...
2016-05-10 Serhiy StorchakaIssue #23921: Standardized documentation whitespace...
2016-05-10 Senthil KumaranAdd NEWS entry for issue26960.
2016-05-10 Senthil KumaranCloses issue26960.
2016-05-08 Serhiy StorchakaIssue #25745: Fixed leaking a userptr in curses panel...
2016-05-08 Serhiy StorchakaIssue #26881: modulefinder now works with bytecode...
2016-05-08 Martin PanterCorrections for a/an in code comments and documentation
2016-05-08 Martin PanterFix typos in comments, documentation and test method...
2016-05-08 Martin PanterIssue #26512: Clarify Integral; tidy up table of roundi...
2016-05-07 Berker PeksagReplace example.com with pythontest.net in test_getcode...
2016-05-07 Serhiy StorchakaIssue #17765: weakref.ref() no longer silently ignores...
2016-05-07 Serhiy StorchakaIssue #26736: Used HTTPS for external links in the...
2016-05-07 Serhiy StorchakaIssue #26889: Fixed hyperlinks formatting.
2016-05-07 Serhiy StorchakaIssue #26889: Tweaked xmlrpclib documentation.
2016-05-05 Berker PeksagIssue #26962: Backport 23d986228c6b to 2.7
2016-05-04 Serhiy StorchakaIssue #26873: xmlrpclib now raises ResponseError on...
2016-05-03 Serhiy StorchakaBackported test for posixpath.expanduser().
2016-05-02 Terry Jan ReedyClarify IDLE-console differences with respect to the...
2016-05-02 Donald StufftUpgrade ensurepip bundled setuptools to 20.10.1
2016-05-01 Meador IngeIssue #24114: Fix an uninitialized variable in `ctypes...
2016-04-30 Berker PeksagIssue #21746: Remove BaseResult reference from urlparse...
2016-04-30 Martin PanterIssue #26864: Fix case insensitivity and suffix compari...
2016-04-29 Serhiy StorchakaIssue #26822: Decreased an overhead of using _PyArg_NoK...
2016-04-28 Zachary WareIssue #26874: Simplify the divmod docstring.
2016-04-28 Zachary WareIssue #26874: Make divmod docstring and full doc match
2016-04-27 Serhiy Storchakafileinput.hook_encoded() uses io.open(), not codecs...
2016-04-27 Berker PeksagIssue #26672: Fix regrtest example in test.rst
2016-04-26 Martin PanterIssue #20598: Replace trivial split() calls with lists...
2016-04-26 Raymond HettingerIssue #24715: Improve sort stability example
next