- bc44893 Issue #27416: clarify copy doc by Victor Stinner · 9 years ago
- 2b8f094 Adds batch file for building nuget package, and includes libs folder by Steve Dower · 9 years ago
- 094338e Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 9 years ago
- 199b7d5 Issue #22115: Fixed tracing Tkinter variables. by Serhiy Storchaka · 9 years ago
- 0c67a5f post 2.7.12 version by Benjamin Peterson · 9 years ago
- 1d6879b merge 2.7.12 release branch by Benjamin Peterson · 9 years ago
- 96da94b Added tag v2.7.12 for changeset d33e0cf91556 by Benjamin Peterson · 9 years ago
- 1fae982 2.7.12 final by Benjamin Peterson · 9 years ago
- 4da5815 Adds scripts for building nuget packages. by Steve Dower · 9 years ago
- ff0d875 array.buffer_info() should return a length as int, not long, for compatibility. by Serhiy Storchaka · 9 years ago
- 919345d Issue #27365: Add blank lines. to 2.7 test_editmenu by Terry Jan Reedy · 9 years ago
- 0cc5a2b Fixed integer overflow and handled MemoryError in array.buffer_info(). by Serhiy Storchaka · 9 years ago
- aaa4baf Issue #27370: Use t for an iterable in mutable sequence ops by Martin Panter · 9 years ago
- 8da85a1 Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. by Senthil Kumaran · 9 years ago
- 7a5691f merge 2.7.12 release branch by Benjamin Peterson · 9 years ago
- 95d9555 fix idle about dialog #27365 by Benjamin Peterson · 9 years ago
- b3eaaf0 Issue #22463: Cure unused function warnings on AIX by Martin Panter · 9 years ago
- 2924124 Issue #22463: Correct #endif placement; patch by Senthil Kumaran by Martin Panter · 9 years ago
- 646b528 Issue #22463: Backport compiler warning fixes and workarounds by Martin Panter · 9 years ago
- 4e6e565 Fix English spelling and grammar errors by Martin Panter · 9 years ago
- 4183387 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 9 years ago
- d51b0f2 Issue #24314: Add links for general attributes like __name__, __dict__ by Martin Panter · 9 years ago
- 0ffd26f Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 9 years ago
- 7ae0a6d Added tag v2.7.12rc1 for changeset 13912cd1e7e8 by Benjamin Peterson · 9 years ago
- 1563f16 2.7.12 release candidate 1 by Benjamin Peterson · 9 years ago
- 4b27f14 update pydoc topics by Benjamin Peterson · 9 years ago
- d244a8f upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 9 years ago
- f3ba6a9 Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. by Terry Jan Reedy · 9 years ago
- 2e1b7fc raise an error when STARTTLS fails by Benjamin Peterson · 9 years ago
- 391f1a4 Issue #5124: NEWS entries. by Terry Jan Reedy · 9 years ago
- 3b6a532 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 9 years ago
- a0f2295 - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 9 years ago
- 33b19ca Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 9 years ago
- 7740c40 Fix typo in comment by Martin Panter · 9 years ago
- c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 9 years ago
- eb06301 Issue #22636: Avoid using a shell in the ctypes.util module by Victor Stinner · 11 years ago
- f46d3af ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 9 years ago
- ef012cc Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 9 years ago
- c59a92b Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 9 years ago
- 34cb3f0 Issue #27301: Fixed incorrect return code for error in compile.c. by Serhiy Storchaka · 9 years ago
- b311eee Docs: add html-stable autobuild variant by Georg Brandl · 9 years ago
- 0e21233 Issue #12855: Document what exactly unicode.splitlines() splits on by Martin Panter · 9 years ago
- 77ccaaf Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 9 years ago
- d8b5942 Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 9 years ago
- fc0a55f Issue #16182: Backport documentation of set_pre_input_hook() availability by Martin Panter · 9 years ago
- 92390ab Issue #27245: IDLE: Cleanly delete custom themes and key bindings. by Terry Jan Reedy · 9 years ago
- 53e9f83 Issue #27310: remove vestigial import in IDLE.app by Ned Deily · 9 years ago
- 0d86577 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 9 years ago
- 50c7e05 Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 9 years ago
- 59f7114 Rename class attribute "thetype" to "partial" in functools.partial tests by Serhiy Storchaka · 9 years ago
- 1e09006 Issue #25455: Backported tests for pickling recursive functools.partial objects. by Serhiy Storchaka · 9 years ago
- 1f7586e Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag. by Serhiy Storchaka · 9 years ago
- 056cbfd Fix typo in documentation by Martin Panter · 9 years ago
- 93f815a Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 9 years ago
- e52140c #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase by Martin Panter · 9 years ago
- be2bb47 Issue #16484: PYTHONDOCS still uses “http:” in Python 2 by Martin Panter · 9 years ago
- 6f3a843 off to 2.7.13 by Benjamin Peterson · 9 years ago
- 9aabacc Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent. by Matthias Klose · 15 years ago
- d6cecd3 Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 9 years ago
- 24b9e1a [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 9 years ago
- cff5ec6 merge heads by Benjamin Peterson · 9 years ago
- b3e073c fix leak of keyfile_bytes by Benjamin Peterson · 9 years ago
- 3b91de5 stop leaking certfile_bytes (closes #27267) by Benjamin Peterson · 9 years ago
- d5982d0 Issue #23275: Backport empty square bracket assignment documentation fix by Martin Panter · 9 years ago
- 6af1c49 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
- c363644 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 9 years ago
- 05837ec Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
- ed722d9 Issue #27229: Comment in middle of shell command fails on BSD and OS X by Martin Panter · 9 years ago
- ab14558 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye by Martin Panter · 9 years ago
- 835d392 Issue #26014: Guide 2.7 users to the new packaging documentation: by Ned Deily · 9 years ago
- 1a9ee94 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. by Serhiy Storchaka · 9 years ago
- fcbb2c4 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 9 years ago
- 966d299 Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. by Ned Deily · 9 years ago
- 75c6b9b Merge heads by Serhiy Storchaka · 9 years ago
- dec45b4 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 9 years ago
- 65a139a Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 9 years ago
- d37781e Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 9 years ago
- 06cd1c3 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 9 years ago
- 0ba3c80 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 9 years ago
- b5f487a Fix typo in code comment by Martin Panter · 9 years ago
- a48aa85 check the result of PyByteArray_Resize in readline() (closes #27211) by Benjamin Peterson · 9 years ago
- bbf29ee Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 9 years ago
- e6167e3 [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 9 years ago
- 13e6581 Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 9 years ago
- 6d38c2b Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 9 years ago
- 49d6ab6 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 9 years ago
- 15da226 Issue #27185: Rename test_string.py to test_string_merged.py. by Serhiy Storchaka · 9 years ago
- c3cd60e issue25931: document that socketserver.Forking* are unavailable on platforms by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
- f9f8e18 Exclude unittests from the make profile-opt training run that either by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
- c543a0f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
- e725777 remove (hilarious) defaults for various constants getpath.c needs by Benjamin Peterson · 9 years ago
- 3017cef #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 9 years ago
- 382d041 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 9 years ago
- 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 9 years ago
- 56da8fa Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 9 years ago
- fcd7d34 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 9 years ago
- d2b4926 Fix a few typos. Patch by Eitan Adler. by Ezio Melotti · 13 years ago
- 9c771ba fix typo by Fred Drake · 18 years ago
- 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
- f50417b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago