]> granicus.if.org Git - python/shortlog
python
2012-03-25 Michael Foordunittest.mock: remove another piece of Python 2 specifi...
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...
2012-03-22 Benjamin Petersonmerge 3.2
2012-03-22 Giampaolo Rodola'fix #10340: properly handle EINVAL on OSX and also...
2012-03-22 Giampaolo Rodola'issue 10340 - forgot to update Misc/NEWS
2012-03-22 Giampaolo Rodola'merge 79422b3684f1 in 3.3 branch (issue 10340)
2012-03-22 Giampaolo Rodola'fix #10340: properly handle EINVAL on OSX and also...
2012-03-22 Benjamin Petersonmerge 3.2
2012-03-22 Benjamin Petersonthis should technicaly be identifier
2012-03-22 Antoine PitrouIssue #14387: Do not include accu.h from Python.h.
2012-03-22 Antoine PitrouIssue #14387: Do not include accu.h from Python.h.
2012-03-22 Benjamin Petersonmerge 3.2
2012-03-22 Benjamin Petersoncheck for NULL
2012-03-22 Benjamin Petersonmerge 3.2 (#14378)
2012-03-22 Benjamin Petersoncheck by equality for __future__ not identity (closes...
2012-03-22 Georg BrandlFix typo.
2012-03-22 Victor StinnerMicro-optimize PyObject_GetAttrString()
2012-03-21 Antoine PitrouIssue #14204: The ssl module now has support for the...
2012-03-21 Andrew SvetlovIssue #3035: Unused functions from tkinter are marked...
2012-03-21 Stefan KrahMerge.
2012-03-21 Stefan KrahWhitespace.
2012-03-21 R David MurrayMerge #12757: Make doctest skipping in -OO mode work...
2012-03-21 R David Murray#12757: Make doctest skipping in -OO mode work with...
2012-03-21 Benjamin Petersonlong() -> int()
2012-03-21 Benjamin Petersonmake _PyNumber_ConvertIntegralToInt static, since it...
2012-03-21 Benjamin Petersonrewrite this function, which was still accounting for...
2012-03-21 Benjamin Petersonmerge heads
2012-03-21 Stefan KrahDocument decimal.MIN_ETINY.
2012-03-21 Stefan KrahIssue #7652: Integrate the decimal floating point libmp...
2012-03-21 krisvaleRemove non-existing file from pythoncore project.
2012-03-21 Andrew SvetlovMerge from 3.2 for issue #3573, fix Misc/NEWS as Ned...
2012-03-21 Andrew Svetlov#3573: idle now doesn't hungs if launched as: idle...
2012-03-21 Benjamin Petersoncorrectly lookup __trunc__ in int() constructor
2012-03-21 Benjamin Petersonsome more identifier goodness
2012-03-21 Benjamin Petersonuse identifier api
2012-03-20 Andrew Svetlov#3573: idle now doesn't hungs if launched as: idle...
2012-03-20 R David Murray#14269: smtpd now conforms to the RFC and requires...
2012-03-20 Benjamin Petersonmerge 3.2
2012-03-20 Larry HastingsIssue #14328: Add keyword-only parameters to PyArg_Pars...
2012-03-20 Giampaolo Rodola'Fix issue #13694: asynchronous connect in asyncore...
2012-03-20 Giampaolo Rodola'Fix issue #13694: asynchronous connect in asyncore...
2012-03-19 Victor Stinnertime.steady() doc: don't repeat the default value
2012-03-19 Ross LagerwallMerge with 3.2 for #14359.
2012-03-19 Ross LagerwallIssue #14359: Only use O_CLOEXEC in _posixmodule.c...
2012-03-19 Benjamin Petersonall OSErrors should indicate there are no extended...
2012-03-19 R David MurrayMerge #14355: remove obsolete doc reference to previous...
2012-03-19 R David Murray#14355: remove obsolete doc reference to previously...
2012-03-18 Gregory P.... Empty merge; imports rewritten in 3.3. issue #14331...
2012-03-18 Gregory P.... Fixes Issue #14331: Use significantly less stack space...
2012-03-18 Georg BrandlDummy-merge (except .hgtags) 3.2.3rc2 changes.
2012-03-18 Georg BrandlMerge 3.2.3rc2 from release clone.
2012-03-18 Ross LagerwallIssue 14359: Only use O_CLOEXEC in _posixmodule.c if...
2012-03-18 Georg BrandlPost-release updates for 3.2.3rc2.
2012-03-18 Georg BrandlAdded tag v3.2.3rc2 for changeset 428f05cb7277
2012-03-18 Georg BrandlBump to 3.2.3rc2. v3.2.3rc2
2012-03-17 Raymond HettingerFix whitespace
2012-03-17 Raymond HettingerLow overhead path for maxsize==0
2012-03-17 R David MurrayMerge #14333: fix test_queue so it can be run via stand...
2012-03-17 R David Murray#14333: fix test_queue so it can be run via standard...
2012-03-17 R David Murray#14344: fixed the repr of email.policy objects.
2012-03-17 Ned DeilyIssue #14347: Update Misc/README list of files.
2012-03-17 Georg Brandlmerge with 3.2
next