Commit Graph

35 Commits

Author SHA1 Message Date
Benjamin Peterson
76e37b1b8a merge 3.3 2015-02-18 08:55:38 -05:00
Benjamin Peterson
03f8612562 merge 3.2 2015-02-18 08:54:22 -05:00
Benjamin Peterson
893cce921c remove RPM, since it's unused and unmaintained 2015-02-18 08:52:46 -05:00
Ezio Melotti
0e0ccf73ff #18443: remove the TextMate entry now that the bundle has been removed and fix ordering. Patch by Févry Thibault. 2013-08-06 19:52:25 +03:00
Brett Cannon
20f5e37457 Issue #9893: remove an outdated mention of the Vim-related files. 2013-07-14 09:50:50 -04:00
Ned Deily
87b7cdea96 Issue #14347: Update Misc/README list of files.
(Initial patch by Dionysios Kalofonos)
2012-03-17 10:52:08 -07:00
Antoine Pitrou
533c79dc67 Add the map of SVN revision numbers to changeset ids.
This is mostly to help history-digging, especially when
focussing on feature branches.
Note that not all changesets are in the main repository,
but they are all in the full history repository.
2011-03-05 17:46:03 +01:00
Brett Cannon
ec89d35c7f Move developers.txt to the devguide. 2011-01-20 19:42:08 +00:00
Brett Cannon
c0729bfe24 Update Misc/README. 2011-01-20 19:36:12 +00:00
Antoine Pitrou
20f0fb68aa Issue #10710: Misc/setuid-prog.c is removed from the source tree. 2010-12-16 18:25:24 +00:00
Florent Xicluna
fe17fd4a5d Convert to spaces. 2010-08-14 17:15:31 +00:00
Florent Xicluna
09245d8682 List Misc/python-config.in in Misc/README. Fix few typos. 2010-08-14 16:56:27 +00:00
Georg Brandl
93d15cd251 Merged revisions 75370-75372 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75370 | georg.brandl | 2009-10-11 23:10:07 +0200 (So, 11 Okt 2009) | 1 line

  Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc.
........
  r75371 | georg.brandl | 2009-10-11 23:14:37 +0200 (So, 11 Okt 2009) | 1 line

  Add find_recursionlimit.py to README.
........
  r75372 | georg.brandl | 2009-10-11 23:17:14 +0200 (So, 11 Okt 2009) | 1 line

  Update Misc/README.
........
2009-10-11 21:24:34 +00:00
Benjamin Peterson
f47ed4a014 Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70912 | georg.brandl | 2009-03-31 17:35:46 -0500 (Tue, 31 Mar 2009) | 1 line

  #5617: add a handy function to print a unicode string to gdbinit.
........
  r70944 | georg.brandl | 2009-03-31 23:32:39 -0500 (Tue, 31 Mar 2009) | 1 line

  #5631: add upload to list of possible commands, which is presented in --help-commands.
........
  r70968 | michael.foord | 2009-04-01 13:25:38 -0500 (Wed, 01 Apr 2009) | 1 line

  Adding Wing project file
........
  r71033 | brett.cannon | 2009-04-01 22:34:53 -0500 (Wed, 01 Apr 2009) | 3 lines

  Fix two issues introduced by issue #71031 by changing the signature of
  PyImport_AppendInittab() to take a const char *.
........
  r71041 | jesse.noller | 2009-04-02 00:17:26 -0500 (Thu, 02 Apr 2009) | 1 line

  Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
........
  r71208 | michael.foord | 2009-04-04 20:15:01 -0500 (Sat, 04 Apr 2009) | 4 lines

  Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__.

  Issue #5693
........
  r71263 | michael.foord | 2009-04-05 14:19:28 -0500 (Sun, 05 Apr 2009) | 4 lines

  Adding assertIs and assertIsNot methods to unittest.TestCase

  Issue #2578
