]> granicus.if.org Git - python/shortlog
python
2012-04-09 R David MurrayReflow paragraph (not that it helped much).
2012-04-09 R David Murray#14533: if a test has no test_main, use loadTestsFromMo...
2012-04-09 R David Murray#12537: in mailbox avoid depending on knowledge of...
2012-04-09 R David MurrayRemove redundancy in listing of all mailbox classes...
2012-04-08 Antoine PitrouNull merge
2012-04-08 Antoine PitrouFix the patch for issue #7978: select() raises select...
2012-04-08 Antoine PitrouFix flakiness in test_socketserver
2012-04-08 Antoine PitrouFix flakiness in test_socketserver
2012-04-08 Antoine PitrouIssue #7978: socketserver now restarts the select(...
2012-04-08 Antoine PitrouIssue #7978: socketserver now restarts the select(...
2012-04-08 R David MurrayMerge: Make test_mailbox runnable via python -m unittest.
2012-04-08 R David MurrayMake test_mailbox runnable via python -m unittest.
2012-04-08 Kristján Valur... Remove unused variable from gcmodule.c. The code no...
2012-04-08 Vinay SajipMerged logging cookbook update from 3.2.
2012-04-08 Vinay SajipAdded multiprocessing example to logging cookbook.
2012-04-07 Antoine PitrouIssue #14522: Avoid duplicating socket handles in multi...
2012-04-07 Kristján Valur... Issue #14310: Catch testing errors when trying to creat...
2012-04-07 Brett Cannonstruct timeval.tv_usec is 4 bytes on 64-bit OS X as...
2012-04-07 Georg BrandlDetermine opensearch URL from current version.
2012-04-07 Georg BrandlCloses #14511: merge with 3.2
2012-04-07 Georg BrandlCloses #14511: fix wrong opensearch link for 3.2 docs.
2012-04-07 Stefan KrahMerge.
2012-04-07 Stefan Krah1) Fix comment.
2012-04-07 Kristján Valur... Issue #14310: inter-process socket duplication for...
2012-04-07 Ross LagerwallDon't Py_DECREF NULL variable in io.IncrementalNewlineD...
2012-04-06 Benjamin Petersonmerge 3.2
2012-04-06 Benjamin Petersonmerge heads
2012-04-06 Benjamin Petersonmerge heads
2012-04-06 Benjamin Petersonmerge 3.2
2012-04-06 Benjamin Petersonport 3.1.5rc2 tag
2012-04-06 Benjamin Petersonmerge 3.1
2012-04-06 Benjamin PetersonAdded tag v3.1.5 for changeset 7395330e495e
2012-04-06 Benjamin Petersonbump to 3.1.5 final v3.1.5
2012-04-06 Brett CannonIssue #14500: Fix importlib.test.import_.test_packages...
2012-04-06 Brett Cannonmerge
2012-04-06 Kristján Valur... Set a time threshold in test_asyncore.capture_server...
2012-04-06 Sandro TosiIssue #14502: it's RuntimeError on 3.3
2012-04-06 R David MurrayMerge #14492: fix some bugs in Tools/scripts/pdeps.py.
2012-04-06 R David Murray#14492: fix some bugs in Tools/scripts/pdeps.py.
2012-04-06 Benjamin Petersonmerge 3.2
2012-04-05 Sandro Tosimerge heads
2012-04-05 Victor StinnerClose #14249: Use bit shifts instead of an union, it...
2012-04-05 Sandro TosiIssue #14502: merge with 3.2
2012-04-05 Sandro TosiIssue #14502: release() and unlocked lock generates...
2012-04-05 Raymond HettingerClarify that the purpose of computing all the miscellan...
2012-04-05 Andrew SvetlovIssue #8515: Set __file__ when run file in IDLE.
2012-04-05 Stefan KrahMerge.
2012-04-05 Stefan KrahWhitespace.
2012-04-05 Stefan KrahReduce array size.
2012-04-05 Andrew SvetlovMerge from 3.2
2012-04-05 Andrew SvetlovIssue #14496: Fix wrong name in idlelib/tabbedpages.py.
2012-04-05 Stefan KrahFormatting.
2012-04-05 Stefan KrahAllow printing a leading '-' and the maximum number...
2012-04-05 Stefan KrahRaise InvalidOperation if exponents of zeros are clampe...
2012-04-05 Victor StinnerClose #14249: Use an union instead of a long to short...
2012-04-05 Andrew SvetlovIssue #3033: Add displayof parameter to tkinter font.
2012-04-05 Georg BrandlReplace ThreadError by RuntimeError: the former is...
2012-04-05 Eli BenderskyReformat by replacing tabs with 4-spaces. Makes the...
2012-04-05 Éric AraujoA few tweaks to whatsnew/3.3 (fixes #14362)
2012-04-05 Eli BenderskyReplace bootstrap imports with real C API calls.
2012-04-05 R David MurrayMerge: test_tools fix: don't import analyze_dxp if...
2012-04-05 R David Murraytest_tools fix: don't import analyze_dxp if no _thread...
2012-04-05 R David MurrayMerge #14490, #14491: add 'sundry'-style import tests...
2012-04-05 R David Murray#14490, #14491: add 'sundry'-style import tests for...
2012-04-04 Antoine PitrouRename _PyIter_GetBuiltin to _PyObject_GetBuiltin,...
2012-04-04 Brett CannonFix test_site from modifying sysconfig._CONFIG_VARS.
2012-04-04 Georg Brandlmerge with 3.2
2012-04-04 Georg BrandlCloses #14495: fix typo.
2012-04-04 Eli BenderskyFix Windows compilation errors
2012-04-04 Matthias Klose- Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowse...
2012-04-04 Matthias KloseFollowup for issue #14321, remove references to Parser...
2012-04-03 Eli BenderskyFixes and enhancements to _elementtree:
2012-04-03 Antoine PitrouIssue #14482: Raise a ValueError, not a NameError,...
2012-04-03 Antoine PitrouIssue #14482: Raise a ValueError, not a NameError,...
2012-04-03 R David MurrayMerge #14481: fix formatting of example in subprocess...
2012-04-03 R David Murray#14481: fix formatting of example in subprocess docs.
2012-04-03 Kristján Valur... Issue #14288: Modify Misc/NEWS
2012-04-03 Kristján Valur... Issue #14288: Serialization support for builtin iterators.
2012-04-03 Georg BrandlMove ChainMap versionadded to be less ambiguous.
2012-04-03 Andrew SvetlovIssue #802310: Generate always unique tkinter font...
2012-04-03 Andrew Svetlovreformat code to follow PEP8
2012-04-03 Benjamin Petersonadd XXX
2012-04-03 Benjamin Petersonmerge heads
2012-04-03 Benjamin Petersonmerge 3.2
2012-04-03 Benjamin Petersonfix parse_syntax_error to clean up its resources
2012-04-03 Brett Cannonmerge
2012-04-03 Brett CannonIf a module injects something into sys.modules as a...
2012-04-02 Victor StinnerExpose clock_settime() as time.clock_settime()
2012-04-02 Victor StinnerAdd time.CLOCK_HIGHRES constant, needed on Solaris
2012-04-02 Stefan KrahMerge.
2012-04-02 Stefan KrahImprove comments.
2012-04-02 Benjamin Petersonmerge 3.2
2012-04-02 Benjamin Petersonremove uneeded line
2012-04-02 Stefan KrahTesting the implicit initialization of the thread local...
2012-04-02 Brett CannonGuard an LLTRACE variable to silence an unused variable...
2012-04-02 Kristján Valur... Merge with 3.2 (Issue #14471)
2012-04-02 Benjamin Petersonmerge 3.2
2012-04-02 Kristján Valur... Issue #14471: Fix a possible buffer overrun in the...
2012-04-02 Benjamin Petersonprevent writing to stderr from messing up the exception...
2012-04-02 Stefan KrahWhitespace.
next