- 2742e7e Move comment to correct line. by Raymond Hettinger · 15 years ago
- 6118040 Merged revisions 72523,72950-72951,72994,73003,73033,73036-73040,73091-73093,73096,73179-73181,73192,73231,73244,73255-73256,73365 via svnmerge from by Benjamin Peterson · 15 years ago
- 87be88c Add example of how to do key lookups with bisect(). by Raymond Hettinger · 15 years ago
- 3bca523 use multi-with syntax by Benjamin Peterson · 15 years ago
- b266481 revert r73361 by Benjamin Peterson · 15 years ago
- e5fa5fe remove duplicate check by Benjamin Peterson · 15 years ago
- ff10818 pep8-fied cygwinccompiler module by Tarek Ziadé · 15 years ago
- 91290b5 Issue #5262: Improved fix. by Vinay Sajip · 15 years ago
- 83da034 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
- c7498f5 #6263 fixed syntax error in distutils.cygwinccompiler by Tarek Ziadé · 15 years ago
- 2d36afd removed the last string.split() call by Tarek Ziadé · 15 years ago
- 25d2bae Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles by Tarek Ziadé · 15 years ago
- d81333c Fix a typo spotted by Nick Coghlan. by Amaury Forgeot d'Arc · 15 years ago
- 7ca57aa Distutils: started code cleanup and test coverage for cygwinccompiler by Tarek Ziadé · 15 years ago
- 1672dc6 Fix signed/unsigned compiler warning. by Raymond Hettinger · 15 years ago
- 1917ad5 Issue 6256: Fix stacklevel in warning message. by Raymond Hettinger · 15 years ago
- d3a4d29 fix spelling by Benjamin Peterson · 15 years ago
- 5217c08 Missing import in test_curses, uncovered by some buildbots. by Amaury Forgeot d'Arc · 15 years ago
- d708c87 Both kind of types are concerned. by Amaury Forgeot d'Arc · 15 years ago
- 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
- 03dcc73 Avoid invoking the parser/compiler just to test the presence of a function. by Amaury Forgeot d'Arc · 15 years ago
- 6a098d2 update symbol.py from with statement changes by Benjamin Peterson · 15 years ago
- 6549246 explain why keyword names are not just NAME by Benjamin Peterson · 15 years ago
- 80ce61c make ast.c depend on the grammar by Benjamin Peterson · 15 years ago
- 9eeeee9 Restored a test that was erroneously removed. See issue 6198. by Eric Smith · 15 years ago
- ccb9d4b Issue 2947: document how return code handling translates from by R. David Murray · 15 years ago
- a5a5728 remove error checks already done in set_context() by Benjamin Peterson · 15 years ago
- 8ea4ded remove useless assertion by Benjamin Peterson · 15 years ago
- 450d561 This is a fix for Issue5809: you shouldn't specify both --enable-framework and by Ronald Oussoren · 15 years ago
- 8e63125 This checkin adds a symlink to the lib directory of a framework install by Ronald Oussoren · 15 years ago
- 0c6d166 Typo fix. by Georg Brandl · 15 years ago
- 2cc39ad #6238: add fillchar to string.just function family. by Georg Brandl · 15 years ago
- e590d57 #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). by Georg Brandl · 15 years ago
- 42a8264 Remove period from end of headings. by Georg Brandl · 15 years ago
- 64092a5 backport r73273 by Benjamin Peterson · 15 years ago
- b4347a2 remove has_key by Benjamin Peterson · 15 years ago
- 5c33d86 use booleans for flags by Benjamin Peterson · 15 years ago
- dea29d0 always inherit from an appropiate base class by Benjamin Peterson · 15 years ago
- bd9508a inherit from object by Benjamin Peterson · 15 years ago
- 1e44447 Add Ezio. by Georg Brandl · 15 years ago
- afefcfd http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago
- e021c9c backport r73268 by Benjamin Peterson · 15 years ago
- 18187e2 #6224: s/JPython/Jython/, and remove one link to a module nine years old. by Georg Brandl · 15 years ago
- e3b9b5e #6204: use a real reference instead of "see later". by Georg Brandl · 15 years ago
- 4c324b9 #6211: elaborate a bit on ways to call the function. by Georg Brandl · 15 years ago
- 9be5998 #6206: fix test__locale. by Georg Brandl · 15 years ago
- a663a37 only test for named pipe when os.stat doesn't raise #6209 by Benjamin Peterson · 15 years ago
- d53d085 Fix unittest discovery tests for Windows. Issue 6199 by Michael Foord · 15 years ago
- 3b5d5fb reverting r72823 : Python trunk has to use latin-1 encoding by Tarek Ziadé · 15 years ago
- 7c58b09 Removed tests so that test_float pass on Windows. See issue 6198. by Eric Smith · 15 years ago
- fbf63a7 Fix test__locale on windows (Backport of r72365) by Hirokazu Yamamoto · 15 years ago
- 4da2fa5 Add test for #3684. by Georg Brandl · 15 years ago
- e7dbebb Minor documentation fixes for logging. by Eric Smith · 15 years ago
- 5000b3b #6175: document that inet_aton supports alternate input formats with less than three dots. by Georg Brandl · 15 years ago
- 4a20b1a #6176: fix man page section for flock(2). by Georg Brandl · 15 years ago
- 3a5971c #5967: note that the C slicing APIs do not support negative indices. by Georg Brandl · 15 years ago
- 46121e7 Better name for "Ctor". by Georg Brandl · 15 years ago
- eb56aa1 #3584: ignore trailing newlines when placing the caret for a SyntaxError location. by Georg Brandl · 15 years ago
- e6632b4 #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. by Georg Brandl · 15 years ago
- e616c53 improved test coverage for distutils.command.install and cleaned it up by Tarek Ziadé · 15 years ago
- 064a381 use the offical api by Benjamin Peterson · 15 years ago
- 19e79f7 Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. by Georg Brandl · 15 years ago
- 0eca77c #6174: fix indentation in code example. by Georg Brandl · 15 years ago
- 96b79c8 Fix for line wrap ugly. by Josiah Carlson · 15 years ago
- a810bc7 This fixes bug 5798 on OS X. by Josiah Carlson · 15 years ago
- 8df921b assertion message was dropped by Tarek Ziadé · 15 years ago
- fe327b9 more cleanup and test coverage for distutils.extension by Tarek Ziadé · 15 years ago
- c670997 added some tests for distutils.extension + code cleanup by Tarek Ziadé · 15 years ago
- c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 15 years ago
- dad7b7b Restore default testRunner argument in unittest.main to None. Issue 6177 by Michael Foord · 15 years ago
- abb4ec6 improved distutils.spawn test coverage + cleaned it up by Tarek Ziadé · 15 years ago
- 36c3928 http://bugs.python.org/issue6117 by Kristján Valur Jónsson · 15 years ago
- d57b554 Typo in socket.py. Thanks Pablo Torres Navarrete. by Mark Dickinson · 15 years ago
- 61e7fbf Fixes issue6169: it was possible for two ipaddr network addresses to compare by Gregory P. Smith · 15 years ago
- 25de0dd Fix compilation error with gcc 4.3.2 by Antoine Pitrou · 15 years ago
- c01cbc4 improved distutils.dist test coverage, pep-8 compliancy by Tarek Ziadé · 15 years ago
- b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 15 years ago
- 09daad9 Sync up __version__ number with the version of the ipaddr-py project this by Gregory P. Smith · 15 years ago
- ea598b6 Issue #6158: package Sine-1000Hz-300ms.aif. by Martin v. Löwis · 15 years ago
- 764fbcb The class for regexes isn't called RegexObject any more; correct the text by Andrew M. Kuchling · 15 years ago
- 1c6787f Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure). by Guilherme Polo · 15 years ago
- 8fcaebb Issue 3848: document the fact that epoll register raises an IOError if by R. David Murray · 15 years ago
- d11f7fc Uninitialized file type would lead to __exit__ lookup failure when site.py by Antoine Pitrou · 15 years ago
- eb88cb8 __enter__ and __exit__ must be on the class by Benjamin Peterson · 15 years ago
- 382ccdf remove function import by Benjamin Peterson · 15 years ago
- 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 15 years ago
- d198b76 Fix markup. by Georg Brandl · 15 years ago
- d7ead0c fix signature by Benjamin Peterson · 15 years ago
- a3e8f30 Update ACKS by Antoine Pitrou · 15 years ago
- 4528bcd The test for #5330 wasn't correct. by Antoine Pitrou · 15 years ago
- 46dbe27 Issue #5330: C functions called with keyword arguments were not reported by by Antoine Pitrou · 15 years ago
- 2152ca3 Add more examples to the ipaddr documentation. by Gregory P. Smith · 15 years ago
- 2fcd173 Rewrap a few long lines. by Georg Brandl · 15 years ago
- 6da0e6a Fix markup problem. by Georg Brandl · 15 years ago
- 6a46898 Fix some more small markup problems. by Georg Brandl · 15 years ago
- 7be493a Use preferred form of raising exceptions. by Georg Brandl · 15 years ago
- ccbb47b #6146: fix markup bug. by Georg Brandl · 15 years ago
- ecf3c62 no fdatasync on macos by Benjamin Peterson · 15 years ago
- 4650892 add with statements by Benjamin Peterson · 15 years ago
- b09f198 Move the basic examples section back to the beginning. by Raymond Hettinger · 15 years ago