2001-10-19 |
Guido van Rossum | SF patch #470578: Fixes to synchronize unicode() and... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Guido van Rossum | Another. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Guido van Rossum | SF patch #470393 (Jim Ahlstrom): Add missing marshal... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Guido van Rossum | SF patch #460805 by Chris Gonnerman: Support for unsetenv() |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Guido van Rossum | SF patch #443759: Add Interface to readline's add_history |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Martin v. Löwis | Assume a 64-bit start and len if O_LARGEFILE is available. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Martin v. Löwis | Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Martin v. Löwis | Move dlfcn.h block out of NetBSD block, assuming that... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | The assignment to result.st_rdev can raise AttributeErr... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fredrik Lundh | changed misleading argument name |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | Don't leave bare newlines in long strings -- VC doesn... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | add structseq.c to project |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tim Peters | SF Patch (but with no patch) 472555 Remove trailing... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | Missing file structseq.c for SF patch #462296 |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | SF patch #462296: Add attributes to os.stat results... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tim Peters | SF bug [#472347] pydoc and properties. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | Shut up warnings for setgroups() on Linux -- you have... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Barry Warsaw | Some minor clarifications for find()'s arguments based... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Do not expect line number events when running under... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fredrik Lundh | SRE bug #441409: |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Add a test for calling a weakref proxy with a dictionar... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Remove an unnecessary check for NULL. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | Note stricter tp_compare return value requirements. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | Part 2/2 of SF patch #416704: More robust freeze, by... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Straighten out the exec*() function descriptions a... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tim Peters | Squash compiler wng about signed/unsigned mismatch. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | First part of SF patch #416704: More robust freeze... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | Fix the frozen bytecode for __hello__ (betcha didn... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Bump version number. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Bump release information. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Add a note about changes related to the weak reference... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Make sure we do not core dump when using proxies with... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | When weakref proxies are involved in binary & ternary... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | SF bug #471720: ThreadingMixIn/TCPServer forgets close |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Martin v. Löwis | Reindent __repr__. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Jeremy Hylton | Add test for local assigned to only in a nested list... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Jeremy Hylton | Fix for SF bug [ #471928 ] global made w/nested list... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Guido van Rossum | Fix SF bug #472234: type(obj) calls type->tp_init ... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Martin v. Löwis | Use CXX in LINKCC if CXX is used to build main() and... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Fix typo reported by Michael Soulier. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tim Peters | Bump Windows build # for 2.2b1. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Fred Drake | Function descriptions must end as well as start! |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Martin v. Löwis | Elaborate on types and meaning of the setgroups arguments. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Martin v. Löwis | Patch to bug #472202: Correctly recognize NetBSD before... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Martin v. Löwis | Patch #470744: Simplify __repr__ error handling. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Martin v. Löwis | Expose setgroups. Fixes feature request #468116. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Neil Schemenauer | Fix error checking done by abstract_issubclass and... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Jeremy Hylton | Add trivial test cases for RAND_add() and RAND_status(). |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Jeremy Hylton | Expose three OpenSSL API calls for dealing with the... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Skip Montanaro | test for int and long int overflow (allows operation... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Barry Warsaw | Two merges from the mimelib project: |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Barry Warsaw | Two merges from the mimelib project: |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | Protect references to tp_descr_get and tp_dict with... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | Oops. Catching OverflowError from int() doesn't help... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | Remove a bunch of stuff that's no longer needed now... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeremy Hylton | The Python symtable module depends on .h files that... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeremy Hylton | Make sure the output lists are sorted, even if run... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeremy Hylton | Test utility to look for bad stacksize calculations. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeremy Hylton | Vastly improved stacksize calculation. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeremy Hylton | Handle testlist_safe as if it were testlist. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeremy Hylton | Remove unused convenience routine. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeremy Hylton | For debug build, check that the stack pointer never... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeremy Hylton | Fix computation of stack depth for classdef and closures. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Jeremy Hylton | track addition of testlist_safe to Grammar |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | slot_sq_item(): ensure that self is an instance of... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | SF patch #467430. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | SF patch #471894: Makefile installs pydoc incorrectly |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | Folder.getlast(): avoid PyChecker warning. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Tim Peters | Simplify and regularize docstrings. Also reformat... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Tim Peters | Removed more comments that didn't make much sense. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Tim Peters | Removed obsolete comments about confused string refcoun... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Fred Drake | Remove unused import; reported by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Fred Drake | Minor code cleanups based on comments from Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | YAPC. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Undo needless INCREF chicanery introduced by SF patch... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Simplify and fix error handling for most cases. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tim Peters | SF bug [#471111] inspect.getframeinfo() needs docs. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | More reformatting. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Add zlib_error() helper. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Fix a bug in the previous checkin. The wrong bootstrap... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Add fix for getattr(obj, name, default). Rearrange... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | SF patch #471852 (anonymous) notes that getattr(obj... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Remove many calls to set MemoryError exceptions. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Reformat! |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Partial patch from SF #452266, by Jason Petrone. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Add note about new zlib feature. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | [ #403753 ] zlib decompress; uncontrollable memory... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Document required return values -1, 0, 1 for tp_compare... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tim Peters | SF bug [#468061] __str__ ignored in str subclass. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Add Shane. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | SF patch #471839: Bug when extensions import extensions... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Fix SF bug #459767: ftplib fails with files > 2GB |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Fred Drake | Update the description of PyTrace_EXCEPT. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Fred Drake | Fix a few usage and style-guide conformance issues. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Must terminate the Pickler_members[] and Pickler_getset... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Refactored the update_slot() code a bit to be hopefully... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Put descr name in "bad memberdescr type" error message. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Fred Drake | Added information about setprofile() and settrace(... |
commit | commitdiff | tree | snapshot |
next |