- 26 Kas, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85548 | georg.brandl | 2010-10-15 21:46:19 +0200 (Fr, 15 Okt 2010) | 1 line #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs. ........ r85572 | georg.brandl | 2010-10-16 20:51:05 +0200 (Sa, 16 Okt 2010) | 1 line #10122: typo fix. ........ r85573 | georg.brandl | 2010-10-16 20:53:08 +0200 (Sa, 16 Okt 2010) | 1 line #10124: typo fix. ........ r85606 | georg.brandl | 2010-10-17 08:32:59 +0200 (So, 17 Okt 2010) | 1 line #10058: tweak wording about exception returns. ........ r85609 | georg.brandl | 2010-10-17 11:19:03 +0200 (So, 17 Okt 2010) | 1 line #8556: use less confusing mapping key in example. ........ r85610 | georg.brandl | 2010-10-17 11:23:05 +0200 (So, 17 Okt 2010) | 1 line #8686: remove potentially confusing wording that does not add any value. ........ r85611 | georg.brandl | 2010-10-17 11:33:24 +0200 (So, 17 Okt 2010) | 1 line #8811: small fixes to sqlite3 docs. ........ r85612 | georg.brandl | 2010-10-17 11:37:54 +0200 (So, 17 Okt 2010) | 1 line #8855: add shelve security warning. ........ r85614 | georg.brandl | 2010-10-17 11:46:11 +0200 (So, 17 Okt 2010) | 1 line #8968: add actual name of token constants. ........ r85615 | georg.brandl | 2010-10-17 12:05:13 +0200 (So, 17 Okt 2010) | 1 line #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows. ........ r85616 | georg.brandl | 2010-10-17 12:07:29 +0200 (So, 17 Okt 2010) | 1 line Fix copy-paste error in example. ........
-
- 06 Eki, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
Merged revisions 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. ........
-
- 01 Eyl, 2010 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 07 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82615 | georg.brandl | 2010-07-07 00:58:50 +0200 (Mi, 07 Jul 2010) | 1 line Fix typo. ........
-
- 03 Tem, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragraph about DeprecationWarnings in cmdline.rst.
-
- 27 Haz, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 13 Haz, 2010 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 28 Nis, 2010 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' instead of '-c' while searching for the module to be executed
-
- 11 Nis, 2010 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 06 Nis, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Philip Jenvey yazdı
command line option patch from Brian Curtin
-
- 05 Nis, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 05 Şub, 2010 1 kayıt (commit)
-
-
Barry Warsaw yazdı
you shouldn't use".
-
- 07 Ock, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 01 Ock, 2010 1 kayıt (commit)
-
-
Brett Cannon yazdı
documented. Left -V undocumented for now (and -U was already undocumented).
-
- 19 Ara, 2009 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 22 Eki, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 Eki, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there.
-
- 14 Eyl, 2009 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 26 Tem, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 24 Haz, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 27 Nis, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 28 Mar, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 08 Şub, 2009 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
-
- 09 Ock, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 03 Ock, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 02 Ock, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
found by Gabriel Genellina.
-
- 23 Ara, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 07 Kas, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Eyl, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 13 Eyl, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 09 Eyl, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 12 Tem, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 Haz, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 01 Haz, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 06 May, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 30 Nis, 2008 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258
-
- 05 Mar, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-