2006-05-22 |
Bob Ippolito | Revert gzip readline performance patch #1281707 until... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Bob Ippolito | GzipFile.readline performance improvement (~30-40%... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Tim Peters | Define SIZEOF_{DOUBLE,FLOAT} on Windows. Else |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Martin v. Löwis | Patch #1492356: Port to Windows CE (patch set 1). |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Martin v. Löwis | Patch 1490384: New Icons for the PC build. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
George Yoshida | Apply patch #1492255 from Mike Foord. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
George Yoshida | Fix the TeX compile error. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Andrew M. Kuchling | Minor edits |
commit | commitdiff | tree | snapshot |
2006-05-20 |
George Yoshida | Apply patch #1492147 from Mike Foord. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
George Yoshida | - Add 'as' and 'with' as new keywords in 2.5. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
George Yoshida | - markup fix |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ronald Oussoren | Fix bug #1000914 (again). |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Ronald Oussoren | * Change working directory to the users home |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Neal Norwitz | Oops, I forgot to include this file in the last commit... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Neal Norwitz | Bug/Patch #1481770: Use .so extension for shared librar... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Neal Norwitz | Fix #1474677, non-keyword argument following keyword. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Neal Norwitz | Fix #132 from Coverity, retval could have been derefed |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Andrew M. Kuchling | Typo fix; add clarifying word |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Ronald Oussoren | Fix some minor issues with the generated application... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Vinay Sajip | Changed status from "beta" to "production"; since loggi... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Georg Brandl | Bug #1490688: properly document %e, %f, %g format subtl... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Georg Brandl | Bug #1462152: file() now checks more thoroughly for... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Neal Norwitz | Little cleanup |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Georg Brandl | Fix test_locale for platforms without a default thousan... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Georg Brandl | Remove unused import. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Georg Brandl | Amendments to patch #1484695. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Georg Brandl | Patch #1180296: improve locale string formatting functions |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Georg Brandl | Delay-import some large modules to speed up urllib2... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Georg Brandl | Patch #1486962: Several bugs in the turtle Tk demo... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Georg Brandl | Add global debug flag to cookielib to avoid heavy depen... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Georg Brandl | Patch #1490224: set time.altzone correctly on Cygwin. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Georg Brandl | Fix typo in os.utime docstring (patch #1490189) |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Georg Brandl | Apply patch #1489784 from Michael Foord. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Georg Brandl | Remove misleading comment about type-class unification. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Tim Peters | PyZlib_copy(), PyZlib_uncopy(): Repair leaks on the... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Tim Peters | Text files missing the SVN eol-style property. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
George Yoshida | Document ImportWarning |
commit | commitdiff | tree | snapshot |
2006-05-16 |
George Yoshida | Mention that Exception is now a subclass of BaseException. |
commit | commitdiff | tree | snapshot |
2006-05-16 |
George Yoshida | Update for 'ImportWarning' |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Andrew M. Kuchling | PEP 243 has been withdrawn, so don't refer to it any... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Georg Brandl | Patch #1435422: zlib's compress and decompress objects... |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Martin v. Löwis | - Test for sys/statvfs.h before including it, as statvf... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Tim Peters | test_directory(): Remove the leftover temp directory... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Tim Peters | ReadDetectFileobjTest: repair Windows disasters by... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Georg Brandl | [ 1488881 ] tarfile.py: support for file-objects and... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Martin v. Löwis | Remove bogus DECREF of self. |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Neal Norwitz | Patch #1488312, Fix memory alignment problem on SPARC... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Neal Norwitz | - Bug #1487966: Fix SystemError with conditional expres... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Neal Norwitz | Move items implemented after a2 into the new a3 section |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Martin v. Löwis | Fix memory leak. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Ronald Oussoren | I missed one small detail in my rewrite of the osx... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Ronald Oussoren | A first cut at replacing the icons on MacOS X. This... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Ronald Oussoren | Rework the build system for osx applications: |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Tim Peters | Remove lie in new comment. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Tim Peters | Teach PyString_FromFormat, PyErr_Format, and PyString_F... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Martin v. Löwis | Revert 43315: Printing of %zd must be signed. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
George Yoshida | Add \exception markup |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Gerhard Häring | Integrated the rest of the pysqlite reference manual... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Thomas Heller | add svn:eol-style native svn:keywords Id |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Thomas Heller | set svn properties |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Thomas Heller | Add missing svn properties. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
George Yoshida | Duplicated description about the illegal continue usage... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Martin v. Löwis | Fix alignment error on Itanium. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
George Yoshida | At first there were 6 steps, but one was removed after... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Martin v. Löwis | Move icon files into DLLs dir. Fixes #1477968. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Martin v. Löwis | Dynamically allocate path name buffer for Unicode |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Tim Peters | SF patch #1473132: Improve docs for tp_clear and tp_tr... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Tim Peters | BaseThreadedTestCase.setup(): stop special-casing... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Andrew M. Kuchling | typo fix |
commit | commitdiff | tree | snapshot |
2006-05-11 |
George Yoshida | Grammar fix |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Martin v. Löwis | Change WindowsError to carry the Win32 error code in... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Neal Norwitz | Don't mask a no memory error with a less meaningful... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Brett Cannon | Detect if %zd is supported by printf() during configure... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Georg Brandl | Fix two small errors in argument lists. |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Andrew M. Kuchling | Clarify description of exception handling |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Georg Brandl | Patch #721464: pdb.Pdb instances can now be given expli... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Georg Brandl | Patch #1484695: Update the tarfile module to version... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Georg Brandl | Bug #1484978: curses.panel: clarify that Panel objects... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Georg Brandl | Bug #1485447: subprocess: document that the "cwd" param... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Georg Brandl | Bug #1482988: indicate more prominently that the Stats... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Thomas Wouters | Ignore reflog.txt, too. |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Neal Norwitz | Fix problems found by Coverity. |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Tim Peters | Variant of patch #1478292. doctest.register_optionflag... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Thomas Heller | Disable a test that is unreliable. |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Neal Norwitz | Micro optimization. In the first case, we know that... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Georg Brandl | Patch #1478993: take advantage of BaseException/Excepti... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Georg Brandl | Patch #1479302: Make urllib2 digest auth and basic... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Georg Brandl | Add test for rev. 45934. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Martin v. Löwis | Add missing PyMem_Free. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Georg Brandl | Patch #1483395: add new TLDs to cookielib |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Andrew M. Kuchling | Minor language edit |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Andrew M. Kuchling | [Patch #1479977] Revised version of urllib2 HOWTO,... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Martin v. Löwis | Handle ERROR_ALREADY_EXISTS. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Martin v. Löwis | Port access, chmod, parts of getcwdu, mkdir, and utime... |
commit | commitdiff | tree | snapshot |
next |