- 96aa0ac Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC by Neil Schemenauer · 22 years ago
- 7f7c3d0 Address SF bug #577530: del __builtins__ breaks out of rexec by Guido van Rossum · 22 years ago
- ad2bf5c Initial revision by Kurt B. Kaiser · 22 years ago
- 1ce4ae3 Don't test whether surrogate sequences round-trip in UTF-8. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
- 766e300 Use integer above sys.maxunicode for range test. Fixes #608884. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
- 6622eec Bump to reflect final cleanup of Config system and first pass GRPC completed by Kurt B. Kaiser · 22 years ago
- 3ae4eaa MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
- 9ef8f42 MERGE DS_RPC_BRANCH into MAIN: config-keys.def AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
- a9f8cbc MERGE DS_RPC_BRANCH into MAIN configHandler.py AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
- c7273a3 MERGE DS_RPC_BRANCH into MAIN: config-extensions.def AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
- 39df7c4 MERGE DS_RPC_BRANCH into MAIN: configDialog.py AutoIndent merged 21Jul by Kurt B. Kaiser · 22 years ago
- b3705a3 MERGE DS_RPC_BRANCH into MAIN ToolTip.py cleanup 05Aug by Kurt B. Kaiser · 22 years ago
- 2def78b MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
- ee7afca MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
- 8c11f7e MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
- 12b9f34 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
- cb7a383 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
- 583db0d Fix a couple of minor markup glitches. by Fred Drake · 22 years ago
- a2627af Maybe this fixes test_socket on 64-bit Linux. by Guido van Rossum · 22 years ago
- 92cfaf6 MERGE DS_RPC_BRANCH into MAIN by Kurt B. Kaiser · 22 years ago
- 0c9b617 Bindings.py by Kurt B. Kaiser · 22 years ago
- dcfd825 Add two items by Andrew M. Kuchling · 22 years ago
- 3cda93e Add a bunch of sys.stdout.flush() calls that will hopefully improve by Guido van Rossum · 22 years ago
- bcf9f9e SF # 602108 ensure string is null terminated after strncpy by Neal Norwitz · 22 years ago
- 12e9668 Fiddle with compact_traceback(). by Guido van Rossum · 22 years ago
- a0378e1 Fix part of SF bug # 544248 gcc warning in unicodeobject.c by Neal Norwitz · 22 years ago
- 89841bd Shut up FutureWarnings about hex constants. by Jack Jansen · 22 years ago
- 76a6ab6 Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. by Jack Jansen · 22 years ago
- e87ed57 Patch by Tony Lownds: add the Resources directory to sys.path. by Jack Jansen · 22 years ago
- 9c89da2 Merge from DS_RPC_BRANCH Modified Files: INSTALL.txt by Kurt B. Kaiser · 22 years ago
- a39a445 Remove unnecessary imports by Neal Norwitz · 22 years ago
- 089061f Remove unused local variables by Neal Norwitz · 22 years ago
- a59ab05 Remove unnecessary imports by Neal Norwitz · 22 years ago
- 4ef1103 When testing for localhost/ first map to lower case. Spotted by Skip. by Jack Jansen · 22 years ago
- 3ae2dc5 Treat file://localhost/ as local too (same as file:/ and file:///). by Jack Jansen · 22 years ago
- 10c6eda Mode rU for universal newlines, not rT. Spotted by Guido. by Jack Jansen · 22 years ago
- c1ddc50 Minor revision to the "\\" patch, including updating the docs a little to by Fred Drake · 22 years ago
- c12909b add note about os.path.join and drive letters on Windows. by Skip Montanaro · 22 years ago
- 6dd7d07 If PyXML is installed, there is no Node.allnodes, so that portion of by Fred Drake · 22 years ago
- d2909c9 Relax a test so it passes either with the standard library or PyXML. by Fred Drake · 22 years ago
- efc1188 Fix warnings on 64-bit platforms about casts from pointers to ints. by Guido van Rossum · 22 years ago
- 770acd3 Only build the 'dl' extension when sys.maxint equals 2**31-1. by Guido van Rossum · 22 years ago
- ed44dbd Remove another mention of "import string". by Walter Dörwald · 22 years ago
- b7c1895 Fix typo reported by Paul Clifford. by Fred Drake · 22 years ago
- 5c1ad84 Fix for platforms where int != long. by Michael W. Hudson · 22 years ago
- 4bf1254 Undocumented feature: MHMailbox sets the msg object's _mh_msgno by Guido van Rossum · 22 years ago
- d560ace I don't think it's safe to use map.iteritems() in the various poll by Guido van Rossum · 22 years ago
- 7817004 Bump to 2.3.1 to pick up the missing file. by Barry Warsaw · 22 years ago
- ec694c3 Pass None to AHGotoPage(). by Jack Jansen · 22 years ago
- f6b3fdd The debugger source view only understood mac-style linefeeds. Fixed. by Jack Jansen · 22 years ago
- 73e8ebf Revise text about the level of DOM support, and provide pointers to by Fred Drake · 22 years ago
- 0606791 Add Mats Wichmann, another snake farmhand. by Guido van Rossum · 22 years ago
- aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 22 years ago
- 6a0477b Alphabetize Qvist properly. by Guido van Rossum · 22 years ago
- 02fe647 Insert an overflow check when the sequence repetition count is outside by Guido van Rossum · 22 years ago
- f981a33 Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist, by Guido van Rossum · 22 years ago
- c8060a6 The list(xrange(sys.maxint / 4)) test blew up on 64-bit platforms. by Guido van Rossum · 22 years ago
- 4061cbe Patch suggested by Hamish Lawson: add an __iter__() that returns by Guido van Rossum · 22 years ago
- 806d1c8 Fix *really* embarrassing typo reported by Raymond Hettinger. by Michael W. Hudson · 22 years ago
- fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
- 5f6228e Define DEBUG in a separate module to resolve circular references. by Jeremy Hylton · 22 years ago
- 504bc4f Remove mentioning of Python 2.0 limitations. Fixes #607783. by Martin v. Löwis · 22 years ago
- d4774fb Untested code for 64-bit platforms. range_length() is declared as int by Guido van Rossum · 22 years ago
- 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
- 519a342 Bunch more tests. by Michael W. Hudson · 22 years ago
- fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 22 years ago
- 51a0ae3 Ignore IOError exceptions when writing the message. by Mark Hammond · 22 years ago
- ccd9e75 test_both(): I believe this was a typo: m is only defined if no by Barry Warsaw · 22 years ago
- 1a5b956 test_quote_unquote(): Added a test for the rfc822.unquote() patch by Barry Warsaw · 22 years ago
- 4e09d5c unquote(): Didn't properly de-backslash-ify. This patch (adapted from by Barry Warsaw · 22 years ago
- bc6edac test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying. by Barry Warsaw · 22 years ago
- 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
- 93ad6a7 Converted to Vise 8. by Jack Jansen · 22 years ago
- 691fb55 Clarify who maintains Tkinter and who maintains Tk. by Fred Drake · 22 years ago
- ef1b41b At Jim Fulton's request, increase the maxstring value of _saferepr to by Guido van Rossum · 22 years ago
- 1b5112a I left some debugging junk in here; removed it. Also replaced a few by Tim Peters · 22 years ago
- 17d67f0 All set for 2.3 installer, except for upgrade of Vise version. by Jack Jansen · 22 years ago
- 4f4f4d7 A few days ago a test was added here to ensure that creating an mmap by Tim Peters · 22 years ago
- a0d1833 Fixed typo spotted by Whomas Touters. by Jack Jansen · 22 years ago
- 034b47a _parsebody(): Instead of raising a BoundaryError when no start by Barry Warsaw · 22 years ago
- b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
- 356afac _isstring(): Factor out "stringiness" test, e.g. for StringType or by Barry Warsaw · 22 years ago
- 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
- 24d45df test_splitting_first_line_only_is_long(): New test for SF bug #601392, by Barry Warsaw · 22 years ago
- dad90c2 A sample message with broken MIME boundaries. by Barry Warsaw · 22 years ago
- 96940cf extract_time(): Squash compiler warning about possibly information- by Tim Peters · 22 years ago
- 076b209 Add missing return statement. by Martin v. Löwis · 22 years ago
- d3e0265 Document type and semantics of the tp_print return value. Closes SF 606464. by Raymond Hettinger · 22 years ago
- 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
- 2575022 Reverted previous change, I was confused. by Jack Jansen · 22 years ago
- 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
- a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
- 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
- df453fd The .preprocess() method didn't work, because it didn't add the input file by Andrew M. Kuchling · 22 years ago
- 4013cbd Include an empty body when checking for a header file by Andrew M. Kuchling · 22 years ago
- 2412853 Fix escaping of non-ASCII characters. by Martin v. Löwis · 22 years ago
- 8a64d40 Fix typo. Close SF Bug 606354. by Raymond Hettinger · 22 years ago
- a0e4d6c Clarified that the footnote applies to versions 1.5 and after instead of by Raymond Hettinger · 22 years ago
- 57e7945 shutil.copyfile(src,dst) was clobbering the file when the src and dst were by Raymond Hettinger · 22 years ago
- 5130690 Fix API typo. The write buffer is not const. Closes SF 606216. by Raymond Hettinger · 22 years ago