Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.3 | Benjamin Peterson | 2015-02-18 | 1 | -1/+0 |
|\ | |||||
| * | merge 3.2 | Benjamin Peterson | 2015-02-18 | 1 | -1/+0 |
| |\ | |||||
| | * | remove RPM, since it's unused and unmaintained | Benjamin Peterson | 2015-02-18 | 1 | -1/+0 |
| | | | |||||
* | | | #18443: remove the TextMate entry now that the bundle has been removed and ↵ | Ezio Melotti | 2013-08-06 | 1 | -2/+1 |
| | | | | | | | | | | | | fix ordering. Patch by Févry Thibault. | ||||
* | | | Issue #9893: remove an outdated mention of the Vim-related files. | Brett Cannon | 2013-07-14 | 1 | -1/+0 |
|/ / | |||||
* | | Issue #14347: Update Misc/README list of files. | Ned Deily | 2012-03-17 | 1 | -1/+2 |
| | | | | | | | | (Initial patch by Dionysios Kalofonos) | ||||
* | | Add the map of SVN revision numbers to changeset ids. | Antoine Pitrou | 2011-03-05 | 1 | -0/+1 |
|/ | | | | | | | 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. | ||||
* | Move developers.txt to the devguide. | Brett Cannon | 2011-01-20 | 1 | -1/+0 |
| | |||||
* | Update Misc/README. | Brett Cannon | 2011-01-20 | 1 | -10/+1 |
| | |||||
* | Issue #10710: `Misc/setuid-prog.c` is removed from the source tree. | Antoine Pitrou | 2010-12-16 | 1 | -3/+0 |
| | |||||
* | Convert to spaces. | Florent Xicluna | 2010-08-14 | 1 | -32/+32 |
| | |||||
* | List Misc/python-config.in in Misc/README. Fix few typos. | Florent Xicluna | 2010-08-14 | 1 | -3/+4 |
| | |||||
* | Merged revisions 75370-75372 via svnmerge from | Georg Brandl | 2009-10-11 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | 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. ........ | ||||
* | Merged revisions ↵ | Benjamin Peterson | 2009-04-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ........ | ||||
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -2/+0 |
| | |||||
* | Add some doc about using valgrind | Neal Norwitz | 2004-06-06 | 1 | -0/+2 |
| | |||||
* | mention pymemcompat.h in Misc/README | Michael W. Hudson | 2003-08-11 | 1 | -0/+1 |
| | |||||
* | Note the existence of SpecialBuilds.txt. | Guido van Rossum | 2002-07-11 | 1 | -0/+1 |
| | |||||
* | Remove stub for unicode.txt. Resort README in dictionary order. | Guido van Rossum | 2002-02-11 | 1 | -9/+8 |
| | |||||
* | Updated this README to reality. | Guido van Rossum | 2001-10-26 | 1 | -15/+6 |
| | |||||
* | Removed NEXT-NOTES, the NeXT is no longer supported. | Jack Jansen | 2001-08-19 | 1 | -1/+0 |
| | |||||
* | Updated to include all files here. | Guido van Rossum | 2000-09-01 | 1 | -3/+7 |
| | |||||
* | # mention Porting in list of files | Guido van Rossum | 1998-08-10 | 1 | -0/+1 |
| | |||||
* | delete gMakefile, clarify Makefile.pre.in | Guido van Rossum | 1998-01-13 | 1 | -2/+1 |
| | |||||
* | Added vgrindefs. | Guido van Rossum | 1997-11-07 | 1 | -0/+1 |
| | |||||
* | Removed ancient FAQ from distribution | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
| | |||||
* | Added editline fix | Guido van Rossum | 1996-09-12 | 1 | -0/+1 |
| | |||||
* | Added Makefile.pre.in, my generic makefile | Guido van Rossum | 1996-09-10 | 1 | -0/+1 |
| | |||||
* | Minor updates. | Guido van Rossum | 1996-08-20 | 1 | -6/+6 |
| | |||||
* | updates | Guido van Rossum | 1995-08-28 | 1 | -3/+3 |
| | |||||
* | Some new files... | Guido van Rossum | 1994-09-14 | 1 | -1/+5 |
| | |||||
* | FAQ: Added lambda stress test by Ulf | Guido van Rossum | 1994-08-30 | 1 | -1/+1 |
| | | | | | ACKS: Added Ulf README: fix typo | ||||
* | Added cheatsheet | Guido van Rossum | 1994-08-05 | 1 | -0/+1 |
| | |||||
* | Descripbe new files | Guido van Rossum | 1994-01-26 | 1 | -2/+10 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-26 | 1 | -0/+20 |