summaryrefslogtreecommitdiffstats
path: root/Misc/maintainers.rst
Commit message (Collapse)AuthorAgeFilesLines
* TyposÉric Araujo2011-02-261-1/+1
|
* Final update and deprecation of maintainers.rst.Éric Araujo2011-02-261-7/+12
| | | | | | This file has been removed from 3.2 and moved to the devguide. I think the safe choice for the stable branches is to keep it with a warning and link.
* Merged revisions 88008 via svnmerge fromNed Deily2011-01-181-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88008 | ned.deily | 2011-01-14 21:53:33 -0800 (Fri, 14 Jan 2011) | 2 lines Add self to mac platform area in maintainers.rst. ........
* Synchronize maintainers fileÉric Araujo2011-01-111-11/+12
|
* Synchronize maintainers.rstÉric Araujo2010-11-221-1/+1
|
* Remove myself as a maintainer for curses and mailbox modules.Andrew M. Kuchling2010-11-121-2/+2
|
* Fix duplicate entry in maintainers fileÉric Araujo2010-10-161-2/+1
|
* Merged revisions 82830-82831,83767,83982,84000,84005-84007,84105,84260,84534 ↵Georg Brandl2010-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82830 | brian.curtin | 2010-07-12 01:32:11 +0200 (Mo, 12 Jul 2010) | 2 lines Put my name down for winreg. ........ r82831 | martin.v.loewis | 2010-07-12 08:03:18 +0200 (Mo, 12 Jul 2010) | 2 lines Remove myself. ........ r83767 | r.david.murray | 2010-08-06 23:18:49 +0200 (Fr, 06 Aug 2010) | 4 lines Add xml subpackages, since they are likely to have different maintainers. And if not they can be merged back together when that becomes apparent. ........ r83982 | r.david.murray | 2010-08-13 20:16:35 +0200 (Fr, 13 Aug 2010) | 4 lines Per request, make 'nosy' vs 'assign' explicit in maintainers.rst. Also add myself as assignable for email issues. ........ r84000 | eric.araujo | 2010-08-14 06:56:48 +0200 (Sa, 14 Aug 2010) | 2 lines Let's commit ........ r84005 | ezio.melotti | 2010-08-14 10:54:33 +0200 (Sa, 14 Aug 2010) | 1 line Revert r82831 as discussed at EP now that the wording of maintainers.rst has been clarified. ........ r84006 | ezio.melotti | 2010-08-14 11:02:36 +0200 (Sa, 14 Aug 2010) | 1 line Add myself for the bug tracker (and for re). ........ r84007 | antoine.pitrou | 2010-08-14 14:06:40 +0200 (Sa, 14 Aug 2010) | 3 lines Add myself to threads topic (suggested by Ezio) ........ r84105 | tim.golden | 2010-08-16 22:10:39 +0200 (Mo, 16 Aug 2010) | 1 line Add Tim Golden as interested in Windows ........ r84260 | vinay.sajip | 2010-08-22 20:41:24 +0200 (So, 22 Aug 2010) | 1 line Updated maintainers.rst to reflect correct Roundup name. ........ r84534 | eric.araujo | 2010-09-05 20:21:46 +0200 (So, 05 Sep 2010) | 2 lines Fix amk’s tracker name ........
* Synchronize maintainers.rstÉric Araujo2010-09-081-2/+2
|
* Merged revisions 84263 via svnmerge fromDaniel Stutzbach2010-08-221-9/+10
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84263 | daniel.stutzbach | 2010-08-22 14:41:04 -0500 (Sun, 22 Aug 2010) | 1 line Added myself to Misc/maintainers.rst for topics on which I'd like to be added to the nosy list ........
* Updated maintainers.rst to reflect correct Roundup name.Vinay Sajip2010-08-221-1/+1
|
* Merged revisions 84109 via svnmerge fromBrian Curtin2010-08-161-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84109 | brian.curtin | 2010-08-16 15:50:03 -0500 (Mon, 16 Aug 2010) | 2 lines Mark myself as assignable for winreg, and put myself down for Windows. ........
* Synchronize maintainers.rstÉric Araujo2010-08-141-8/+9
|
* Merged revisions 84025,84028,84032 via svnmerge fromFlorent Xicluna2010-08-141-4/+5
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84025 | florent.xicluna | 2010-08-14 18:56:27 +0200 (sam., 14 août 2010) | 1 line List Misc/python-config.in in Misc/README. Fix few typos. ........ r84028 | florent.xicluna | 2010-08-14 19:02:49 +0200 (sam., 14 août 2010) | 1 line Fix order. ........ r84032 | florent.xicluna | 2010-08-14 19:15:31 +0200 (sam., 14 août 2010) | 1 line Convert to spaces. ........
* Synchronize maintainers.rstÉric Araujo2010-08-141-4/+11
|
* Fix one module name in maintainers.rst, add meÉric Araujo2010-08-141-2/+2
|
* Synchronize maintainers.rst with 3.2Éric Araujo2010-08-141-3/+7
|
* Merged revisions 83715 via svnmerge fromAntoine Pitrou2010-08-041-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83715 | antoine.pitrou | 2010-08-04 15:24:41 +0200 (mer., 04 août 2010) | 3 lines I'm interested in threading issues as well ........
* Merged revisions 83709 via svnmerge fromAntoine Pitrou2010-08-041-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83709 | antoine.pitrou | 2010-08-04 12:26:30 +0200 (mer., 04 août 2010) | 3 lines Something fun to maintain ........
* Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via ↵Georg Brandl2010-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83259 | georg.brandl | 2010-07-30 09:03:39 +0200 (Fr, 30 Jul 2010) | 1 line Clarification. ........ r83261 | georg.brandl | 2010-07-30 09:21:26 +0200 (Fr, 30 Jul 2010) | 1 line #9230: allow Pdb.checkline() to be called without a current frame, for setting breakpoints before starting debugging. ........ r83264 | georg.brandl | 2010-07-30 10:45:26 +0200 (Fr, 30 Jul 2010) | 1 line Document the "jump" command in pdb.__doc__, and add a version tag for "until X". ........ r83265 | georg.brandl | 2010-07-30 10:54:49 +0200 (Fr, 30 Jul 2010) | 1 line #8015: fix crash when entering an empty line for breakpoint commands. Also restore environment properly when an exception occurs during the definition of commands. ........ r83268 | georg.brandl | 2010-07-30 11:23:23 +0200 (Fr, 30 Jul 2010) | 2 lines Issue #8048: Prevent doctests from failing when sys.displayhook has been reassigned. ........ r83269 | georg.brandl | 2010-07-30 11:43:00 +0200 (Fr, 30 Jul 2010) | 1 line #6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding. ........ r83271 | georg.brandl | 2010-07-30 11:59:28 +0200 (Fr, 30 Jul 2010) | 1 line #5727: Restore the ability to use readline when calling into pdb in doctests. ........ r83272 | georg.brandl | 2010-07-30 12:29:19 +0200 (Fr, 30 Jul 2010) | 1 line #5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame. ........ r83281 | georg.brandl | 2010-07-30 15:36:43 +0200 (Fr, 30 Jul 2010) | 1 line Add myself for pdb. ........
* Issue #8362: Add Misc/maintainers.rst: list of module maintainersVictor Stinner2010-06-111-0/+300