........
  r71286 | tarek.ziade | 2009-04-05 17:04:38 -0500 (Sun, 05 Apr 2009) | 1 line

  added a simplest test to distutils.spawn._nt_quote_args
........
  r71395 | benjamin.peterson | 2009-04-08 08:27:29 -0500 (Wed, 08 Apr 2009) | 1 line

  these must be installed to correctly run tests
........
  r71396 | benjamin.peterson | 2009-04-08 08:29:41 -0500 (Wed, 08 Apr 2009) | 1 line

  fix syntax
........
  r71405 | andrew.kuchling | 2009-04-09 06:22:47 -0500 (Thu, 09 Apr 2009) | 1 line

  Add items
........
  r71406 | andrew.kuchling | 2009-04-09 06:23:36 -0500 (Thu, 09 Apr 2009) | 1 line

  Typo fixes
........
  r71485 | andrew.kuchling | 2009-04-11 11:12:23 -0500 (Sat, 11 Apr 2009) | 1 line

  Add various items
........
  r71492 | georg.brandl | 2009-04-11 13:19:27 -0500 (Sat, 11 Apr 2009) | 1 line

  Take credit for a patch of mine.
........
  r71494 | benjamin.peterson | 2009-04-11 14:31:00 -0500 (Sat, 11 Apr 2009) | 1 line

  ignore py3_test_grammar when compiling the library
........
2009-04-11 20:45:40 +00:00
Skip Montanaro
eb33e5ae79 Remove support for BeOS 2007-08-17 12:57:41 +00:00
Neal Norwitz
c3cd9df95a Add some doc about using valgrind 2004-06-06 19:58:40 +00:00
Michael W. Hudson
cc9d004f81 mention pymemcompat.h in Misc/README 2003-08-11 16:18:43 +00:00
Guido van Rossum
715a0c67b8 Note the existence of SpecialBuilds.txt. 2002-07-11 01:01:49 +00:00
Guido van Rossum
ff34626a7e Remove stub for unicode.txt. Resort README in dictionary order. 2002-02-11 01:18:25 +00:00
Guido van Rossum
3eedf718b3 Updated this README to reality. 2001-10-26 15:01:16 +00:00
Jack Jansen
25a68e1f44 Removed NEXT-NOTES, the NeXT is no longer supported. 2001-08-19 21:18:04 +00:00
Guido van Rossum
46981de633 Updated to include all files here. 2000-09-01 23:22:12 +00:00
Guido van Rossum
20392ccb87 # mention Porting in list of files 1998-08-10 16:38:58 +00:00
Guido van Rossum
b25c0e739c delete gMakefile, clarify Makefile.pre.in 1998-01-13 18:53:42 +00:00
Guido van Rossum
1abbd7f3f1 Added vgrindefs. 1997-11-07 19:58:10 +00:00
Guido van Rossum
6688d35c43 Removed ancient FAQ from distribution 1997-08-18 19:55:01 +00:00
Guido van Rossum
dc082eba02 Added editline fix 1996-09-12 17:29:33 +00:00
Guido van Rossum
1631cbe03a Added Makefile.pre.in, my generic makefile 1996-09-10 18:19:23 +00:00
Guido van Rossum
b4d37791c1 Minor updates. 1996-08-20 20:54:15 +00:00
Guido van Rossum
e7017ba0f7 updates 1995-08-28 03:09:31 +00:00
Guido van Rossum
14421777fc Some new files... 1994-09-14 14:06:46 +00:00
Guido van Rossum
0c4071e69f FAQ: Added lambda stress test by Ulf
ACKS: Added Ulf
README: fix typo
1994-08-30 12:23:22 +00:00
Guido van Rossum
e06752b457 Added cheatsheet 1994-08-05 15:57:47 +00:00
Guido van Rossum
34e5dcacb0 Descripbe new files 1994-01-26 15:39:28 +00:00
Guido van Rossum
a7925f18de Initial revision 1994-01-26 10:20:16 +00:00