]> granicus.if.org Git - python/shortlog
python
2012-03-30 R David MurrayMerge #10423: clarify options vs args in argparse discu...
2012-03-30 R David Murray#10423: clarify options vs args in argparse discussion...
2012-03-30 Raymond HettingerMinor cleanup: add whitespace, add comments, bring...
2012-03-30 Eli BenderskyIssue #14065: Added cyclic GC support to ET.Element
2012-03-30 Stefan KrahMerge.
2012-03-30 Stefan KrahUse abort() rather than exit() to appease tools like...
2012-03-30 Kristján Valur... Issue #14435: Remove special block allocation code...
2012-03-30 Eli BenderskyIssue #14006: improve the documentation of xml.etree...
2012-03-30 Eli Benderskyfix typo in glossary
2012-03-30 Eli BenderskyAdded the "provisional package" glossary term from...
2012-03-29 Vinay SajipCloses #14436: merged fix from 3.2.
2012-03-29 Vinay SajipCloses #14436: Convert msg + args to string before...
2012-03-29 Andrew SvetlovMerge with 3.2
2012-03-29 Ross LagerwallIssue #14442: Add missing errno import in test_smtplib.
2012-03-29 Andrew SvetlovIssue #14409: IDLE doesn't not execute commands from...
2012-03-29 Michael FoordFix typo in unittest.mock docs
2012-03-29 R David Murray#14416: conditionally add LOG_AUTHPRIV facility and...
2012-03-29 R David MurrayMerge #14416: add missing LOG_SYSLOG facility to syslog...
2012-03-29 R David Murray#14416: add missing LOG_SYSLOG facility to syslog docs.
2012-03-29 Georg BrandlFix newlines.
2012-03-28 Michael FoordUpdate unittest.mock.patch example
2012-03-28 Michael FoordFix unittest.mock.patch docstring
2012-03-28 Michael FoordRe-order unittest.mock documentation to put magic metho...
2012-03-28 Michael FoordAdding an example to unittest.mock.patch documentation
2012-03-28 Michael FoordMinor unittest.mock.patch doc / docstring improvement
2012-03-28 Michael FoordUnsplit unittest.mock documentation
2012-03-28 Victor Stinnertime.time() now uses clock_gettime(CLOCK_REALTIME)...
2012-03-28 Victor StinnerDocument the fact that mach_timebase_info() cannot...
2012-03-27 Stefan KrahIssue #11826: Fix memory leak in atexitmodule.
2012-03-27 Georg Brandlmerge with 3.2
2012-03-27 Georg BrandlCloses #14411: remove outdated comment in rlcompleter...
2012-03-27 Georg BrandlCloses #14421: use with statement to properly close...
2012-03-27 Éric AraujoFix typo
2012-03-27 Eli BenderskyFix doc typo noticed by Amaury Forgeot d'Arc
2012-03-26 Victor StinnerFix time.steady(strict=True): don't use CLOCK_REALTIME
2012-03-26 Victor StinnerIssue #14383: Add _PyDict_GetItemId() and _PyDict_SetIt...
2012-03-26 Victor StinnerIssue #14368: _PyTime_gettimeofday() cannot fail
2012-03-26 Andrew SvetlovUpdate missed idlelib/NEWS.txt
2012-03-26 Andrew SvetlovIDLE can be launched as python -m ildelib
2012-03-26 Andrew SvetlovIssue #989712: update the code to process tkinter messa...
2012-03-26 Benjamin Petersongrammar
2012-03-26 Eli BenderskyIssue #6488: Explain the XPath support of xml.etree...
2012-03-26 Sandro TosiIssue #14410: merge with 3.2
2012-03-26 Sandro TosiIssue #14410: fix typo in argparse doc; patch by Tshepa...
2012-03-26 R David Murray#14413: tweak word order in deprecation section
2012-03-26 Vinay SajipUpdated handler documentation.
2012-03-26 Vinay SajipMinor documentation tweak.
2012-03-26 Stefan KrahIssue #3367: Merge fix from 3.2.
2012-03-26 Stefan KrahIssue #3367: NULL-terminate argv[] copies to prevent...
2012-03-26 Benjamin Petersonmerge 3.2
2012-03-26 Benjamin Petersonmerge heads
2012-03-26 Benjamin Petersonkill this terribly outdated comment
2012-03-25 Michael Foordunittest.mock: removed another bit of Python 2 only...
2012-03-25 Michael FoordAdding unittest.mock documentation
2012-03-25 Michael Foordunittest.mock: a mock created by patch with a spec...
2012-03-25 Georg Brandlmerge with 3.2
2012-03-25 Georg BrandlAdd missing files for new doc theme.
2012-03-25 Georg Brandlmerge heads
2012-03-25 Michael Foordunittest.mock: remove another piece of Python 2 specifi...
2012-03-25 Georg Brandlmerge with 3.2
2012-03-25 Georg BrandlSwitch to new "lighter" doc design.
2012-03-25 Michael FoordRemove more Python 2 code from unittest.mock (obsolete...
2012-03-25 Michael FoordMinor changes to the unittest.mock.mock_open helper
2012-03-25 Michael FoordAddition of docstrings to unittest.mock helpers
2012-03-25 Michael Foordunittest.mock: set file_spec on first use
2012-03-25 Michael FoordSupport subclassing unittest.mock._patch and fix variou...
2012-03-25 Michael FoordMerge
2012-03-25 Michael Foordunittest.mock.MagicMock objects are now unorderable...
2012-03-25 Stefan KrahRaise MemoryError instead of InvalidOperation/MallocErr...
2012-03-25 Andrew SvetlovRemove extra spaces in doc example.
2012-03-25 Andrew SvetlovIssue #14200 — now displayhook for IDLE works in non...
2012-03-25 Georg Brandlmerge with 3.2
2012-03-25 Georg BrandlCloses #14401: fix typos in curses howto.
2012-03-24 Charles-François... Issue #13902: Fix a random test_threading failure on...
2012-03-24 Charles-François... Issue #13902: Fix a random test_threading failure on...
2012-03-24 Eli BenderskyIssue #14349: Fix the doc of the MAKE_FUNCTION opcode...
2012-03-24 Martin v. Löwismerge 3.2
2012-03-24 Martin v. LöwisIssue #14400: Fix typo.
2012-03-24 Charles-François... Issue #14154: Reimplement the bigmem test memory watchd...
2012-03-24 Georg BrandlFix indentation.
2012-03-23 Stefan KrahIssue #7652: Enable linking of _decimal.so against...
2012-03-23 Stefan KrahMerge.
2012-03-23 Stefan KrahFix formatting after removing tabs.
2012-03-23 Stefan KrahWhitespace.
2012-03-23 Vinay SajipNull merge for backported fix.
2012-03-23 Vinay SajipCloses #14314: backported fix.
2012-03-23 Giampaolo Rodola'attempt to fix asyncore buildbot failure
2012-03-23 Giampaolo Rodola'attempt to fix asyncore buildbot failure
2012-03-23 Stefan KrahUse the same exception hierarchy as decimal.py. FloatOp...
2012-03-23 Kristján Valur... Merge with 3.2
2012-03-23 Kristján Valur... Fix typo when "PyObject*" was changed to "identifier"
2012-03-23 Giampaolo Rodola'merge
2012-03-23 Giampaolo Rodola'fix failing asyncore test as per http://bugs.python...
2012-03-23 Eli BenderskyIssue #13782: streamline argument type-checking in...
2012-03-23 R David Murray#14380: Make actual default match docs, fix __init__...
2012-03-23 R David Murray#14380: Have MIMEText defaults to utf-8 when passed...
2012-03-22 Kristján Valur... Merge with 3.2 (Issue #14387)
2012-03-22 Kristján Valur... Issue #14387 : undefine 'small' so that it doesn't...
2012-03-22 Georg BrandlFix indentation.
2012-03-22 Ned DeilyIssue #14382: Ensure new unittest.test.testmock is...
next