]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2012-10-09  Eli BenderskyMerge 3.3
2012-10-09  Eli BenderskyIssue #16082: clarify the documentation of tostring...
2012-10-09  Eli BenderskyMerge 3.3
2012-10-09  Eli BenderskyIssue #12322: clarify xpath reference for cases where...
2012-10-09  Richard OudkerkIssue #16169: Merge
2012-10-09  Richard OudkerkIssue #16169: Fix ctypes.WinError()'s confusion between...
2012-10-09  Andrew SvetlovMerge issue #16174: Fix suggested usage of dummy_thread...
2012-10-09  Andrew SvetlovMerge issue #16174: Fix suggested usage of dummy_thread...
2012-10-09  Andrew SvetlovIssue #16174: Fix suggested usage of dummy_threading...
2012-10-09  Vinay SajipCloses #16110: fileConfig now accepts a pre-initialised...
2012-10-09  Senthil KumaranFix Issue 15922: make howto/urllib2.rst doctests pass.
2012-10-09  Senthil KumaranFix Issue 15922: make howto/urllib2.rst doctests pass.
2012-10-09  Senthil KumaranFix Issue 15922: make howto/urllib2.rst doctests pass.
2012-10-09  Vinay SajipCloses #16168: Merged SysLogHandler update from 3.3.
2012-10-09  Vinay SajipIssue #16168: Merged SysLogHandler update from 3.2.
2012-10-09  Vinay SajipIssue #16168: Use specified socket type for domain...
2012-10-09  Vinay SajipIssue #16141: replaced old-style exception handling...
2012-10-09  Chris JerdonekIssue #16115: Merge subprocess.Popen() documentation...
2012-10-09  Chris JerdonekIssue #16115: Merge subprocess.Popen() documentation...
2012-10-09  Chris JerdonekIssue #16115: Improve subprocess.Popen() documentation...
2012-10-09  Chris JerdonekIssue #16115: Merge test skip from 3.3.
2012-10-09  Chris JerdonekIssue #16115: Skip a newly added subprocess.Popen(...
2012-10-08  Chris JerdonekIssue #16115: Merge test improvements from 3.3.
2012-10-08  Chris JerdonekIssue #16115: Improve testing of the executable argumen...
2012-10-08  Nadeem Vawdabz2 module: Rewrap docstrings at 72 columns, as per...
2012-10-08  Nadeem VawdaStylistic tweaks to the bz2 module to make it easier...
2012-10-08  Richard OudkerkUse setUpClass() and tearDownClass() in test_multiproce...
2012-10-08  Richard OudkerkMake __mp_main__ an alias for __main__ in all processes...
2012-10-08  Hynek SchlawackMerge 3.3
2012-10-08  Hynek SchlawackMerge 3.2
2012-10-07  Chris JerdonekIssue #14783: Merge changes from 3.3.
2012-10-07  Chris JerdonekIssue #14783: Merge changes from 3.2.
2012-10-07  Chris JerdonekIssue #14783: Improve int() docstring and also str...
2012-10-07  Christian Heimesbrg_endian.h is back again
2012-10-07  Christian Heimesmerge
2012-10-07  Christian Heimesre-add brg_endian.h to debug issue in big endian SPARC...
2012-10-07  Andrew SvetlovIssue #16120: Use |yield from| in stdlib.
2012-10-07  Richard OudkerkGet rid of circular import and eliminate unprefixed...
2012-10-07  Andrew Svetlovmerge heads
2012-10-07  Andrew Svetlovmerge heads
2012-10-07  Christian Heimescorrect build configuration of sha3 project for debug...
2012-10-07  Andrew SvetlovMerge issue #14900: Add aliases for sorting params...
2012-10-07  Andrew SvetlovMerge issue #14900: Add aliases for sorting params...
2012-10-07  Andrew SvetlovIssue #14900: Add aliases for sorting params for pstat...
2012-10-07  Christian Heimes_sha3 was missing debug build targets. I used xxlimited...
2012-10-07  Hynek Schlawack#13498: Clarify docs of os.makedirs()'s exist_ok argument.
2012-10-07  Andrew SvetlovIssue #14900: Distuguish call count and primitive call...
2012-10-07  Andrew SvetlovMerge issue #14900: Distuguish call count and primitive...
2012-10-07  Andrew SvetlovIssue #14900: Distuguish call count and primitive call...
2012-10-07  Eli Benderskymerge 3.3
2012-10-07  Eli BenderskyIssue #15888: fixing problems in ipaddress doctests...
2012-10-07  Hynek SchlawackCloses #1492704: Make shutil.copyfile() raise a distinc...
2012-10-07  Andrew SvetlovRemove unused functions from _tkinter.
2012-10-07  Andrew SvetlovUtilize PyModule_Add{IntConstant,StringConstant,Object...
2012-10-07  Ezio MelottiFix markup.
2012-10-07  Andrew SvetlovUtilize Py_RETURN_NONE in _tkinter module.
2012-10-07  Armin RonacherIssue #16148: Small improvements and cleanup. Added...
2012-10-07  R David MurrayMerge: More whatsnew updates, move some doc NEWS items...
2012-10-07  R David MurrayMore whatsnew updates, move some doc NEWS items into...
2012-10-07  R David MurrayMerge: starmap/starmap_async for whatsnew, and fix...
2012-10-07  R David Murraystarmap/starmap_async for whatsnew, and fix multiproces...
2012-10-07  R David MurrayMerge: More whatsnew updates. Also move a C-API NEWS...
2012-10-07  R David MurrayMore whatsnew updates. Also move a C-API NEWS item...
2012-10-06  R David Murraymerge #9957: document that SpooledTemporaryFile.truncat...
2012-10-06  R David Murray#9957: document that SpooledTemporaryFile.truncate...
2012-10-06  R David Murray#9957: document that SpooledTemporaryFile.truncate...
2012-10-06  R David MurrayNull merge
2012-10-06  R David MurrayNull merge.
2012-10-06  R David MurrayMore whatsnew updates.
2012-10-06  R David MurrayMore whatsnew updates.
2012-10-06  Victor StinnerCleanup PyUnicode_FromFormatV() for zero padding
2012-10-06  Victor StinnerIssue #16147: PyUnicode_FromFormatV() doesn't need...
2012-10-06  Victor StinnerIssue #16147: PyUnicode_FromFormatV() now raises an...
2012-10-06  Victor StinnerIssue #16147: PyUnicode_FromFormatV() now detects integ...
2012-10-06  Victor StinnerIssue #16147: Rewrite PyUnicode_FromFormatV() to use...
2012-10-06  Georg Brandlmerge with 3.3.
2012-10-06  Georg BrandlFix markup in Counter note.
2012-10-06  R David MurrayMerge: whatsnew updates for smtplib and collections...
2012-10-06  R David Murraywhatsnew updates for smtplib and collections.Counter.
2012-10-06  R David MurrayMerge: Fix typos.
2012-10-06  R David MurrayFix typos.
2012-10-06  R David Murraymerge #10968: commit threading doc changes and correspo...
2012-10-06  R David Murray#10968: commit threading doc changes and corresponding...
2012-10-06  Mark DickinsonIssue #16096: port fix from 3.3
2012-10-06  Mark DickinsonIssue #16096: Fix signed overflow in Objects/longobject...
2012-10-06  Mark DickinsonIssue #16096: Merge fixes from 3.3.
2012-10-06  Mark DickinsonIssue #16096: Fix several occurrences of potential...
2012-10-06  Andrew Svetlovrevert accidental inclusion of subprocess tests
2012-10-06  Andrew Svetlovrevert accidental inclusion of subprocess tests
2012-10-06  Andrew Svetlovrevert accidental inclusion of subprocess tests
2012-10-06  Andrew SvetlovAdd spaces to follow PEP8.
2012-10-06  Christian Heimesand another one
2012-10-06  Christian Heimesmerge
2012-10-06  Christian Heimesmove var declaration to top of block to fix compilation...
2012-10-06  Andrew SvetlovIssue #16025: Minor corrections to the zipfile document...
2012-10-06  Andrew SvetlovIssue #16025: Minor corrections to the zipfile document...
2012-10-06  Andrew SvetlovIssue #16025: Minor corrections to the zipfile document...
2012-10-06  Andrew SvetlovIssue #16120: Use |yield from| in stdlib.
2012-10-06  Christian Heimesremove #warning from sha3module.c
2012-10-06  Christian Heimesfix possible memory leak, dealloc newobj
next