- cebbefc Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects. by Richard Jones · 19 years ago
- 69c3476 An improved script for building the binary distribution on MacOSX. by Ronald Oussoren · 19 years ago
- 3e134a5 Use 'speed' instead of 'performance', because I agree with the argument by Andrew M. Kuchling · 19 years ago
- 1cdace4 Mention string improvements by Andrew M. Kuchling · 19 years ago
- c602723 Add some items; mention the sprint by Andrew M. Kuchling · 19 years ago
- b02daf7 Patch #1488098. by Ronald Oussoren · 19 years ago
- 58f8eba Disable linking extensions with -lpython2.5 for darwin. This should fix bug by Ronald Oussoren · 19 years ago
- 658d513 PyErr_NewException now accepts a tuple of base classes as its "base" parameter. by Georg Brandl · 19 years ago
- da89b99 Avoid creating a mess when installing a framework for the second time. by Ronald Oussoren · 19 years ago
- 7c88dcc Merge from rjones-funccall branch. by Richard Jones · 19 years ago
- 833bf94 needforspeed: fixed unicode "in" operator to use same implementation by Fredrik Lundh · 19 years ago
- 3d885e0 needforspeed: check first *and* last character before doing a full memcmp by Fredrik Lundh · 19 years ago
- 1bacc64 unicode_repeat(): Change type of local to Py_ssize_t, by Tim Peters · 19 years ago
- 286085c PyUnicode_Join(): Recent code changes introduced new by Tim Peters · 19 years ago
- 8a8e05a needforspeed: use memcpy for "long" strings; use a better algorithm by Fredrik Lundh · 19 years ago
- f1d60a5 needforspeed: speed up unicode repeat, unicode string copy by Fredrik Lundh · 19 years ago
- d82c310 Apply revised patch for GzipFile.readline performance #1281707 by Bob Ippolito · 19 years ago
- 763b50f docstring tweaks: count counts non-overlapping substrings, not by Fredrik Lundh · 19 years ago
- b975973 Revert gzip readline performance patch #1281707 until a more generic performance improvement can be found by Bob Ippolito · 19 years ago
- d72aab5 GzipFile.readline performance improvement (~30-40%), patch #1281707 by Bob Ippolito · 19 years ago
- 31a4262 Define SIZEOF_{DOUBLE,FLOAT} on Windows. Else by Tim Peters · 19 years ago
- a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 19 years ago
- f90347f Patch 1490384: New Icons for the PC build. by Martin v. Löwis · 19 years ago
- 00f6e19 Apply patch #1492255 from Mike Foord. by George Yoshida · 19 years ago
- c120a6d Fix the TeX compile error. by George Yoshida · 19 years ago
- 1e9f574 Minor edits by Andrew M. Kuchling · 19 years ago
- b688b6c Apply patch #1492147 from Mike Foord. by George Yoshida · 19 years ago
- 5c6a5ec - Add 'as' and 'with' as new keywords in 2.5. by George Yoshida · 19 years ago
- 6fffa5e - markup fix - add clarifying words by George Yoshida · 19 years ago
- 306b1f3 Fix bug #1000914 (again). by Ronald Oussoren · 19 years ago
- 8a299d2 Whitespace normalization. by Tim Peters · 19 years ago
- bf91f78 * Change working directory to the users home by Ronald Oussoren · 19 years ago
- 4eafe9e Oops, I forgot to include this file in the last commit (46046): by Neal Norwitz · 19 years ago
- 58e2888 Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. by Neal Norwitz · 19 years ago
- 5ef9224 Fix #1474677, non-keyword argument following keyword. by Neal Norwitz · 19 years ago
- 02104df Fix #132 from Coverity, retval could have been derefed by Neal Norwitz · 19 years ago
- e04fe8c Typo fix; add clarifying word by Andrew M. Kuchling · 19 years ago
- 3e3cb79 Fix some minor issues with the generated application bundles on MacOSX by Ronald Oussoren · 19 years ago
- 9e9c252 Changed status from "beta" to "production"; since logging has been part of the stdlib since 2.3, it should be safe to make this assertion ;-) by Vinay Sajip · 19 years ago
- 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