]> granicus.if.org Git - python/shortlog
python
2013-09-15 Ethan FurmanClose #18693: Enum is now more help() friendly.
2013-09-15 Andrew Kuchling#1565525: Add traceback.clear_frames() helper function...
2013-09-15 Raymond HettingerIssue 18771: Make it possible to set the number linear...
2013-09-15 Tim PetersNull merge of 3.3 into default.
2013-09-15 Tim PetersNull merge of 3.2 into 3.3.
2013-09-15 Tim PetersNull merge of 3.1 into 3.2
2013-09-15 Ethan FurmanClose #18989: enum members will no longer overwrite...
2013-09-15 Senthil KumaranExpose --bind argument for http.server, enable http...
2013-09-15 Georg BrandlFixup reST syntax errors and streamline docs of PEP...
2013-09-15 Raymond Hettingermerge
2013-09-15 Raymond HettingerIssue #19018: The heapq.merge() function no longer...
2013-09-15 Ethan FurmanClose #18929: inspect.classify_class_attrs will now...
2013-09-15 Ethan FurmanAdd __reversed__ to Enum. Minor code reorg (moved...
2013-09-15 Ezio Melotti#18856: merge with 3.3.
2013-09-15 Antoine PitrouAddress Terry's comments
2013-09-15 Ezio MelottiMerge heads.
2013-09-14 Antoine PitrouAvoid test_logging failure when run after test_unittest...
2013-09-14 Antoine PitrouIssue #18937: Add an assertLogs() context manager to...
2013-09-14 R David Murray#18206: Re-fix license URL.
2013-09-14 R David MurrayMerge #18206: Fix test for existence of license URL.
2013-09-14 R David Murray#18206: Fix test for existence of license URL.
2013-09-14 Georg Brandlmerge with 3.3
2013-09-14 Georg Brandlmerge with 3.2
2013-09-14 Georg BrandlAdd a NEWS entry for b9b521efeba3.
2013-09-14 Georg BrandlAdd NEWS entry for c18c18774e24.
2013-09-14 Georg BrandlFix tkinter regression introduced by the security fix...
2013-09-14 Georg BrandlFix tkinter regression introduced by the security fix...
2013-09-14 Ezio Melotti#18856: improve test coverage of the calendar module...
2013-09-13 Antoine PitrouAdjust comment
2013-09-13 Antoine PitrouIssue #19013: add a __main__ to unittest.test.testmock...
2013-09-13 Antoine PitrouIssue #19013: add a __main__ to unittest.test to ease...
2013-09-13 Antoine PitrouIssue #19013: add unittest.main() epilogs to unittest...
2013-09-13 Antoine PitrouIssue #19013: add unittest.main() epilogs to unittest...
2013-09-13 Ezio Melotti#18981: merge with 3.3.
2013-09-13 Brett CannonIssue #18955: clarify what is removed by importlib...
2013-09-13 Ezio Melotti#18981: fix a typo in a comment (noticed by Anoop Thoma...
2013-09-13 Ezio Melotti#18951: merge with 3.3.
2013-09-13 Ezio Melotti#18951: use consistent names in unittest docs.
2013-09-13 Charles-François... Issue #16201: socket: Use inet_pton()/inet_addr() inste...
2013-09-13 Eli BenderskyMerge for Issue #18997: Issue #18997: fix ElementTree...
2013-09-13 Eli BenderskyAdd Germán M. Bravo to Misc/ACKS
2013-09-13 Eli BenderskyIssue #18997: fix ElementTree crash with using pickle...
2013-09-13 Eli BenderskyIssue #18945: Add tests for tempfile name collision...
2013-09-13 Eli BenderskyIssue #18945: Add tests for tempfile name collision...
2013-09-13 Serhiy StorchakaIssue #18818: The "encodingname" part of PYTHONIOENCODI...
2013-09-13 Senthil KumaranFix http.server's request handling case on trailing...
2013-09-13 Senthil KumaranFix http.server's request handling case on trailing...
2013-09-13 Serhiy StorchakaIssue #18784: The uuid module no more attempts to load...
2013-09-13 Serhiy StorchakaIssue #18784: The uuid module no more attempts to load...
2013-09-12 Senthil KumaranRemoving the merge conflict markers.
2013-09-12 Senthil KumaranAutomated merge with file:///Users/skumaran/python...
2013-09-12 Senthil KumaranAutomated merge with ssh://hg.python.org/cpython
2013-09-12 Senthil Kumaranmerge from 3.3
2013-09-12 Senthil KumaranImprove the docstring of random.shuffle. Inform users...
2013-09-11 Serhiy StorchakaIssue #18988: The "Tab" key now works when a word is...
2013-09-11 Serhiy StorchakaIssue #18988: The "Tab" key now works when a word is...
2013-09-11 Raymond HettingerIssue #18962: Optimize the single iterator case for...
2013-09-10 Senthil Kumaranmerge from 3.3
2013-09-10 Senthil KumaranClarify mmap.close method behavior. Addresses issue...
2013-09-10 Senthil Kumaranmerge from 3.3
2013-09-10 Senthil KumaranDocument Fraction's numerator and denominator properties.
2013-09-09 Tim PetersGet "stopped" back into repr(Thread) when appropriate.
2013-09-09 Tim PetersAnother stab at the thread cleanup patch.
2013-09-09 Tim PetersBacked out changeset 1f5a7853680c
2013-09-09 Tim PetersMinor cleanup of the new scheme for detecting thread...
2013-09-09 Larry HastingsMerge.
2013-09-09 Larry HastingsPost-3.4.0a2-release fixups.
2013-09-09 Mark DickinsonMerge docstring typo fix from 3.3
2013-09-09 Mark DickinsonDocstring typo fix: Arithmentic -> Arithmetic.
2013-09-09 Raymond Hettingermerge
2013-09-09 Raymond HettingerIssue 18752: Make chain.from_iterable() more visible...
2013-09-09 Raymond Hettingermerge
2013-09-09 Raymond Hettingermerge
2013-09-09 Raymond HettingerIssue 18301: The classmethod decorator didn't fit...
2013-09-09 Ethan FurmanClose #18980: Enum doc fixes. Patch from Elazar Gershuni.
2013-09-09 Raymond HettingerIssue 18752: Make chain.from_iterable() more visible...
2013-09-08 Tim PetersIssue 18984: Remove ._stopped Event from Thread internals.
2013-09-08 Serhiy StorchakaFix a typo. (closes #18953)
2013-09-08 Serhiy StorchakaFix a typo. (closes #18953)
2013-09-08 Serhiy StorchakaFixed tests with Tcl/Tk <8.5 (closes #18964).
2013-09-08 Serhiy StorchakaFixed tests with Tcl/Tk <8.5 (closes #18964).
2013-09-08 Victor StinnerIssue #18904: test_os and test_socket use unittest...
2013-09-08 Antoine PitrouIssue #18808 again: fix the after-fork logic for not...
2013-09-08 Charles-François... Merge.
2013-09-08 Charles-François... Issue #18963: skip test_selectors.test_above_fd_setsize...
2013-09-08 Charles-François... Issue #18935: Fix test_regrtest.test_timeout when built...
2013-09-08 Victor StinnerIssue #18904: test_socket: add inheritance tests using...
2013-09-08 Victor StinnerIssue #18904: Improve os.get/set_inheritable() tests
2013-09-08 Victor StinnerClose #18957: The PYTHONFAULTHANDLER environment variab...
2013-09-08 Charles-François... Issue #18963: Fix test_selectors.test_above_fd_setsize...
2013-09-08 Charles-François... Issue #18934: Use poll/select-based selectors for multi...
2013-09-08 Raymond HettingerPut the defines in the logical section and fix indentation.
2013-09-08 Senthil Kumaranmerge from 3.3
2013-09-08 Senthil KumaranFix the dead link of IEEE_854-1987 standard with the...
2013-09-08 Raymond HettingerMinor code beautification.
2013-09-08 Raymond HettingerImprove code clarity by removing two unattractive macros.
2013-09-08 Raymond HettingerRemove the freelist scheme for setobjects.
2013-09-08 Nick CoghlanMerge #18952 fix from 3.3
2013-09-08 Tim PetersIssue 18808: blind attempt to repair some buildbot...
2013-09-08 Nick CoghlanClose #18952: correctly download test support data
next