- 007a382 Bug #1490688: properly document %e, %f, %g format subtleties. by Georg Brandl · 19 years ago
- 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 19 years ago
- b678ce5 Little cleanup by Neal Norwitz · 19 years ago
- fad6559 Fix test_locale for platforms without a default thousands separator. by Georg Brandl · 19 years ago
- bbab671 Remove unused import. by Georg Brandl · 19 years ago
- e4751e3 Amendments to patch #1484695. by Georg Brandl · 19 years ago
- fd4c419 Whitespace normalization. by Tim Peters · 19 years ago
- b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 19 years ago
- 9d6da3e Delay-import some large modules to speed up urllib2 import. (fixes #1484793). by Georg Brandl · 19 years ago
- e3a2583 Patch #1486962: Several bugs in the turtle Tk demo module were fixed by Georg Brandl · 19 years ago
- feb0a3b Add global debug flag to cookielib to avoid heavy dependency on the logging module. by Georg Brandl · 19 years ago
- 378d592 Patch #1490224: set time.altzone correctly on Cygwin. by Georg Brandl · 19 years ago
- 9e5b5e4 Fix typo in os.utime docstring (patch #1490189) by Georg Brandl · 19 years ago
- d419a93 Apply patch #1489784 from Michael Foord. by Georg Brandl · 19 years ago
- c01b6ae Remove misleading comment about type-class unification. by Georg Brandl · 19 years ago
- 402cc24 PyZlib_copy(), PyZlib_uncopy(): Repair leaks on the normal-case path. by Tim Peters · 19 years ago
- 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 19 years ago
- cbd7b75 Whitespace normalization. by Tim Peters · 19 years ago
- 0c8d7b0 Document ImportWarning by George Yoshida · 19 years ago
- 2f6ce53 Mention that Exception is now a subclass of BaseException. by George Yoshida · 19 years ago
- 259d7d6 Update for 'ImportWarning' by George Yoshida · 19 years ago
- c0a0dec PEP 243 has been withdrawn, so don't refer to it any more. by Andrew M. Kuchling · 19 years ago
- d779b35 Add item by Andrew M. Kuchling · 19 years ago
- 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 19 years ago
- 5f5d99c - Test for sys/statvfs.h before including it, as statvfs is present by Martin v. Löwis · 19 years ago
- 4ccc0b7 test_directory(): Remove the leftover temp directory that's making by Tim Peters · 19 years ago
- 12087ba ReadDetectFileobjTest: repair Windows disasters by opening by Tim Peters · 19 years ago
- 49c8f4c [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) by Georg Brandl · 19 years ago
- 2a0ad4d Remove bogus DECREF of self. by Martin v. Löwis · 19 years ago
- 1004a53 Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport by Neal Norwitz · 19 years ago
- 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 19 years ago
- 7a5fc28 Move items implemented after a2 into the new a3 section by Neal Norwitz · 19 years ago
- e3edaea Fix memory leak. by Martin v. Löwis · 19 years ago
- 1003448 I missed one small detail in my rewrite of the osx build files: the path by Ronald Oussoren · 19 years ago
- ff8c022 A first cut at replacing the icons on MacOS X. This replaces all icons by icons by Ronald Oussoren · 19 years ago
- 836b039 Rework the build system for osx applications: by Ronald Oussoren · 19 years ago
- 375f06b Remove lie in new comment. by Tim Peters · 19 years ago
- e6d9506 Typo repair. by Tim Peters · 19 years ago
- 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 19 years ago
- 822f34a Revert 43315: Printing of %zd must be signed. by Martin v. Löwis · 19 years ago
- 90df06e Add \exception markup by George Yoshida · 19 years ago
- 2b161d9 Integrated the rest of the pysqlite reference manual into the Python by Gerhard Häring · 19 years ago
- 0e10cb0 add svn:eol-style native svn:keywords Id by Thomas Heller · 19 years ago
- abc3ed7 set svn properties by Thomas Heller · 19 years ago
- e43a0fc Add missing svn properties. by Thomas Heller · 19 years ago
- 8f505ae Duplicated description about the illegal continue usage can be found in nearly the same place. by George Yoshida · 19 years ago
- 77c176d Fix alignment error on Itanium. by Martin v. Löwis · 19 years ago
- 159a116 At first there were 6 steps, but one was removed after that. by George Yoshida · 19 years ago
- 1319bb1 Move icon files into DLLs dir. Fixes #1477968. by Martin v. Löwis · 19 years ago
- 682b1bb Dynamically allocate path name buffer for Unicode by Martin v. Löwis · 19 years ago
- b06d28c SF patch #1473132: Improve docs for tp_clear and tp_traverse, by Collin Winter. by Tim Peters · 19 years ago
- 1fb9f52 Typo fix. by Georg Brandl · 19 years ago
- 0ebf27a BaseThreadedTestCase.setup(): stop special-casing WindowsError. by Tim Peters · 19 years ago
- 7cadf59 typo fix by Andrew M. Kuchling · 19 years ago
- 4917c34 Grammar fix by George Yoshida · 19 years ago
- 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 19 years ago
- 38e3b7d Don't mask a no memory error with a less meaningful one as discussed on python-checkins by Neal Norwitz · 19 years ago
- 09d1236 Detect if %zd is supported by printf() during configure and sets by Brett Cannon · 19 years ago
- dd0c312 Fix two small errors in argument lists. by Georg Brandl · 19 years ago
- 356af46 Clarify description of exception handling by Andrew M. Kuchling · 19 years ago
- 1956480 Patch #721464: pdb.Pdb instances can now be given explicit stdin and by Georg Brandl · 19 years ago
- 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 19 years ago
- f8d9a97 Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 19 years ago
- b158255 Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes. by Georg Brandl · 19 years ago
- e7d9539 Bug #1482988: indicate more prominently that the Stats class is in the pstats module. by Georg Brandl · 19 years ago
- 147f121 Ignore reflog.txt, too. by Thomas Wouters · 19 years ago
- c6a989a Fix problems found by Coverity. by Neal Norwitz · 19 years ago
- ad2ef33 Variant of patch #1478292. doctest.register_optionflag(name) by Tim Peters · 19 years ago
- 40f55b2 Disable a test that is unreliable. by Thomas Heller · 19 years ago
- b255069 Micro optimization. In the first case, we know that frame->f_exc_type by Neal Norwitz · 19 years ago
- e854e76 Patch #1478993: take advantage of BaseException/Exception split in cookielib by Georg Brandl · 19 years ago
- b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 19 years ago
- a166a91 Add test for rev. 45934. by Georg Brandl · 19 years ago
- 9f485bc Add missing PyMem_Free. by Martin v. Löwis · 19 years ago
- e58334a Patch #1483395: add new TLDs to cookielib by Georg Brandl · 19 years ago
- 0901965 Minor language edit by Andrew M. Kuchling · 19 years ago
- fb10858 [Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. Lee by Andrew M. Kuchling · 19 years ago
- e93abb7 Handle ERROR_ALREADY_EXISTS. by Martin v. Löwis · 19 years ago
- d4e3bb3 Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. by Martin v. Löwis · 19 years ago
- ce5933f Use \versionchanged for the feature change by George Yoshida · 19 years ago
- d3d8ecd describe optional arguments for DocFileSuite by George Yoshida · 19 years ago
- 9b83fc6 Clean up. by Thomas Heller · 19 years ago
- 97a7b7f oops - the function is exported as 'my_free', not 'free'. by Thomas Heller · 19 years ago
- 748f6fb Fix memory leaks in the ctypes test suite, reported by valgrind, by by Thomas Heller · 19 years ago
- 21a929f Export the 'free' standard C function for use in the test suite. by Thomas Heller · 19 years ago
- 08041d5 Update checks to consider Windows error numbers. by Martin v. Löwis · 19 years ago
- 4fc2bda Drop now-unnecessary arguments to posix_2str. by Martin v. Löwis · 19 years ago
- 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 19 years ago
- 7773671 Patch #1475845: Raise IndentationError for unexpected indent. by Martin v. Löwis · 19 years ago
- 61d168a Bug #1481530: allow "from os.path import ..." with imputil by Georg Brandl · 19 years ago
- 14f3da7 Don't fail the tests when libglut.so or libgle.so cannot be loaded. by Thomas Heller · 19 years ago
- 1bb6230 Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package. by Georg Brandl · 19 years ago
- 23d9d45 Bug #1472191: convert breakpoint indices to ints before comparing them to ints by Georg Brandl · 19 years ago
- a2ac2ef RFE #1472176: In httplib, don't encode the netloc and hostname with "idna" if not necessary. by Georg Brandl · 19 years ago
- 7377ad2 Add seamonkey to list of Windows browsers too. by Georg Brandl · 19 years ago
- d8accb3 Get rid of a couple more context object references, fix some markup and clarify what happens when a generator context function swallows an exception. by Nick Coghlan · 19 years ago
- afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 19 years ago
- 1b06a1d Move network tests from test_urllib2 to test_urllib2net. by Georg Brandl · 19 years ago
- 852bb00 Patch #1480067: don't redirect HTTP digest auth in urllib2 by Georg Brandl · 19 years ago
- a3a1329 Correct some formulations, fix XXX comments. by Martin v. Löwis · 19 years ago