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 |
2004-10-19 |
Fred Drake | Rely on the style sheet more for the distutils markup. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Fred Drake | made it clear that this isn't a complete reference to |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Andrew M. Kuchling | Bump version |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Brett Cannon | Clarify note about using %U and %W with strptime(). |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Brett Cannon | Fix comments. |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Brett Cannon | Add support for %U and %W to contribute to calculating... |
commit | commitdiff | tree | snapshot |
2004-10-18 |
Brett Cannon | Add sections for 2.4b2 |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Hye-Shik Chang | SF #1048865: Fix a trivial typo that breaks StreamReade... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Neal Norwitz | SF bug #1048756, Doc typo for pdb |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Fred Drake | some platforms still need offsetof() from structmember.h |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Raymond Hettinger | Fix and test weak referencing of itertools.tee objects. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Raymond Hettinger | Fix docstring formatting of escape sequences. |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Neal Norwitz | SF patch #1047577, typo in liblocale.tex |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Fredrik Lundh | SF Patch #1048341: subprocess documentation, based... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Neal Norwitz | Invalid patterns to substitute and safe_substitute... |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Neal Norwitz | Use proper value for False |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Neal Norwitz | Remove unnecessary imports |
commit | commitdiff | tree | snapshot |
2004-10-17 |
Fredrik Lundh | return codes are available on all platforms, not just... |
commit | commitdiff | tree | snapshot |
2004-10-16 |
Facundo Batista | SF Bug #1046800: Importing Tkinter correctly (thanks... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.4b1 |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Anthony Baxter | release shenanigans |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Marc-André... | Applied patch for [ 1047269 ] Buffer overwrite in PyUni... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Fredrik Lundh | make sure to check for this limit even if we're running... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Martin v. Löwis | Bump buildno for 2.4b1 |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Martin v. Löwis | Add _subprocess.c |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Martin v. Löwis | Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Raymond Hettinger | SF bug #1046855: httplib index out of range |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Michael W.... | Just remove the #include of signal.h. That it was... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Anthony Baxter | Patch 1046644 - improved distutils support for SWIG. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Fred Drake | bump the version number prior to release |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Tim Peters | remove_stderr_debug_decorations(): Always try the... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Neal Norwitz | Use C89 style comment for old compilers |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Neal Norwitz | Get test to pass on amd64 (opteron). This is pretty... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Tim Peters | SF bug 1046690: difflib.HtmlDiff doc errors. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Martin v. Löwis | Require minimally PyXML 0.8.4. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Martin v. Löwis | Synchronize with PyXML 1.79: |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Fredrik Lundh | Replace dynamic try/except with "if 0", to keep py2exe... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | Patch 983206: distutils obeys LDSHARED env var. Removed... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | Patch 977343, Solaris likes sys/loadavg.h. Added suppor... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | 969574 |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | Patch #975056 - fixes for restartable signals on *BSD... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Jim Fulton | Fixed a small bug. doctest didn't handle unicode docstr... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | oops. how did _that_ happen? |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | Backing out the basic dependency checking (from pycon... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Fredrik Lundh | Don't spend quite as much time looking for leaks on... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Fredrik Lundh | normalize case when comparing directory names (problem... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Fredrik Lundh | removed info@pythonware.com reference |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Martin v. Löwis | Add a comment explaining -kb. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | New helper remove_stderr_debug_decorations(). This... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | Kill several problems at once: test_poll() failed... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | test_stdout_none(): Don't print "banana" to the screen... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | Windows test_creationflags() test: print msg to stderr... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | Folded long lines. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | XXX about extreme expense of test_no_leaking() on Windo... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Experience with Zope2's tests showed it's a Bad Idea... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Wrap long lines. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Supply the _subprocess module under 7.1. I'm not sure... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Before this turns into an unreadable mess, follow PEP... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Johannes Gijsbers | Improvements when running pdb as a script. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Andrew M. Kuchling | Finish off PEP 324 section; fix Peter's last name |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Andrew M. Kuchling | Start section for PEP 324 |
commit | commitdiff | tree | snapshot |
next |