2002-06-20 |
Fred Drake | Add a note that divmod() with complex numbers is deprec... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Added reference to the Expat home page. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Try to improve the explanation of the "raise" statement... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Jack Jansen | Open the source file in universal newline mode. |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Clean up docstrings: |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Tim Peters | Removed the generator future-stmt -- not needed for... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Fred Drake | Simplify the production for argument list, making sure... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Raymond Hettinger | SF 563530 added missing methods for emulating numeric... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Kurt B. Kaiser | 1. Debugger Breakpoints, finish implementation |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Guido van Rossum | I get failures half of the time that I run this, so... |
commit | commitdiff | tree | snapshot |
2002-06-20 |
Raymond Hettinger | SF 570727 indexer() class no longer needed since lists... |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Michael W.... | Fix the bug described in |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Mention pymemcompat.h. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Minor tweaks to existing items (radian/degree, and... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Typo: bites --> bytes |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Add description of the deadlock problem with child... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Add a note about "as" not being a keyword, though it... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Jeremy Hylton | Define NDEBUG for releae builds, just like Python. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Note the limitation that mime_decode_header() only... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Jeremy Hylton | Add implementation of _compile() and use default compil... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Jeremy Hylton | Add a default implementation of compile() to the base... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Played contortionist games with the argument_list produ... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Jeremy Hylton | Only import msvccompiler on win32 platforms. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Michael fixed the race conditions and removed the sleeps. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | \productioncont: Replace leading spaces with  ... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Refactor the generation of signature lines for funcdesc... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Patch from SF bug 570483 (Tim Northover). |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Patch from SF bug 570483 (Tim Northover). |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Guido van Rossum | Corect speling and add \n\ to line ends in new docstrin... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Clarified documentation for os.access(). |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Mechanically translated string method calls to string... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | SF patch #552837, submitted by Robert Pyron: |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Fred Drake | Clarified description of error handling for shutil... |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Michael W.... | About the new but unreferenced new_class, Guido sez: |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Fred Drake | Update description of the Expat library. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Fred Drake | PyModule_AddObject(): Added missing exceptions. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Fred Drake | Fix documentation for PyMarshal_WriteObjectToFile(... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Fred Drake | Ensure \verbatiminput always uses a unique filename... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Andrew M. Kuchling | Add reminder, and a new POSIX function |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Michael W.... | Typo. |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Neal Norwitz | Whitespace normalization (tabs -> spaces) |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Walter Dörwald | Apply diff2.txt from SF patch http://www.python.org... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Piers Lauder | Add IMAP4 QUOTA extension methods |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Piers Lauder | Alter text test arg to obey new rule, also include... |
commit | commitdiff | tree | snapshot |
2002-06-16 |
Kurt B. Kaiser | Polish RemoteDebugger code. |
commit | commitdiff | tree | snapshot |
2002-06-16 |
Tim Peters | Nuked another reference to newmodule.c. |
commit | commitdiff | tree | snapshot |
2002-06-16 |
Tim Peters | Removed newmodule.c from the project, and removed refer... |
commit | commitdiff | tree | snapshot |
2002-06-16 |
Guido van Rossum | Forgot to add this. It's part of patch 568629. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tim Peters | test_module_with_large_stack(): This failed when Pytho... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tim Peters | test_module_with_large_stack(): This failed on Windows... |
commit | commitdiff | tree | snapshot |
2002-06-15 |
Tim Peters | Unsure exactly why I'm doing this, but I couldn't build... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Guido van Rossum | Add Oren Tirosh and news about his patch. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Guido van Rossum | SF patch 568629 by Oren Tirosh: types made callable. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Skip Montanaro | This introduces stricter library/header file checking... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Fred Drake | Clean up descriptions of PyObject_RichCompare() and... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Guido van Rossum | Use code.interact(), which is even simpler, *and* impor... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Michael W.... | Now FOR_LOOP is gone, loop_subscript can go too. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Guido van Rossum | Don't poorly emulate the interactive interpreter, use |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Fred Drake | Anchors ("a" elements) used only for the name attribute... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Steve Holden | Make a start at describing the results of class/type... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Guido van Rossum | Test for the bug in recurse_down_subclasses() that... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Guido van Rossum | Inexplicably, recurse_down_subclasses() was comparing... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Neal Norwitz | Missed one use of new PyDoc_STRVAR macro |
commit | commitdiff | tree | snapshot |
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 |
next |