2004-11-05 |
Raymond Hettinger | SF patch #1035255: Remove CoreServices / CoreFoundation... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Fred Drake | - remove some bogus <meta> tags from the document head |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Fred Drake | generate the "type" attribute on the favicon link |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Fred Drake | switch remaining icon references to the PNG icons |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Fred Drake | add encouragement to contribute without learning LaTeX |
commit | commitdiff | tree | snapshot |
2004-11-05 |
Fred Drake | - make the default image type PNG, to match mkhowto |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Tim Peters | Point out some platform vagaries in stat() and utime(). |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Armin Rigo | Mistakes in the "sequence types" page: |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Fred Drake | markup nit |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Anthony Baxter | post-release |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Skip Montanaro | Fix bug 1052242. Also includes rewrite of test case... |
commit | commitdiff | tree | snapshot |
2004-11-04 |
Fred Drake | fix markup in "title" attribute for \citetitle{} |
commit | commitdiff | tree | snapshot |
2004-11-03 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.4b2 |
commit | commitdiff | tree | snapshot |
2004-11-03 |
Anthony Baxter | release shenanigans |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Martin v. Löwis | Exclude badsyntax from compileall; adjust options to... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Martin v. Löwis | Bump buildno for 2.4b2. |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Fred Drake | fix accidental commit |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Fred Drake | clarify discussion of iteration in the section on the... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Fred Drake | clarify discussion of iteration in the section on the... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Fred Drake | clarify trailing comma in function argument list |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Fred Drake | - show how to use file.write() with a non-string value |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Anthony Baxter | release bit |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Raymond Hettinger | Maintain peepholer's cumlc invariant by updating the... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Raymond Hettinger | Bump-up block size. |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Raymond Hettinger | * Bumped up the sleep() delay to four seconds so this... |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Walter Dörwald | Add error checks for the bz2, cStringIO and operator... |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Tim Peters | gc_list_move(): Make this truly equivalent to remove... |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Raymond Hettinger | Simplify and future proof NOP counting in the peepholer. |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Hye-Shik Chang | Bug #1057993: Use sleep() always instead of os.utime... |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Barry Warsaw | SF bug #1030118, this should have named the email.Utils... |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Barry Warsaw | SF patch #1056967, changes the semantics of Template... |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Tim Peters | test_on_error(): Rewrite so it works on WinXP too... |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Tim Peters | gc list function cleanup. |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Tim Peters | handle_weakrefs(): Simplification -- there's no need... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Johannes Gijsbers | Bug #1057535: add link in time module to calendar.timegm(). |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Johannes Gijsbers | Bug #1048941: shutil.rmtree error handling was always... |
commit | commitdiff | tree | snapshot |
2004-10-31 |
Raymond Hettinger | SF patch #1056231: typo in comment (unicodeobject.h) |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Tim Peters | SF 1055820: weakref callback vs gc vs threads |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Armin Rigo | Fixed a comment and added another one. |
commit | commitdiff | tree | snapshot |
2004-10-30 |
Raymond Hettinger | Adopt some peepholer suggestions from Armin Rigo: |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Fred Drake | add xml:id attributes wherever we generate the IDs... |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Fred Drake | style consistency: |
commit | commitdiff | tree | snapshot |
2004-10-29 |
Vinay Sajip | Added network logging example |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Armin Rigo | Wrote down the invariants of some common objects whose... |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Walter Dörwald | Trigger a few error cases in Modules/_codecsmodule.c. |
commit | commitdiff | tree | snapshot |
2004-10-28 |
Brett Cannon | Fix bug of implementation of algorithm for calculating... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Mark Hammond | Fix [1055540 ] bdist_wininst broken for pure Python... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Raymond Hettinger | SF patch #1053375. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Hye-Shik Chang | Add a comment explains why we should modify mtime here. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Tim Peters | Removed newly redundant embedded import. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Tim Peters | Paper over bug 1054615 by passing sane values to os... |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Greg Ward | Update optparse module and test suite to Optik 1.5a2. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Facundo Batista | Very few little improvements. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Tim Peters | In paragraph 1, changed |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Just van Rossum | - Added tests for the string load/dump function. |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Just van Rossum | Made <data> output match Apple's exactly. To do that... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Just van Rossum | also escape '>', to closer match Apple's plist output |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Hye-Shik Chang | Patch #1044395: Allow configure option --enable-shared... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Hye-Shik Chang | SF #737473: Show up-to-date source code in tracebacks... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Raymond Hettinger | SF bug #1053819: Segfault in tuple_of_constants |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Just van Rossum | Deprecating Dict class; going through a few hoops to... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Just van Rossum | - Removed Date class. We don't really need it for b... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Just van Rossum | - added two more convenience functions: readPlistFromSt... |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Raymond Hettinger | SF 1053956: help() not in tutorial index |
commit | commitdiff | tree | snapshot |
2004-10-26 |
Raymond Hettinger | SF bug #1054139: serious string hashing error in 2.4b1 |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Fred Drake | add missing line break |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Just van Rossum | Updated doc strings. |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Just van Rossum | Deprecate Plist class |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Just van Rossum | Removed superfluous **kwargs constructor cruft: this... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Fred Drake | - improve the explanation of the -*- coding: ... -... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Just van Rossum | Patch from Bob Ippolito, slighly edited: |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Tim Peters | format_paragraph_event(): Patch 961387 introduced... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Raymond Hettinger | SF bug #1052503: pdb runcall should accept keyword... |
commit | commitdiff | tree | snapshot |
2004-10-24 |
Raymond Hettinger | SF bug #1048870: call arg of lambda not updating |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Tim Peters | Converted some stinking hard tabs. Left the fragrant... |
commit | commitdiff | tree | snapshot |
2004-10-23 |
Tim Peters | Move to version 2 of the PSF license, approved by the... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Vinay Sajip | Added example of multiple destinations |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Brett Cannon | Fix minor reST error in Misc/NEWS. |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Sean Reifschneider | Latest version for beta 1. |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Vinay Sajip | Fixed bug in handling of args in LogRecord.__init__. |
commit | commitdiff | tree | snapshot |
2004-10-21 |
Peter Astrand | Removed test_close_fds, because it's too unreliable... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Andrew M. Kuchling | [Patch #1043972, for bug #1017553] filemode() returns... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Andrew M. Kuchling | Add test case for bug #1017553 |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Fred Drake | when only using half of the return value of os.path... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Vinay Sajip | Changed handling of args in LogRecord.__init__. |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Raymond Hettinger | SF bug #902037: relative on-disk SYSTEM id handling... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Raymond Hettinger | SF bug #902037: relative on-disk SYSTEM id handling... |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Raymond Hettinger | SF patch #1038388: __main__ for whichdb.py |
commit | commitdiff | tree | snapshot |
2004-10-20 |
Raymond Hettinger | SF bug #1048728: Bug fixes and cleanup for decimal.py |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Andrew M. Kuchling | Delete empty sections in beta1 news |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Andrew M. Kuchling | Remove the current version of zlib (we'll just have... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Andrew M. Kuchling | Typo fixes, and a minor edit to clarify a sentence |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Andrew M. Kuchling | Display helpful message; print repr() of return value... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Andrew M. Kuchling | [Bug #1048816] Fix bug when you do Ctrl-K at the start... |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Andrew M. Kuchling | Make magic coordinates more readable |
commit | commitdiff | tree | snapshot |
2004-10-19 |
Andrew M. Kuchling | [Bug #1049826] Update version of zlib referenced in... |
commit | commitdiff | tree | snapshot |
next |