2002-06-07 |
Greg Ward | Conform to the bloody coding standards: "def foo()... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Greg Ward | Convert _fix_sentence_endings() to use a regex, and... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Greg Ward | Add fix_sentence_endings option to control whether... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Greg Ward | Initial revision. Currently biased towards English... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Move the conex_finally label up, so that the errno... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Added Bernard Yue who wrote test_timeout.py and partici... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Barry Warsaw | Added the 7 new top level domains, and reworded the... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Added -t (--threshold) option to call gc.set_threshold(N). |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Walter Dörwald | Apply diff2.txt from SF patch http://www.python.org... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Add timeout mode. Clarify gnu_getopt. |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Clarify the interaction between timeout/non-blocking... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Clarify the interaction between blocking and timeouts... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | I decided to change the interaction between setblocking... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Skip Montanaro | gnu_getopt should be exported in __all__ |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Major cleanup. Renamed static methods to avoid Py... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Repair a comment. |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Whitespace normalization, folding long lines, uniform... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Guido van Rossum | Correct several blunders in the timeout code, mostly... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Jeremy Hylton | Remove casts to PyObject * when declaration is for... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Neal Norwitz | Add version info, and fix another typo and wording... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Fred Drake | Fix typo spotted by Fredrik Lundh. |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Fred Drake | Fix some markup errors and adjust wording slightly. |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Guido van Rossum | SF patch 555085 (timeout socket implementation) by... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Guido van Rossum | Michael Gilfix of SF patch 555085 fame. |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Guido van Rossum | SF patch 555085 (timeout socket implementation) by... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Guido van Rossum | The insint() function is not used. Nuke it. |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Guido van Rossum | The tp_new implementation should initialize the errorha... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Neal Norwitz | Remove uses of string module and stat.ST_MODE |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Neal Norwitz | Remove another reference to stat.ST_MODE |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Martin v. Löwis | Use isinstance for the type check, use booleans. |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Guido van Rossum | Fix from SF patch 565085: copy._reduction doesn't __set... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Guido van Rossum | Fix from SF patch 565085: copy._reduction doesn't __set... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Walter Dörwald | Apply diff.txt from SF patch http://www.python.org... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Raymond Hettinger | Close SF bug 563740. complex() now finds __complex__... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Neal Norwitz | Pyrangeiter_Type && range_iter should be static |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Jeremy Hylton | Change warning to debug level; it's a very minor issue. |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Michael W.... | Stop testing for sigprocmask. This is a stop gap measu... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Martin v. Löwis | Patch 473512: add GNU style scanning as gnu_getopt. |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Martin v. Löwis | Patch #551911: Escape . properly. |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Walter Dörwald | Replace obsolete stat module constants with |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Guido van Rossum | CRLF -> LF |
commit | commitdiff | tree | snapshot |
2002-06-05 |
Raymond Hettinger | Skip Montanaro's patch, SF 559833, exposing xrange... |
commit | commitdiff | tree | snapshot |
2002-06-05 |
Piers Lauder | open method changed to use arguments and set instance... |
commit | commitdiff | tree | snapshot |
2002-06-05 |
Raymond Hettinger | SF 564601 adding rangeiterobject to make xrange() itera... |
commit | commitdiff | tree | snapshot |
2002-06-05 |
Guido van Rossum | SF bug 558179. |
commit | commitdiff | tree | snapshot |
2002-06-05 |
Just van Rossum | fixed refcount leak in CreateNewWindow() and CreateWind... |
commit | commitdiff | tree | snapshot |
2002-06-05 |
Thomas Heller | Better isinstance error message. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Move warning about directory not on sys.path to debug... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Test changes before checking them in. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Track extra arg to option_table to all uses of it |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Replace bogus bare variables with attribute access. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Define DEBUG as early as possible to avoid import problems. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Add missing import of log. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Use module-level import of DEBUG instead of many functi... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Remove unused imports |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Make None return explicit |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | import base64 at the top to avoid two different imports... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | ensure_filename() only takes one argument. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Reindent lines to improve readability |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Remove (commented out) options that have moved into... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | get_script() implicitly returned None and also had... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | global _option_order is not used |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Fix bug in recent change to logging code. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Fix unused local variables caught by pychecker. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Set repeat metadata for an option based on repeat local... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Remove unused imports caught by pychecker |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Make setup.py less chatty by default. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | A simple log mechanism styled after the proposed std... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Address SF bug 519621: slots weren't traversed by GC. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | The comment said: |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Raymond Hettinger | Inverted test for small speedup |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Michael W.... | Fiddle wording. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Neal Norwitz | Fix SF bug #557436, TclError is a str should be an... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Fred Drake | Fix up Guido's markup. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Fred Drake | When using a Python that has not been installed to... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Walter Dörwald | Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UT... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jason Tishler | Patch #555929: Cygwin AH_BOTTOM cleanup patch (***... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Test repair now that module.__init__ requires a name... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Repair the test (adding a docstring to the module type... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Add a docstring to the module type. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Surprising fix for SF bug 563060: module can be used... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Surprising fix for SF bug 563060: module can be used... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Raymond Hettinger | Replace .keys() with .iteritems(). Second review and... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Guido van Rossum | Address the residual issue with the fix for SF 551412 in |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Guido van Rossum | The warning filter was ineffective when this module... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Guido van Rossum | Addressed SF bug 421973 (finally). |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Jeremy Hylton | Fix HTTPError __init__ for cases where fp is None. |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Walter Dörwald | Remove uses of the string and types modules: |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Walter Dörwald | Fix a regression from the 1.68->1.69 checkin: |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Tim Peters | regrtest has a new |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | _parsebody(): Fix for the new message/rfc822 tree struc... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | Generator.__call__() => Generator.flatten() |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | header_encode(), encode(): Use _floordiv() from the... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | Use absolute import paths for intrapackage imports. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | Use absolute import paths for intrapackage imports. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | Use absolute import paths for intrapackage imports. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | flatten(): Renamed from __call__() which is (silently... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | _intdiv2() -> _floordiv(), merge of uncommitted changes. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Raymond Hettinger | Replaced .keys() with dictionary iterators |
commit | commitdiff | tree | snapshot |
next |