2003-06-27 |
Skip Montanaro | (HTML|Text)Repr.repr1: Guard against objects whos types... |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Michael W.... | Jacob Hallen cornered me here at EuroPython and got... |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Raymond Hettinger | SF bug #761337: datetime.strftime fails on trivial... |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Raymond Hettinger | * Markup nits for the Invoking Descriptors section |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Jeremy Hylton | Don't call constructor() from pickle(). |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Raymond Hettinger | SF patch #760792: "wo" in "word" now valid but not... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Raymond Hettinger | Portion of SF patch #761104. Fixes a minor docstring... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Raymond Hettinger | * Fixed an unmatched parenthesis early in the text. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Jeremy Hylton | Enable tracing of multi-threaded applications. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Gustavo Niemeyer | Fixing bug described in patch #756032, where SRE reads... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Fred Drake | markup consistency nits |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Fred Drake | remove _ from label: LaTeX rejects this due to all... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Raymond Hettinger | Removed useless intra-section references which jump... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Raymond Hettinger | SF bug #696777: How to make a class iterable using... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Raymond Hettinger | * Document how descriptors are invoked. |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Raymond Hettinger | SF bug #757822: Additional index items, other minor... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Walter Dörwald | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Raymond Hettinger | SF bug #759889: Pickling of Random is broken |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Barry Warsaw | _make_boundary(): A minor optimization suggested by... |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Greg Stein | Deal with a couple XXX comments which asked questions. |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Raymond Hettinger | SF patch #736962. Converted test_compile to unittest... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Martin v. Löwis | Idlefork patch #682347: convert Unicode strings from... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Tim Peters | 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Jack Jansen | Give compileall a -d option so it works correctly in... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Jeremy Hylton | Better error message |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Just van Rossum | some old changes to this unused module |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Just van Rossum | changed 8-space indentation to 4 |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Martin v. Löwis | Patch #640236: Better eplain unused data. |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Martin v. Löwis | Patch #755087: Deal with emptied dumbdbm files correctly. |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Martin v. Löwis | Patch #755683: Document that there might be a maximum... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Martin v. Löwis | Set -d in compileall, to get proper path in case DESTDI... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Jack Jansen | Added a field that allows the user to set sys.argv... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Barry Warsaw | Add some documentation which describes how to use the... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Just van Rossum | - do the right thing with symlinks inside directories... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Jack Jansen | Cop out, and set things to be group-writeable recursive... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Just van Rossum | make sure paths to dirs don't end in a / |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Just van Rossum | Reworked --strip option: it will now look at _any_... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Jack Jansen | Set the executable bits when installing the shared... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Just van Rossum | register the library inside Python.framework as eligabl... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Just van Rossum | Add initial standalone support for Python.framework |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Raymond Hettinger | Added regression test for SF #757818 |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Neal Norwitz | SF #757229, fix libsocket.tex typo |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Raymond Hettinger | Removed bytecode transformation for sequence packing... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Jack Jansen | Updated. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Jack Jansen | At startup, test that PythonLauncher is the default... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Jack Jansen | Installation of PythonLauncher has been failing silentl... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Fred Drake | Remove heading from orphan section. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Fred Drake | Update link to Python book information. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Skip Montanaro | minor __doc__ string tweakage |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Gustavo Niemeyer | Many new tests, based on gcov's coverage information. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Jack Jansen | Install Demo and Tools too. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Jack Jansen | MacPython-2.3 has progressed so far that building a... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Jack Jansen | Added a target frameworkinstallextras (OSX framework... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Jack Jansen | dded notes on reporting bugs and becoming an active... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Skip Montanaro | Avoid using 'dir' as a variable name and use os.path... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Walter Dörwald | Make the comment prefix 7 character long, so the lines... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Walter Dörwald | Use find() instead of looping over the string in expand... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Tim Peters | randrange(): Repaired my overly optimistic rewrite... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Tim Peters | randrange(): 2.3 can no longer raises OverflowError... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Jack Jansen | - Added a "community" section. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Jack Jansen | - Create TMPDIR only if it doesn't exist yet |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Raymond Hettinger | Minor updates: |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Fred Drake | Include "instances of most classes" in a warning about... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Walter Dörwald | Port test_complex.py to unittest. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Jack Jansen | Give default _elemdict and _propdict attributes to... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Jack Jansen | An indenting error in the code made it miss some suites... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Walter Dörwald | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Raymond Hettinger | SF patch #751038 fixing SF bug#750092: exec doesn't... |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Raymond Hettinger | SF bug #753451: classmethod abuse --> SystemError |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Greg Ward | Remove debug print on filename with NUL byte. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Greg Ward | SF patch #755987 (Jim Ahlstrom): |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Raymond Hettinger | Add missing DECREF. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Brett Cannon | Change all header strings to be as if they were capital... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Walter Dörwald | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Walter Dörwald | Use _PyEval_SliceIndex to handle list.index() calls... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Ken Manheimer | Remove short-circuitying grubbing by using last grubbed... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Raymond Hettinger | Fix docstring |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Walter Dörwald | Updated documentation for the new slice arguments for... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Walter Dörwald | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Jack Jansen | Make sure the files in the installer have group "admin... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Guido van Rossum | Fix sloppy index() implementation: |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Walter Dörwald | Modernize Lib/posixpath.py: Use startswith(), endswith... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Skip Montanaro | SF Patch 569574 - enhancements to cgitb for plain text... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Raymond Hettinger | SF #754014: list.index() should accept optional start... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Raymond Hettinger | test_posixpath.py now uses unittest. The output file... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Neal Norwitz | Convert some repetitive code into a loop |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Neal Norwitz | Fix some markup nits |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Tim Peters | SF bug 751956: graminit.[ch] don't build on windows |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Neal Norwitz | Add test for bug #751998. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Brett Cannon | Complete rewrite of tests by Walter Dorwald as unittest... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Neil Schemenauer | Don't use the module object setattr when importing... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Jeremy Hylton | Add item about new threading module functions. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Jeremy Hylton | Remove many blanket try/except clauses. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Kurt B. Kaiser | Correct function name. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Kurt B. Kaiser | Add ':' after IDLE version, fix spacing on a couple... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Jack Jansen | Allow passing a build directory on the command line... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Jack Jansen | Only fix up pathnames in installed scripts when needed... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Jack Jansen | Added a note about FSRef tests failing on MacOS 8.6. |
commit | commitdiff | tree | snapshot |
next |