- 545d496 Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation) by Neal Norwitz · 20 years ago
- 7025ce6 Fix some comment typos by Neal Norwitz · 20 years ago
- 2fcf206 Fix typo in comment. by Neal Norwitz · 20 years ago
- 430f68b Move registration of the codec search function to the module scope by Neal Norwitz · 20 years ago
- a98e769 move test into a unittest.TestCase, no functional changes by Neal Norwitz · 20 years ago
- 9df23ea Fix main() call by Kurt B. Kaiser · 20 years ago
- ad07ff2 Prevent threading.Thread.join() from blocking when a previous call raised an by Brett Cannon · 20 years ago
- 5c6e0a1 1. Made advanced keybinding dialog functional. 2. Allow binding of movement keys by Kurt B. Kaiser · 20 years ago
- 4a5a918 Prefer GNOME browser over mozilla. by Georg Brandl · 20 years ago
- 841d25e [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix from Felix Rabe and a test case by Andrew M. Kuchling · 20 years ago
- bb7e800 [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. by Andrew M. Kuchling · 20 years ago
- d331b43 Use optparse instead of getopt for command line options. by Walter Dörwald · 20 years ago
- 91043f3 Avoid using str as a variable name. by Walter Dörwald · 20 years ago
- 5898fa2 improve test coverage in Python/pystrtod.c and Python/mystrtoul.c. by Neal Norwitz · 20 years ago
- 3b148ca Fix typo and update comment obsoleted by 'syntax' patch by Kurt B. Kaiser · 20 years ago
- 2bf2af6 Default two second delay on attribute pop-up, less noisy interface. by Kurt B. Kaiser · 20 years ago
- 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 20 years ago
- 09f0dd5 Use basestring instead of type.StringType for checking whether a input by Walter Dörwald · 20 years ago
- 705fd47 Add a test for uu.encode() that passed filenames as in_file and out_file. by Walter Dörwald · 20 years ago
- c69d1c4 Add a rudimentary test for the platform module that at least calls each by Walter Dörwald · 20 years ago
- e5a7fad Fix typo. by Walter Dörwald · 20 years ago
- b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 20 years ago
- c85c74c Increase code coverage in Python/structmember.c from 33% to 40% by Walter Dörwald · 20 years ago
- 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 20 years ago
- e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 20 years ago
- b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 20 years ago
- 96c1c7a SF#1343671. by Fredrik Lundh · 20 years ago
- d489398 r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 by Fredrik Lundh · 20 years ago
- 0d89e35 r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100 by Fredrik Lundh · 20 years ago
- e62e936 Change PrettyPrinter.pprint(), so that output is written directly to the by Walter Dörwald · 20 years ago
- 1cb179e Bug #1338995: fix problem with new webbrowser.py. by Georg Brandl · 20 years ago
- 966c264 Fix typos. by Walter Dörwald · 20 years ago
- 8b6b53f Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch) by Vinay Sajip · 20 years ago
- 380f417 Patch by pythonic <pythonic@gmail.com> to support Fedora as Linux distro. by Marc-André Lemburg · 20 years ago
- c6686b7 Added proper reflection on instances of <type 'method-wrapper'>, e.g. by Armin Rigo · 20 years ago
- f4afb21 similar to SF bug 847019: a quick check in the time() constructor, which by Armin Rigo · 20 years ago
- 9a2dcf8 Fix SF bug #417833 (pydoc HTTP reload failure) by removing from by Ka-Ping Yee · 20 years ago
- a487e4e Accept patch to resolve SF bug #651124. by Ka-Ping Yee · 20 years ago
- 6d98ed4 Oops, forgot to add the output file to 41388. by Neal Norwitz · 20 years ago
- 0f46bbf Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint by Neal Norwitz · 20 years ago
- 5d0bf94 Change time.strptime() to raise ValueError whenever there is an error in the by Brett Cannon · 20 years ago
- cf48638 Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 20 years ago
- 245a5ab Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 20 years ago
- 85c1909 Exception handling now raises KeyboardInterrupt and SystemExit rather than passing to handleError by Vinay Sajip · 20 years ago
- 383d3c0 test_directories(): This test had no chance of passing on by Tim Peters · 20 years ago
- db390c1 fix typos, mostly in comments by Fred Drake · 20 years ago
- f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 20 years ago
- d9cf593 Cosmetic change: make all hex literals use upper case hex so that they by Marc-André Lemburg · 20 years ago
- 3c72ded Removed the decoding_map from the codecs where this is possible. by Marc-André Lemburg · 20 years ago
- 6ab080c Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 20 years ago
- f895065 Fix compiler test when run with -u (long mode) by Neal Norwitz · 20 years ago
- 1e86beb One-off "No handlers..." error message only raised if raiseExceptions is set. by Vinay Sajip · 20 years ago
- d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 20 years ago
- ebc3457 Revert previous checkin: by Neal Norwitz · 20 years ago
- ab541bb Revert change, func_name of lambda's is back to <lambda>. by Neil Schemenauer · 20 years ago
- 0f00ba8 Replace the old EBCDIC codecs with new ones using the decoding table. by Marc-André Lemburg · 20 years ago
- 7797be7 Alias iso8859_1 to latin_1 which is the same encoding, but has by Marc-André Lemburg · 20 years ago
- 75c9e83 Add a few more Mac OS encodings. The mapping tables for these are by Marc-André Lemburg · 20 years ago
- a1129f4 Replace the old charmap codecs with new ones generated from the current by Marc-André Lemburg · 20 years ago
- b2308bb Fix bug: by Michael W. Hudson · 20 years ago
- 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 20 years ago
- 1e8659b Don't use a string exception since it's deprecated by Neal Norwitz · 20 years ago
- f21c8ed Add comment lost from AST merge by Neal Norwitz · 20 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
- bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 20 years ago
- b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 20 years ago
- 40563ed Get BSD DB working most for version 3.2 by Neal Norwitz · 20 years ago
- 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
- 239322b Optimised Placeholders handling of child loggers by using a dict rather than a list (much slower in the pathological case of hundreds of child Loggers to a Placeholder - problem reported by Ryan Blazecka). by Vinay Sajip · 20 years ago
- b793506 Added Host and Content-type headers to requests sent by HTTPHandler (suggested by Steven Vereecken) by Vinay Sajip · 20 years ago
- 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 20 years ago
- b980113 Fix errors in _synthesize because of missing basename attribute of by Georg Brandl · 20 years ago
- c252c59 Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 20 years ago
- 43d6e81 Fixed bug where the logging message was wrongly being demoted from Unicode to string (SF #1314107) by Vinay Sajip · 20 years ago
- d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
- cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 20 years ago
- 196f733 Fix pychecker warnings by Neal Norwitz · 20 years ago
- 389482c Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. by Kurt B. Kaiser · 20 years ago
- 0a13579 Tweak CodeContext.py docstrings, comments, and names. by Kurt B. Kaiser · 20 years ago
- e8f2443 Patch #754022: Greatly enhanced webbrowser.py. by Georg Brandl · 20 years ago
- 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 20 years ago
- 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 20 years ago
- 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 20 years ago
- 8b813db bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 20 years ago
- 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 20 years ago
- aa93517 patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding by Georg Brandl · 20 years ago
- 80ba8e8 bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 20 years ago
- dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 20 years ago
- 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 20 years ago
- 3a708df Changed license header: Now simply referring to PSF. This closes bug 1138653. by Peter Astrand · 20 years ago
- 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 20 years ago
- 19e11c8 MacOSX 10.4 apparently does not allow the creation time to be set to later by Jack Jansen · 20 years ago
- f879024 test and fix for buggy handling of exceptions raised by C functions, by Armin Rigo · 20 years ago
- f3f231f - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 20 years ago
- 3a703b6 Reverted revision 1.83, which introduced a bug and subtle incompatibility by Armin Rigo · 20 years ago
- f8948ca skip _locale test if OS X < 10.4 by Skip Montanaro · 20 years ago
- 4ed6738 Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 20 years ago
- 9e28107 Test case for latest complexobject fix. by Georg Brandl · 20 years ago
- 116f16e Added lock acquisition around handler removal from logger by Vinay Sajip · 20 years ago
- 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 20 years ago