summaryrefslogtreecommitdiffstats
path: root/Misc/developers.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions ↵Georg Brandl2010-11-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line Markup fix. ........ r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line Add David. ........ r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line #10222: fix for overzealous AIX compiler. ........ r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line (?:...) is a non-capturing, but still grouping construct. ........ r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line A newline in lineno output breaks pyframe output. ........ r86187 | georg.brandl | 2010-11-05 08:10:41 +0100 (Fr, 05 Nov 2010) | 1 line Move glossary entry to the right position and fix link. ........ r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line Fix latex conversion glitch in property/feature descriptions. ........ r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line Fix typo. ........ r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line Fix typo. ........ r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line Build a PDF of the FAQs too. ........ r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line #10008: Fix duplicate index entry. ........ r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line Fix weird line block in table. ........
* Merged revisions 85222 via svnmerge fromGeorg Brandl2010-10-061-10/+13
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85222 | eric.araujo | 2010-10-05 00:32:36 +0200 (Di, 05 Okt 2010) | 5 lines Recode developers.txt to UTF-8, as discussed on python-dev. Fix Łukasz’ name and also remove trailing whitespace. See thread at http://mail.python.org/pipermail/python-dev/2010-September/103584.html ........
* Merged revisions 83735,83939,83943,84166-84167,84257,85215 via svnmerge fromGeorg Brandl2010-10-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83735 | martin.v.loewis | 2010-08-04 21:08:20 +0200 (Mi, 04 Aug 2010) | 2 lines Add Terry Reedy. ........ r83939 | brett.cannon | 2010-08-11 02:18:19 +0200 (Mi, 11 Aug 2010) | 2 lines Note that Éric Araujo has been given commit privileges. ........ r83943 | martin.v.loewis | 2010-08-11 07:48:57 +0200 (Mi, 11 Aug 2010) | 2 lines Add George Boutsioukis, from the GSoC project. ........ r84166 | martin.v.loewis | 2010-08-18 00:58:42 +0200 (Mi, 18 Aug 2010) | 2 lines Add Ask Solem. ........ r84167 | martin.v.loewis | 2010-08-18 01:16:51 +0200 (Mi, 18 Aug 2010) | 2 lines Correct library name that Ask will work on. ........ r84257 | martin.v.loewis | 2010-08-22 10:46:19 +0200 (So, 22 Aug 2010) | 2 lines Add Daniel Stutzbach. ........ r85215 | martin.v.loewis | 2010-10-04 17:48:14 +0200 (Mo, 04 Okt 2010) | 2 lines Add Tal Einat. ........
* Merged revisions ↵Georg Brandl2010-10-061-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line #6774: explain shutdown() behavior varying with platform. ........ r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line #7935: cross-reference to ast.literal_eval() from eval() docs. ........ r83659 | georg.brandl | 2010-08-03 14:06:29 +0200 (Di, 03 Aug 2010) | 1 line Terminology fix: exceptions are raised, except in generator.throw(). ........ r83977 | georg.brandl | 2010-08-13 17:10:49 +0200 (Fr, 13 Aug 2010) | 1 line Fix copy-paste error. ........ r84015 | georg.brandl | 2010-08-14 17:44:34 +0200 (Sa, 14 Aug 2010) | 1 line Add some maintainers. ........ r84018 | georg.brandl | 2010-08-14 17:48:49 +0200 (Sa, 14 Aug 2010) | 1 line Typo fix. ........ r84141 | georg.brandl | 2010-08-17 16:11:59 +0200 (Di, 17 Aug 2010) | 1 line Markup nits. ........ r84264 | georg.brandl | 2010-08-22 22:23:38 +0200 (So, 22 Aug 2010) | 1 line #9649: fix default value description. ........ r84326 | georg.brandl | 2010-08-26 16:30:15 +0200 (Do, 26 Aug 2010) | 1 line #9689: add links from overview to in-depth class API descriptions. ........ r84327 | georg.brandl | 2010-08-26 16:30:56 +0200 (Do, 26 Aug 2010) | 1 line #9681: typo. ........ r84480 | georg.brandl | 2010-09-04 00:33:27 +0200 (Sa, 04 Sep 2010) | 1 line More inclusive title. ........ r84482 | georg.brandl | 2010-09-04 00:40:02 +0200 (Sa, 04 Sep 2010) | 1 line #9760: clarify what context expression is. ........ r84484 | georg.brandl | 2010-09-04 00:49:27 +0200 (Sa, 04 Sep 2010) | 1 line Fix missing word. ........ r84530 | georg.brandl | 2010-09-05 19:07:12 +0200 (So, 05 Sep 2010) | 1 line #9747: fix copy-paste error in getresgid() doc. ........ r84531 | georg.brandl | 2010-09-05 19:09:18 +0200 (So, 05 Sep 2010) | 1 line #9776: fix some spacing. ........ r84553 | georg.brandl | 2010-09-06 08:49:07 +0200 (Mo, 06 Sep 2010) | 1 line #9780: both { and } are not valid fill characters. ........ r84619 | georg.brandl | 2010-09-08 12:43:45 +0200 (Mi, 08 Sep 2010) | 1 line Add Lukasz. ........ r84915 | georg.brandl | 2010-09-20 08:27:02 +0200 (Mo, 20 Sep 2010) | 1 line Fix typo. ........ r84916 | georg.brandl | 2010-09-20 08:29:01 +0200 (Mo, 20 Sep 2010) | 1 line Mention % as string formatting. ........
* Merged revisions 83160-83161,83166,83168-83169,83171 via svnmerge fromGeorg Brandl2010-08-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83160 | georg.brandl | 2010-07-26 10:51:42 +0200 (Mo, 26 Jul 2010) | 1 line #9381: fix markup. ........ r83161 | georg.brandl | 2010-07-26 11:33:12 +0200 (Mo, 26 Jul 2010) | 1 line Add Brian Quinlan. ........ r83166 | georg.brandl | 2010-07-26 17:11:49 +0200 (Mo, 26 Jul 2010) | 1 line Fix grammar. ........ r83168 | georg.brandl | 2010-07-26 19:00:20 +0200 (Mo, 26 Jul 2010) | 1 line Fix indentation in example. ........ r83169 | georg.brandl | 2010-07-26 19:09:32 +0200 (Mo, 26 Jul 2010) | 1 line Add Reid. ........ r83171 | georg.brandl | 2010-07-26 23:12:13 +0200 (Mo, 26 Jul 2010) | 1 line Clarify. ........
* Add Alexander Belopolsky.Martin v. Löwis2010-05-251-0/+3
|
* Add Tim Golden.Martin v. Löwis2010-04-211-0/+3
|
* Add Giampaolo.Martin v. Löwis2010-04-171-0/+3
|
* Add JP.Georg Brandl2010-04-061-1/+4
|
* Add Brian Curtin.Martin v. Löwis2010-03-241-0/+2
|
* Add Florent Xicluna.Martin v. Löwis2010-02-251-0/+3
|
* Record that Dino Viehland got commit privs.Brett Cannon2010-02-241-0/+3
|
* Note granting of commit privileges to Larry HastingsAndrew M. Kuchling2010-02-221-0/+3
|
* Add Victor Stinner.Martin v. Löwis2010-01-301-0/+3
|
* Add Stefan.Georg Brandl2010-01-051-0/+3
|
* Add Mark Summerfield.Georg Brandl2009-09-191-0/+3
|
* Add Doug.Georg Brandl2009-09-191-0/+3
|
* Add Armin Ronacher.Georg Brandl2009-09-151-0/+4
|
* #6332: fix word dupes throughout the source.Georg Brandl2009-06-241-1/+1
|
* Add procedural note.Raymond Hettinger2009-06-231-0/+3
|
* Add Ezio.Georg Brandl2009-06-071-0/+3
|
* Add my initials to Misc/developers.txt. Names are now sorted by number ofBrett Cannon2009-04-011-4/+5
| | | | characters in the person's name.
* Paul Kippes was given commit privileges to work on 3to2.Brett Cannon2009-04-011-0/+2
|
* Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2.Brett Cannon2009-04-011-0/+2
|
* Add several VM developers.Martin v. Löwis2009-03-301-0/+5
|
* Add an entry to developers.txt.Brett Cannon2009-03-301-0/+3
|
* Add Chris Withers.Martin v. Löwis2009-03-081-1/+4
|
* Add Tarek for work on distutils.Neal Norwitz2008-12-211-0/+3
|
* Add Hirokazu Yamamoto.Martin v. Löwis2008-08-121-0/+3
|
* Note the removal of several committers.Georg Brandl2008-08-031-5/+12
|
* Add Antoine.Martin v. Löwis2008-07-161-0/+3
|
* Add Jesse Noller to the developers list.Georg Brandl2008-06-161-0/+3
|
* Add Gregor Lingl.Martin v. Löwis2008-06-101-0/+3
|
* Add Robert Schuppenies.Martin v. Löwis2008-05-211-0/+3
|
* Add Rodrigo and Heiko.Martin v. Löwis2008-04-291-0/+6
|
* Add Jesus Cea.Martin v. Löwis2008-04-241-0/+3
|
* Add Guilherme Polo.Martin v. Löwis2008-04-241-0/+3
|
* Add Thomas LeeNeal Norwitz2008-04-221-0/+3
|
* Add Jeroen.Georg Brandl2008-04-121-0/+3
|
* Add Josiah.Georg Brandl2008-03-261-0/+3
|
* Add Benjamin.Georg Brandl2008-03-251-0/+3
|
* Gave Jerry Seutter svn access for general Python development.Brett Cannon2008-03-201-0/+3
|
* Add Jeff RushAndrew M. Kuchling2008-03-191-0/+2
|
* Add David Wolever.Martin v. Löwis2008-03-171-0/+3
|
* Add Trent Nelson.Martin v. Löwis2008-03-171-0/+3
|
* Added Mark Dickinson.Facundo Batista2008-01-061-0/+3
|
* Add Amaury Forgeot d'Arc.Martin v. Löwis2007-11-091-0/+3
|
* Adding Christian Heimes.Martin v. Löwis2007-10-311-0/+3
|
* Add Chris Monson so he can edit PEPs.Neal Norwitz2007-10-221-0/+3
|
* Add Bill as a developerNeal Norwitz2007-08-291-0/+3
|