summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF bug [#472347] pydoc and properties.Tim Peters2001-10-182-3/+35
* Shut up warnings for setgroups() on Linux -- you have to #includeGuido van Rossum2001-10-184-10/+18
* Some minor clarifications for find()'s arguments based on SF bugBarry Warsaw2001-10-181-5/+6
* Do not expect line number events when running under "python -O".Fred Drake2001-10-181-0/+3
* SRE bug #441409:Fredrik Lundh2001-10-183-4/+16
* Add a test for calling a weakref proxy with a dictionary of keyword args.Fred Drake2001-10-181-0/+3
* Remove an unnecessary check for NULL.Fred Drake2001-10-181-4/+3
* Note stricter tp_compare return value requirements.Guido van Rossum2001-10-181-0/+6
* Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.Guido van Rossum2001-10-183-11/+59
* Straighten out the exec*() function descriptions a bit, and clarify a fewFred Drake2001-10-181-65/+68
* Squash compiler wng about signed/unsigned mismatch.Tim Peters2001-10-181-1/+1
* First part of SF patch #416704: More robust freeze, by Toby Dickenson.Guido van Rossum2001-10-181-5/+23
* Fix the frozen bytecode for __hello__ (betcha didn't know that existedGuido van Rossum2001-10-184-5/+43
* Bump version number.Fred Drake2001-10-181-4/+3
* Bump release information.Fred Drake2001-10-181-2/+2
* Add a note about changes related to the weak reference objects.Fred Drake2001-10-181-0/+4
* Make sure we do not core dump when using proxies with the binary slotFred Drake2001-10-181-0/+8
* When weakref proxies are involved in binary & ternary slot operations,Fred Drake2001-10-181-15/+28
* SF bug #471720: ThreadingMixIn/TCPServer forgets closeGuido van Rossum2001-10-183-1/+10
* Reindent __repr__.Martin v. Löwis2001-10-181-11/+11
* Add test for local assigned to only in a nested list compJeremy Hylton2001-10-182-0/+19
* Fix for SF bug [ #471928 ] global made w/nested list comprehensionsJeremy Hylton2001-10-181-19/+51
* Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)Guido van Rossum2001-10-183-0/+20
* Use CXX in LINKCC if CXX is used to build main() and the system requiresMartin v. Löwis2001-10-182-367/+399
* Fix typo reported by Michael Soulier.Fred Drake2001-10-181-1/+1
* Bump Windows build # for 2.2b1.Tim Peters2001-10-182-2/+4
* Function descriptions must end as well as start!Fred Drake2001-10-181-0/+1
* Elaborate on types and meaning of the setgroups arguments.Martin v. Löwis2001-10-181-2/+4
* Patch to bug #472202: Correctly recognize NetBSD before 199712.Martin v. Löwis2001-10-181-2/+5
* Patch #470744: Simplify __repr__ error handling.Martin v. Löwis2001-10-181-16/+4
* Expose setgroups. Fixes feature request #468116.Martin v. Löwis2001-10-186-4/+62
* Fix error checking done by abstract_issubclass and abstract_isinstance.Neil Schemenauer2001-10-181-44/+61
* Add trivial test cases for RAND_add() and RAND_status().Jeremy Hylton2001-10-181-1/+15
* Expose three OpenSSL API calls for dealing with the PRNG.Jeremy Hylton2001-10-181-0/+67
* test for int and long int overflow (allows operation on 64-bit platforms)Skip Montanaro2001-10-171-2/+11
* Two merges from the mimelib project:Barry Warsaw2001-10-171-0/+34
* Two merges from the mimelib project:Barry Warsaw2001-10-171-4/+35
* Protect references to tp_descr_get and tp_dict with the appropriate test:Guido van Rossum2001-10-171-9/+14
* Oops. Catching OverflowError from int() doesn't help, since it raisesGuido van Rossum2001-10-171-2/+2
* Remove a bunch of stuff that's no longer needed now that update_slot()Guido van Rossum2001-10-171-42/+20
* The Python symtable module depends on .h files that setup.py doesn't track.Jeremy Hylton2001-10-172-1/+3
* Make sure the output lists are sorted, even if run with -r.Jeremy Hylton2001-10-171-0/+6
* Test utility to look for bad stacksize calculations.Jeremy Hylton2001-10-171-0/+43
* Vastly improved stacksize calculation.Jeremy Hylton2001-10-171-18/+51
* Handle testlist_safe as if it were testlist.Jeremy Hylton2001-10-171-0/+4
* Remove unused convenience routine.Jeremy Hylton2001-10-171-19/+0
* For debug build, check that the stack pointer never exceeds the stack size.Jeremy Hylton2001-10-171-1/+3
* Fix computation of stack depth for classdef and closures.Jeremy Hylton2001-10-171-44/+44
* track addition of testlist_safe to GrammarJeremy Hylton2001-10-171-7/+8
* slot_sq_item(): ensure that self is an instance of the wrapper'sGuido van Rossum2001-10-171-3/+5