2015-05-22 |
Benjamin Peterson | merge 2.7.10 release branch |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Benjamin Peterson | make idlever.py self-updating (closes #24199) |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Serhiy Storchaka | Issue #24257: Fixed segmentation fault in sqlite3.Row... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
Donald Stufft | Upgrade pip to 7.0 and setuptools to 16.0 |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Serhiy Storchaka | Fixed issue number for issue #22939. |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Serhiy Storchaka | Issue #23985: Fixed integer overflow in iterator object... |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Serhiy Storchaka | Issue #24134: Use assertRaises() in context manager... |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Serhiy Storchaka | Issue #24245: Eliminated senseless expect clauses that... |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Serhiy Storchaka | Issue #22107: tempfile.gettempdir() and tempfile.mkdtem... |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Serhiy Storchaka | Issue #6598: Increased time precision and random number... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Terry Jan Reedy | Issue #24222: Fix regression introduced with idlelib... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Serhiy Storchaka | Issue #24091: Fixed various crashes in corner cases... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Serhiy Storchaka | Issue #24102: Fixed exception type checking in standard... |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Raymond Hettinger | Issue #23757: Only call the concrete list API for... |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Terry Jan Reedy | Issue #22155: Add File Handlers subsection with createf... |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Serhiy Storchaka | Issue #15809: IDLE shell now uses locale encoding inste... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Terry Jan Reedy | Issue #24199: Stop using idelver in aboutdialog. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Serhiy Storchaka | Added tests for more builtin types. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Terry Jan Reedy | Issue #23964: Update idlelib/idle_test/README.txt.... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Serhiy Storchaka | Issue #15267: HTTPConnection.request() now is compatibi... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Serhiy Storchaka | Issue #20014: array.array() now accepts unicode typecod... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Serhiy Storchaka | Issue #23637: Showing a warning no longer fails with... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Serhiy Storchaka | Reverted issue #24134 changes. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Terry Jan Reedy | Issue #23184: idle tests, remove unused names and imports. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Terry Jan Reedy | Issue #23184: idlelib, remove more unused names and... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Benjamin Peterson | merge 2.7.10 release branch |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Benjamin Peterson | deque is not varsized, so using Py_SIZE is nonsensical... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Terry Jan Reedy | idlelib: remove unused names and imports (forgot one). |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Terry Jan Reedy | idlelib: remove unused names and imports (one is a... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Andrew Kuchling | #19934: fix mangled wording |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Berker Peksag | Issue #22064: Improve the misleading message from 2to3... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Raymond Hettinger | Issue #23971: Fix underestimated presizing in dict... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Raymond Hettinger | Issue #19934: Document *None* as an acceptable input... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Benjamin Peterson | use imperative |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Raymond Hettinger | Defend against a mutation during comparison |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Raymond Hettinger | Issue #24161: Document that PyIter_Check() returns... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Steve Dower | Adds UUIDs for 2.7.10 |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Benjamin Peterson | add trailing slash |
commit | commitdiff | tree | snapshot |
2015-05-10 |
doko@ubuntu.com | - Do not italicize punctuation in the python man page |
commit | commitdiff | tree | snapshot |
2015-05-10 |
Benjamin Peterson | add news section for 2.7.11 |
commit | commitdiff | tree | snapshot |
2015-05-10 |
Benjamin Peterson | Added tag v2.7.10rc1 for changeset 80ccce248ba2 |
commit | commitdiff | tree | snapshot |
2015-05-10 |
Benjamin Peterson | bump version to 2.7.10rc1 v2.7.10rc1 |
commit | commitdiff | tree | snapshot |
2015-05-10 |
Benjamin Peterson | update pydoc-topics |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Benjamin Peterson | ensure .keywords is always a dict |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Benjamin Peterson | fix libffi compilation on FreeBSD (#23042) |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Donald Stufft | Upgrade setuptools to 15.2 |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Ned Deily | Minor updates to the OS X installer ReadMe.rtf. |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Larry Hastings | Issue #20274: When calling a _sqlite.Connection, it... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Serhiy Storchaka | Fixed English in error message. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Serhiy Storchaka | Issue #24134: assertRaises() and assertRaisesRegexp... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Serhiy Storchaka | Issue #24125: Saved error's line and column numbers... |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Benjamin Peterson | update example, since python.org is HTTPS-only now... |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Serhiy Storchaka | Issue #23330: h2py now supports arbitrary filenames... |
commit | commitdiff | tree | snapshot |
2015-05-02 |
R David Murray | #24108: Update fnmatch.translate example to show correc... |
commit | commitdiff | tree | snapshot |
2015-05-02 |
R David Murray | #24081: Remove obsolete caveat from import docs. |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Raymond Hettinger | Defer deleted item decref until after the deque is... |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Raymond Hettinger | Issues #24099, #24100, and #24101: Fix free-after-use... |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Vinay Sajip | Issue #24060: Made logging.Formatter documentation... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Benjamin Peterson | update links |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Benjamin Peterson | improve phrasing |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Benjamin Peterson | allow 2.7 to be built with asan (closes #24061) |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Benjamin Peterson | remove extern definition, since it's in a header file... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Berker Peksag | Issue #23356: Simplify convert_arg_line_to_args example. |
commit | commitdiff | tree | snapshot |
2015-04-25 |
Benjamin Peterson | fix relative link (closes #24057) |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Serhiy Storchaka | Issue #23713: Fixed fragility of test_imap_unordered_ha... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Serhiy Storchaka | Use more precise Tcl version checks in tests. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Serhiy Storchaka | Issue #16840: Skip bignum tests on minor releases where... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Serhiy Storchaka | Fixed full Tcl version parsing in tests for pre-final... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Serhiy Storchaka | Issue #16840. Turn off bignum support in tkinter with... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Serhiy Storchaka | Issue #23008: Fixed resolving attributes with boolean... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Benjamin Peterson | recommend requests library (closes #23989) |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Serhiy Storchaka | Issue #16840: Turn on support of bignums only in final... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Serhiy Storchaka | Issue #23728: Added a test for binascii.crc_hqx(). |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Serhiy Storchaka | Issue #23842: os.major(), os.minor() and os.makedev... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Christian Heimes | Issue #23998: PyImport_ReInitLock() now checks for... |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Vinay Sajip | Issue #23536: Clarified scope of fileConfig()'s API. |
commit | commitdiff | tree | snapshot |
2015-04-16 |
Serhiy Storchaka | Backported tests from issue #20175. |
commit | commitdiff | tree | snapshot |
2015-04-15 |
Charles-François... | Fix PyGILState_GetThisThreadState() prototype in the... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Berker Peksag | Issue #23811: Add missing newline to the PyCompileError... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Andrew Kuchling | Reword NEWS item a bit |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Andrew Kuchling | #17898: reset k and v so that the loop doesn't use... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Andrew Kuchling | #23883: add names missing from __all__ (l*gettext,... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Benjamin Peterson | remove useless word (closes #23929) |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Issue #23730: Document the return value of ZipFile... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
doko@ubuntu.com | - Regenerate the configure file. |
commit | commitdiff | tree | snapshot |
2015-04-13 |
doko@ubuntu.com | - Use PLATDIR for the platform directory everywhere... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
doko@ubuntu.com | - the PKG_PROG_PKG_CONFIG macro is not part of autocon... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Force the Windows readme to CRLF |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Issue #17202: Add .bat to .hgeol to force them to CRLF. |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Attribute Michael Dorman for his initial patch on issue... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Merge heads |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Issue #18402: Also look for 64 bit Perl in build_ssl.py. |
commit | commitdiff | tree | snapshot |
2015-04-12 |
R David Murray | Don't gitignore the Python directory on case insensitiv... |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Benjamin Peterson | use imperative |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Benjamin Peterson | highlight is now highlighted (closes #23909) |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Serhiy Storchaka | Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Serhiy Storchaka | Issue #21859: Corrected FileIO docstrings. |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Serhiy Storchaka | Issue #23865: close() methods in multiple modules now... |
commit | commitdiff | tree | snapshot |
2015-04-10 |
Zachary Ware | Put the NASM pulled from svn.python.org at the front... |
commit | commitdiff | tree | snapshot |
2015-04-09 |
Zachary Ware | Backed out changeset 7b1ceb925471 after buildbots have... |
commit | commitdiff | tree | snapshot |
next |