]> granicus.if.org Git - python/shortlog
python
2016-06-23 Martin PanterIssue #27370: Use t for an iterable in mutable sequence ops
2016-06-22 Senthil KumaranFix the urllib.parse.urljoin docs. Reported by Bo Bayle...
2016-06-22 Benjamin Petersonmerge 2.7.12 release branch
2016-06-22 Benjamin Petersonfix idle about dialog #27365
2016-06-22 Martin PanterIssue #22463: Cure unused function warnings on AIX
2016-06-22 Martin PanterIssue #22463: Correct #endif placement; patch by Senthi...
2016-06-21 Martin PanterIssue #22463: Backport compiler warning fixes and worka...
2016-06-20 Martin PanterFix English spelling and grammar errors
2016-06-18 Serhiy StorchakaIssue #27294: Numerical state in the repr for Tkinter...
2016-06-18 Martin PanterIssue #24314: Add links for general attributes like...
2016-06-15 Zachary WareIssue #26930: Update Windows build to OpenSSL 1.0.2h
2016-06-11 Benjamin PetersonAdded tag v2.7.12rc1 for changeset 13912cd1e7e8
2016-06-11 Benjamin Peterson2.7.12 release candidate 1 v2.7.12rc1
2016-06-11 Benjamin Petersonupdate pydoc topics
2016-06-11 Benjamin Petersonupgrade expt to 2.1.1 (closes #26556)
2016-06-11 Terry Jan ReedyIssue #5124: For 2.7, move requires('gui') from module...
2016-06-11 Benjamin Petersonraise an error when STARTTLS fails
2016-06-11 Terry Jan ReedyIssue #5124: NEWS entries.
2016-06-11 Terry Jan ReedyIssue #5124: Paste with selection should always replace.
2016-06-10 doko@ubuntu.com- Issue #17500, and https://github.com/python/pythondot...
2016-06-02 Tommy BeadleIssue #24617: Add comment for os.mkdir about mode quirks
2016-06-10 Martin PanterFix typo in comment
2016-06-03 Martin PanterIssue #20699: Document that “io” methods should accept...
2014-10-16 Victor StinnerIssue #22636: Avoid using a shell in the ctypes.util...
2016-06-17 Serhiy Storchakactypes: the type of b_size is Py_ssize_t.
2016-06-16 Serhiy StorchakaIssue #27330: Fixed possible leaks in the ctypes module.
2016-06-15 Zachary WareIssue #26930: Update Windows build to OpenSSL 1.0.2h
2016-06-15 Serhiy StorchakaIssue #27301: Fixed incorrect return code for error...
2016-06-15 Georg BrandlDocs: add html-stable autobuild variant
2016-06-01 Martin PanterIssue #12855: Document what exactly unicode.splitlines...
2016-06-14 Serhiy StorchakaIssue #27238: Got rid of bare excepts in the turtle...
2016-06-14 Serhiy StorchakaIssue #26386: Fixed ttk.TreeView selection operations...
2016-06-14 Martin PanterIssue #16182: Backport documentation of set_pre_input_h...
2016-06-14 Terry Jan ReedyIssue #27245: IDLE: Cleanly delete custom themes and...
2016-06-14 Ned DeilyIssue #27310: remove vestigial import in IDLE.app
2016-06-12 Berker PeksagIssue #15657: Delete incorrect statement from PyMethodD...
2016-06-12 Serhiy StorchakaIssue #25455: Clean up reference loops created in tests...
2016-06-12 Serhiy StorchakaRename class attribute "thetype" to "partial" in functo...
2016-06-12 Serhiy StorchakaIssue #25455: Backported tests for pickling recursive...
2016-06-12 Serhiy StorchakaIssue #25455: Fixed a crash in repr of cElementTree...
2016-06-12 Martin PanterFix typo in documentation
2016-06-12 Martin PanterFix buggy RE “\parrot_example.py”, uncovered by Issue...
2016-06-12 Martin Panter#16484: Change PYTHONDOCS to "https:", and fix links...
2016-06-12 Martin PanterIssue #16484: PYTHONDOCS still uses “http:” in Python 2
2016-06-11 Benjamin Petersonoff to 2.7.13
2010-03-15 Matthias KloseIssue #7356: ctypes.util: Make parsing of ldconfig...
2016-06-10 Martin PanterIssue #8491: Add link to Gnu Readline configuration...
2016-06-02 Tommy Beadle[Issue 15476] Make "code object" its own entry in the...
2016-06-09 Benjamin Petersonmerge heads
2016-06-09 Benjamin Petersonfix leak of keyfile_bytes
2016-06-09 Benjamin Petersonstop leaking certfile_bytes (closes #27267)
2016-06-08 Martin PanterIssue #23275: Backport empty square bracket assignment...
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...
next