2014-01-05 |
R David Murray | whatsnew: removal of TYPE_INT64 from marshal. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
R David Murray | whatsnew: logging TimedRotatingFileHandler atTime param... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
R David Murray | whatsnew: from __future__ string exception, attribute... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
R David Murray | whatsnew: ppring string wrapping, string pickling optim... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
R David Murray | whatsnew: Mock mock_open readline(s); expand descriptio... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Eric Snow | Issue #19708: Update pkgutil to use the new importer... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Eric Snow | Issue #19713: Move away from using find_module/load_module. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Eric Snow | Issue #19927: Add __eq__ to path-based loaders in impor... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Larry Hastings | Issue #19659: Added documentation for Argument Clinic. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Serhiy Storchaka | Reverted changeset b72c5573c5e7 (issue #15027). |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Larry Hastings | Issue #19976: Argument Clinic METH_NOARGS functions... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Serhiy Storchaka | Issue #15027: Rewrite the UTF-32 encoder. It is now... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Stefan Krah | Merge from 3.3. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Stefan Krah | Whitespace. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Martin v. Löwis | Drop reference to pythoncore, to avoid linking python34.dll |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Martin v. Löwis | Merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Martin v. Löwis | Regenerate python34stub.def. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Martin v. Löwis | Merge with 3.3: Issue #17432: Drop UCS2 from names... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Martin v. Löwis | Issue #17432: Drop UCS2 from names of Unicode functions... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
R David Murray | whatsnew: consistently use 3 blanks between major secti... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
R David Murray | whatsnew: make bullet list presentation style consistent. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
R David Murray | whatsnew: unittest discovery sorting, urlllib Request... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Martin v. Löwis | Issue #19526: Exclude all new API from the stable ABI. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
R David Murray | whatsnew: porting note for HTTP[S]Connection strict... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
R David Murray | whatsnew: deprecation of HTTPConnection's strict parameter. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
R David Murray | whatsnew: unittest import time SkipTest reported as... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
R David Murray | whatsnew: http.server send_error explain parameter. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Victor Stinner | Remove deadcode (HASH macro is no more defined) |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Victor Stinner | Remove now unused variables |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Martin v. Löwis | Revert accidental deletion of _overlapped. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Martin v. Löwis | * Issue #16113: Remove sha3 module again. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Victor Stinner | unicode_char() uses get_latin1_char() to get latin1... |
commit | commitdiff | tree | snapshot |
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 |
Benjamin Peterson | correct word for __annotations__ doc (closes #20110) |
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 | avoid parameter name clash (closes #20108) |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Benjamin Peterson | remove brackets |
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 |
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 |
Benjamin Peterson | merge 3.3 (closes #20108) |
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 |
next |