2014-01-03 |
Victor Stinner | add unicode_char() in unicodeobject.c to factorize... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Victor Stinner | Issue #18294: Fix uint_converter() in zlibmodule.c... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Eric Snow | Issue #20097: Fix bad use of "self" in importlib's... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Daniel Holth | Issue #18585: speed zipfile import by only generating... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Victor Stinner | audioop: adpcm2lin() and lin2adpcm() now raises a TypeE... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Victor Stinner | asyncio: make PY34 symbol private (rename it to _PY34) |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Antoine Pitrou | Issue #20111: pathlib.Path.with_suffix() now sanity... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Benjamin Peterson | merge 3.3 (#20110) |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Benjamin Peterson | correct word for __annotations__ doc (closes #20110) |
commit | commitdiff | tree | snapshot |
2014-01-02 |
R David Murray | whatsnew: sqlite3 uri parm, unittest.main defaultTest... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
R David Murray | Merge and update #17282: Document unittest.main default... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
R David Murray | #17282: Document unittest.main defaultTest argument. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Benjamin Peterson | merge 3.3 (closes #20108) |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Benjamin Peterson | avoid parameter name clash (closes #20108) |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Benjamin Peterson | remove brackets |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Zachary Ware | Issue #20101: Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Zachary Ware | Issue #20101: Allow test_monotonic to pass on Windows... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Donald Stufft | Update pip to the released 1.5 |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Martin v. Löwis | Issue #19728: Enable pip installation by default on... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Victor Stinner | (Merge 3.3) Issue #18829: Add tests for the csv module... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Victor Stinner | Issue #18829: Add tests for the csv module for invalid... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Victor Stinner | threading.RLock._acquire_restore() now raises a TypeErr... |
commit | commitdiff | tree | snapshot |
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 |
next |