2014-01-02 |
Victor Stinner | (Merge 3.3) parser: fix usage of Py_BuildValue() to... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Victor Stinner | parser: fix usage of Py_BuildValue() to build a parser... |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Ned Deily | Update copyright dates in Mac plists. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Ned Deily | Update copyright dates in Mac plists. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Benjamin Peterson | update copyright year |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Antoine Pitrou | Issue #20055: Fix test_shutil under Windows with symlin... |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Antoine Pitrou | Issue #20055: Fix test_shutil under Windows with symlin... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
R David Murray | Merge: Clarify the wording of a news entry. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
R David Murray | Clarify the wording of a news entry. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
R David Murray | whatsnew: mock called_with improvements, socket CAN_BCM... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
R David Murray | whatsnew: random.getrandbits performance. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
R David Murray | whatsnew: afic.open supports 'with'. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Zachary Ware | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Zachary Ware | str subclasses may have non-empty __slots__, bytes... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
R David Murray | whatsnew: argparse FileType accepts errors and encoding... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
R David Murray | whatsnew: epoll supports with. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Donald Stufft | Update setuptools to 2.0.2 |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Donald Stufft | Update pip to 1.5rc4 |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Zachary Ware | Issue #19544, #6516: check ZLIB_SUPPORT, not zlib ... |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Zachary Ware | Issue19619: skip zlib error test when zlib not available |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Zachary Ware | Issue #19544, #6516: check ZLIB_SUPPORT, not zlib ... |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Christian Heimes | Fixed typo (thx Arfrever) |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Michael Foord | Closes issue 20031. Document unittest.TextTestRunner... |
commit | commitdiff | tree | snapshot |
2013-12-29 |
R David Murray | whatsnew: abc.ABC. Also add issue number to news entry... |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Senthil Kumaran | Backporing the fix from Issue #12692 |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Antoine Pitrou | Issue #19422: Explicitly disallow non-SOCK_STREAM socke... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
R David Murray | Add context to a json NEWS entry. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Senthil Kumaran | #12692: null merge with 3.3 |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Antoine Pitrou | Fix breakage in TestSuite.countTestCases() introduced... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Antoine Pitrou | Issue #19918: Fix PurePath.relative_to() under Windows. |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Guido van Rossum | Export asyncio.iscoroutine[function]. |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Antoine Pitrou | Issue #19422: Explicitly disallow non-SOCK_STREAM socke... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Antoine Pitrou | Issue #19648: implement empty tests in pickletester... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
R David Murray | whatsnew: rewrite urllib, doctest, and poplib sections. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
R David Murray | whatsnew: importlib cleanup and source_to_code add... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
R David Murray | Mostly-null merge of #18116 backport (updated NEWS... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
R David Murray | #18116: backport fix to 3.3 since real-world failure... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Donald Stufft | Update bundled pip to 1.5rc3 |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Serhiy Storchaka | Issue #20046: Locale alias table no longer contains... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
R David Murray | whatsnew for gc.get_stats, plus doc tweaks. |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Serhiy Storchaka | Issue #20027: Fixed locale aliases for devanagari locales. |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Serhiy Storchaka | Issue #20027: Fixed locale aliases for devanagari locales. |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Serhiy Storchaka | Issue #20067: Tkinter variables now work when wantobjec... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Serhiy Storchaka | Issue #20067: Tkinter variables now work when wantobjec... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
doko@ubuntu.com | - Issue #20070: Don't run test_urllib2net when network... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Zachary Ware | Issue #19938: Re-enabled test_bug_1333982 in test_dis... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Zachary Ware | Issue #19938: Re-enabled test_bug_1333982 in test_dis... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
R David Murray | shelf in with stmt, fish/csh in venv, ElementTree short... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Serhiy Storchaka | test_debug in test_tkinter/test_text no longer fails... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Serhiy Storchaka | test_debug in test_tkinter/test_text no longer fails... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Serhiy Storchaka | Issue #19320: test_tcl no longer fails when wantobjects... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Serhiy Storchaka | Issue #19320: test_tcl no longer fails when wantobjects... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Serhiy Storchaka | Issue #19020: Tkinter now uses splitlist() instead... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Serhiy Storchaka | Issue #19020: Tkinter now uses splitlist() instead... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Serhiy Storchaka | Issue #20058: sys.stdin.readline() in IDLE now always... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Serhiy Storchaka | Issue #20058: sys.stdin.readline() in IDLE now always... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
R David Murray | pty.spawn returns os.waitpid; optimization of BZ2File... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | #16832: s/integer/object/ in docs/docstring, and add... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | idle -n deprecation, fix case of pickle section. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Fix English in a NEWS entry. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Move IPv6 NEWS entry into correct section. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Neaten up structure of major sections. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Move no-longer-supported operating systems into 'remove... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Use title case for all section titles except module... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | sys.getallocatedblocks + regrtest -R, make coverage... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Use endash in PEP callouts. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Move argument clinic into its own section, like the... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Mention Windows 2000 and OS/2 drops, python-config... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Mention PATHEXT and removed Misc dirs; clarify wording... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Serhiy Storchaka | Removed spaces before colons and semicolons. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Make the 'read on' sentence cover more ground. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Move other improvements and optimization sections above... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Collapse 'python invocation changes' into 'other improv... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
R David Murray | Link new module summary entries to their description... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Serhiy Storchaka | Removed spaces before colons and semicolons. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Serhiy Storchaka | Issue #20033: makelocalealias.py now works with non... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Serhiy Storchaka | Issue #20033: makelocalealias.py now works with non... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Serhiy Storchaka | Removed spaces before commas and periods. |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Serhiy Storchaka | Removed spaces before commas and periods. |
commit | commitdiff | tree | snapshot |
2013-12-23 |
R David Murray | Add pep 435 summary entry in new required features... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
R David Murray | Add link to selectors description from its summary... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
R David Murray | Make summary entry format consistent (always end with... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Nick Coghlan | Issue #19744: improve ensurepip error when ssl is missing |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Nick Coghlan | Issue #19728: fix ensurepip name clash with submodule |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Nick Coghlan | Further increase tolerance for slow buildbots |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Nick Coghlan | Issue #19734: add missing NEWS entry |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Nick Coghlan | Issue #19734: ignore pip env vars in ensurepip._uninstall |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Nick Coghlan | Close #19734: ignore pip env vars in ensurepip |
commit | commitdiff | tree | snapshot |
2013-12-23 |
R David Murray | Mention deprecation and porting sections in intro. |
commit | commitdiff | tree | snapshot |
2013-12-23 |
R David Murray | Reflow 'modulespec' paragraphs. |
commit | commitdiff | tree | snapshot |
2013-12-23 |
R David Murray | Make mailing list thread reference an inline link,... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
R David Murray | Make the organization of the body and the summary have... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Benjamin Peterson | update Barry's email (#19563) |
commit | commitdiff | tree | snapshot |
2013-12-23 |
R David Murray | Add description of marshal changes. |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Benjamin Peterson | merge 3.3 (#19563) |
commit | commitdiff | tree | snapshot |
2013-12-22 |
R David Murray | Be consistent in how PEPs are referenced throughout... |
commit | commitdiff | tree | snapshot |
2013-12-22 |
R David Murray | Rewrite module-globals summary entry, and expand the... |
commit | commitdiff | tree | snapshot |
2013-12-22 |
R David Murray | Make argument clinic summary entry parallel to other... |
commit | commitdiff | tree | snapshot |
next |