2002-06-13 |
Jeremy Hylton | Refactor compile() method implementations. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Jeremy Hylton | Add depends=None to the arglist for compile(). |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Jeremy Hylton | Extend compiler() method with optional depends argument. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Rearrange the #ifndef WITHOUT_COMPLEX so it can be... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Comment out testHostnameRes() -- it depends on a correc... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Fix non-blocking connect() for Windows. Refactored... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Jeremy Hylton | More style changes and little cleanups. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Get rid of accidentally checked-in reference to "bits". |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Major overhaul of timeout sockets: |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Fix a typo. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Jeremy Hylton | Some more style improvements |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Jeremy Hylton | Python style conformance: Delete spaces between name... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Add dependencies on socketmodule.h. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Andrew MacIntyre | _Py prefix is verboten for static entry points |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Andrew MacIntyre | work around name clash with OS/2 TCPIP routine sock_init() |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Whitespace nit. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Fred Drake | Add documentation for PyObject_RichCompare() and PyObje... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Changed the extended slice example to show that you... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Fred Drake | Add version annotations for some older changes to the... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | Remove some overly complicated ways to concatenate... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | Don't test for Java, test for sys.getrefcount. |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | Some provisional changes to get more tests to run on... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | Argh. Typo. :-( |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | Allow absent fromfd(), for Windows. |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | testSetSockOpt() should not require the reuse flag... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | Lose the message on assertEqual calls -- they actually... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | Docstring, layout and style tweaking. Increase fuzz... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Jeremy Hylton | Add a new definition to Extension objects: depends. |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | Add some more basic tests to validate the argument... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | New test suite for the socket module by Michael Gilfix. |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | SF bug 567826. Document new opcodes: |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | Add a testcase to ensure that cycles going through... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Guido van Rossum | SF bug 567538: Generator can crash the interpreter... |
commit | commitdiff | tree | snapshot |
2002-06-12 |
Kurt B. Kaiser | Rework the code to have only the GvR RPC. Output from... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Guido van Rossum | The opcode YIELD_STMT was accidentally called YIELD_VAL... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Skip Montanaro | patch #562492 - prevent duplicate lines in history |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Neal Norwitz | Fix SF #565414, FancyURLopener() needs to support ... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Michael W.... | Fix for problem reported by Neal Norwitz. Tighten... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Guido van Rossum | Fold remaining long lines. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Michael W.... | This is my nearly two year old patch |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Martin v. Löwis | Patch #488073: AtheOS port. |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Steven M. Gava | add a version of GvR's q&d python idle printing patch, |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Fred Drake | Completely revise markup for the list of list methods... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | Record the latest fixes. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Greg Ward | Took initial_tab and subsequent_tab away from the fill... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | SF patch 560794 (Greg Chapman): deepcopy can't handle... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Greg Ward | Allow the standalone wrap() and fill() functions to... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Greg Ward | Make 'width' an instance attribute rather than an argum... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Thomas Heller | Remove the only use of a string method. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | SF patch 564549 (Erik Andersén). |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | Don't accept null bytes in the key. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | Document that the key should not contain null bytes. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | SF bug 563750 (Alex Martelli): posix_tmpfile(): |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Andrew M. Kuchling | Tweak traceback message to avoid LaTeX2HTML bug |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | Add primitive printing support for Unix and Windows. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | Undo the last chunk of the previous patch, putting... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | In the recent python-dev thread "Bizarre new test failu... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Guido van Rossum | Three's a charm: yet another fix for SF bug 551412... |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Andrew M. Kuchling | Fix typo, and add some reminders |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Michael W.... | Tweak the description of pymalloc. Mention pymemcompat.h. |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Andrew MacIntyre | refresh to pick up recent changes |
commit | commitdiff | tree | snapshot |
2002-06-10 |
Andrew MacIntyre | make _sre a dynamically loadable module and build xxsubtype |
commit | commitdiff | tree | snapshot |
2002-06-09 |
Jack Jansen | - Better commandline interface to BuildApplet, complete... |
commit | commitdiff | tree | snapshot |
2002-06-09 |
Martin v. Löwis | Patch #505375: Make doc strings optional. |
commit | commitdiff | tree | snapshot |
2002-06-09 |
Martin v. Löwis | Patch #505375: Make doc strings optional. |
commit | commitdiff | tree | snapshot |
2002-06-09 |
Just van Rossum | escape 8-bit chars when generating .py files. fixes... |
commit | commitdiff | tree | snapshot |
2002-06-09 |
Greg Ward | Make all of TextWrapper's options keyword args to the... |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Greg Ward | Record copyright and author. |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Greg Ward | Use True/False instead of 1/0. |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Greg Ward | Remove islower() -- not used anymore. |
commit | commitdiff | tree | snapshot |
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 |
next |