- 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 22 years ago
- d404bee try executing 'less' in a parenthesized subshell - prevents systems like by Skip Montanaro · 22 years ago
- 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 22 years ago
- 09f7424 test_unicode_error(): Comment this test out, since we still have controversy. by Barry Warsaw · 22 years ago
- 9c74569 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
- 15aefa9 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
- 9b1a80b Patch for the DEC Alpha under Linux, by Lee Busby. by Guido van Rossum · 22 years ago
- 67c4cb1 Disable big charsets in UCS-4 builds. Works around #599377. Will backport to 2.2 by Martin v. Löwis · 22 years ago
- eb42b02 Add encoding name in LookupError. Fixes #615013. Will backport to 2.2. by Martin v. Löwis · 22 years ago
- 6d817ad Again, I did check in too many changes. Sorry. by Thomas Heller · 22 years ago
- 4613876 Add deprecation notices to the documentation to reflect recent additions to by Fred Drake · 22 years ago
- 6f30a8a __version__: Bump to 2.4 by Barry Warsaw · 22 years ago
- d80032b Update some comments about what version of the documentation tools code to use. by Fred Drake · 22 years ago
- d957f39 Back out previous change. by Neal Norwitz · 22 years ago
- dcfaaf2 Fix SF # 614587, configure.in patch from Tim Rice by Neal Norwitz · 22 years ago
- d8a9d2a SF bug 613233: test_threadedtempfile hangs by Tim Peters · 22 years ago
- 7dfb6e2 Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton by Neal Norwitz · 22 years ago
- e134158 Finish & commit some docs for markup that's been in use for a while. by Fred Drake · 22 years ago
- b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 22 years ago
- 04d9a80 Add regression test for a bug found in the version of the markupbase by Fred Drake · 22 years ago
- 6b3db55 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
- fa82181 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
- 111ee32 Ok, read the source this time: PyErr_SetObject() does not steal a reference. by Fred Drake · 22 years ago
- 5ec22f2 Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
- 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
- d8ce87a On Windows, select() does not accept empty lists. by Thomas Heller · 22 years ago
- 7bdabe6 I did fix too much - including winsock.h is sufficient. by Thomas Heller · 22 years ago
- 106f4c7 On Windows, call WSAGetLastError() to retrieve the error number. by Thomas Heller · 22 years ago
- 2f93644 Clarify documentation for PyErr_SetObject() to describe the reference by Fred Drake · 22 years ago
- 117ac85 Be more careful with the type of the xmlhandlersetter; it takes an by Fred Drake · 22 years ago
- 36c2bd8 Remove spurious period. by Fred Drake · 22 years ago
- 7b788e0 Clarify that len() of a Unicode string returns the number of storage units, by Fred Drake · 22 years ago
- 24e53b6 Add cast to avoid compiler warning. by Marc-André Lemburg · 22 years ago
- 4d895fa Brett's fixes for various bugs and coding issues. Closes SF patch # by Barry Warsaw · 22 years ago
- 02669a3 Tweak description of PortableUnixMailbox: "From " lines are actually by Greg Ward · 22 years ago
- 2848fe9 Attila Babo (turtle.py). by Guido van Rossum · 22 years ago
- fd2ede2 Add the bulk of SF patch 595111 by Attila Babo. by Guido van Rossum · 22 years ago
- 4299231 Warn about binutils 2.13 on Solaris. by Guido van Rossum · 22 years ago
- b976419 Fix bug I created during merge from Python-idle. by Kurt B. Kaiser · 22 years ago
- e49dd4c Blank line missing. by Tony Lownds · 22 years ago
- 8b1b8d6 Work around Mac OS X transient window issues by Tony Lownds · 22 years ago
- e555fc7 Work around Mac OS X platform encoding issues. by Tony Lownds · 22 years ago
- f18efa5 Added new standard keybinding set for Macs. by Tony Lownds · 22 years ago
- 73b9b66 Update Canvas before computing width. Draw turtle at end of drawing circle. by Martin v. Löwis · 22 years ago
- a6026c6 Back out multifile.py 1.19 and 1.20. Fixes #514676. by Martin v. Löwis · 22 years ago
- 4a38583 reference the new NEWS.help file by Skip Montanaro · 22 years ago
- 5c27e66 brief help file for people editing Misc/NEWS by Skip Montanaro · 22 years ago
- e5d7f7f ReST-ification of the NEWS file. While the total number of changes are by Skip Montanaro · 22 years ago
- f0cfdf7 Fiddle comments and variable names in whichmodule(). by Jeremy Hylton · 22 years ago
- 065a5ab whichmodule() should skip dummy package entries in sys.modules. by Jeremy Hylton · 22 years ago
- 16849a7 SF Bug #611225. by Kurt B. Kaiser · 22 years ago
- 7ccd30f Fix a problem in site.py which triggers in case sys.path is empty. by Marc-André Lemburg · 22 years ago
- 01824bf Patch #484994: Improve PanedWindow. by Martin v. Löwis · 22 years ago
- 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 22 years ago
- c34c4fc Suppress hex/oct constant warnings in <string> on 64-bit platforms, by Guido van Rossum · 22 years ago
- 2c96ab2 Two more cases of switch(PySequence_Size()) without checking for case -1. by Neal Norwitz · 22 years ago
- 40363b6 Open the test files in binary mode so the \r\n files won't cause by Barry Warsaw · 22 years ago
- f027eac Merge Py Idle: Removing config-mac.txt, not used in Idlefork by Kurt B. Kaiser · 22 years ago
- 6283398 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- a989ac4 Add MJ. by Guido van Rossum · 22 years ago
- 98b2a42 Fix SF bug 610610 (reported by Martijn Pieters, diagnosed by Neal Norwitz). by Guido van Rossum · 22 years ago
- 5fab9c6 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 2a5e350 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 089a64a Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 7879ad0 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- d1ec940 Merge PyIdle changes: Rev 1.3 doerwalter (string methods) by Kurt B. Kaiser · 22 years ago
- 06a0987 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 0f4402d Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 05bab1e Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- ce86b10 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 837d15c Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 923e4ef The SGI demos are gone. by Guido van Rossum · 22 years ago
- b0c87b9 Remove the SGI demos. These were all ancient and nobody cared enough. by Guido van Rossum · 22 years ago
- 4cb2204 migrate news about 2.1 and earlier releases from NEWS to HISTORY in by Skip Montanaro · 22 years ago
- 16aac45 Remove the SGI demos. These were all ancient and nobody cared enough. by Guido van Rossum · 22 years ago
- d679e09 write(): Special case the common situation of a stream that's only by Fred Drake · 22 years ago
- c687401 Fix typos: despatcher -> dispatcher. by Thomas Heller · 22 years ago
- 29275c9 Deal with NULL fields in mkpwent. by Martin v. Löwis · 22 years ago
- ceb7c18 Deal with a NULL gr_passwd. Reported by Anders Qvist. by Martin v. Löwis · 22 years ago
- 254eb53 Merge Py Idle changes: Rev 1.10 doerwalter (string methods) by Kurt B. Kaiser · 22 years ago
- d8e20a0 Merge Py Idle changes: Rev 1.6 doerwalter (string methods) by Kurt B. Kaiser · 22 years ago
- 7827e17 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- e5de778 Back out the previous change. It doesn't save any space on 64-bit platforms. by Guido van Rossum · 22 years ago
- 73d6692 Rearrange the members of struct _node to put shorter fields towards by Guido van Rossum · 22 years ago
- 33931ef Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 6b06f29 Merge Py Idle changes: Rev 1.5 doerwalter string methods by Kurt B. Kaiser · 22 years ago
- 01166da Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 3c4dee4 make sure the object browser can't crash because when the list data gets bigger than 32kB by Just van Rossum · 22 years ago
- b7dd494 add ./ to configure command so it actually works verbatim by Just van Rossum · 22 years ago
- 3cba5c0 Patch #609700: Use $(CC) to link on Linux. by Martin v. Löwis · 22 years ago
- 658009a Make BadPickleGet a class. Fixes #609164. by Martin v. Löwis · 22 years ago
- 258cba8 When recursively attempting to find the modules imported by an by Guido van Rossum · 22 years ago
- f1fe145 Merge Py Idle changes: Rev 1.4 (string methods) by Kurt B. Kaiser · 22 years ago
- 75e3790 Merge Py Idle changes: Rev 1.10 (string methods) by Kurt B. Kaiser · 22 years ago
- 220ecbc Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- c0a0e08 Since it tests both ntohl and ntohs, the test should not be called by Guido van Rossum · 22 years ago
- aae2094 Merge Py Idle changes by Kurt B. Kaiser · 22 years ago
- a287644 Merge Py Idle changes Rev 1.13 (string methods) by Kurt B. Kaiser · 22 years ago
- 908aece Merge Py Idle changes by Kurt B. Kaiser · 22 years ago
- e72f05d Merge Py Idle changes by Kurt B. Kaiser · 22 years ago