2002-06-14 |
Fred Drake | Refer the reader to the correct module for constant... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Neal Norwitz | Fix SF bug # 561858 Assertion with very long lists |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Neal Norwitz | Fix SF bug # 561858 Assertion with very long lists |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Neal Norwitz | SF bug # 493951 string.{starts,ends}with vs slices |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Fred Drake | Document the Binary.data attribute. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Neal Norwitz | Use \code{True} (or False) instead of true/false. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Neal Norwitz | Test exceptional condition in select() |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Neal Norwitz | Test exceptional conditions in list.sort() |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Neal Norwitz | Cleanup a little |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Neal Norwitz | SF # 533070 Silence AIX C Compiler Warnings |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Major cleanup operation: whenever there's a call that... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Fix for SF bug 532646. This is a little simpler than... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Neal Norwitz | SF # 561244 Micro optimizations |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Neal Norwitz | Fix typo in exception message |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Neal Norwitz | Use new PyDoc_STRVAR macro |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Neal Norwitz | Add "version added" for getpgid |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Neal Norwitz | SF #561244 Micro optimizations |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Martin v. Löwis | Patch #568235: Add posix.setpgid. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Martin v. Löwis | Patch #568124: Add doc string macros. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Temporarily disable the timeout and socket tests. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | Hopefully this addresses the remaining issues of SF... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Guido van Rossum | The opcode FOR_LOOP no longer exists. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Fred Drake | Do not claim that getlocale() returns a tulpe; that... |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Jeremy Hylton | Munge depends files to have absolute paths. |
commit | commitdiff | tree | snapshot |
2002-06-13 |
Jeremy Hylton | Extend dependency tracking so that .o files are rebuilt. |
commit | commitdiff | tree | snapshot |
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 |
next |