summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* added tests for long ints and ints where they are > 32 bits.Skip Montanaro2001-10-191-0/+14
* Fix for Bug #216405:Thomas Heller2001-10-191-4/+6
* (Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compileGuido van Rossum2001-10-191-1/+1
* Additional test and documentation for the unicode() changes.Marc-André Lemburg2001-10-195-37/+93
* Last minute updates for changes since 2.2a4. Unless Fred wants to addBarry Warsaw2001-10-191-2/+37
* Added a note about the somewhat kludgey behavior of the messageBarry Warsaw2001-10-191-0/+10
* Another merge from mimelib:Barry Warsaw2001-10-191-0/+27
* Another email package test fileBarry Warsaw2001-10-191-0/+22
* Another merge from mimelib:Barry Warsaw2001-10-191-0/+2
* Add entry for RAND_xxx() functions in socket module.Jeremy Hylton2001-10-191-0/+5
* Note the Unicode changes from SF patch #470578.Guido van Rossum2001-10-191-1/+9
* SF patch #470578: Fixes to synchronize unicode() and str()Guido van Rossum2001-10-193-72/+76
* Another.Guido van Rossum2001-10-191-0/+1
* SF patch #470393 (Jim Ahlstrom): Add missing marshal functionGuido van Rossum2001-10-191-0/+8
* SF patch #460805 by Chris Gonnerman: Support for unsetenv()Guido van Rossum2001-10-196-20/+82
* SF patch #443759: Add Interface to readline's add_historyGuido van Rossum2001-10-192-0/+22
* Assume a 64-bit start and len if O_LARGEFILE is available.Martin v. Löwis2001-10-181-1/+8
* Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW.Martin v. Löwis2001-10-181-0/+17
* Whitespace normalization.Tim Peters2001-10-1819-69/+62
* Move dlfcn.h block out of NetBSD block, assuming that NetBSD beforeMartin v. Löwis2001-10-181-3/+4
* The assignment to result.st_rdev can raise AttributeError as well asGuido van Rossum2001-10-181-1/+1
* changed misleading argument nameFredrik Lundh2001-10-182-18/+18
* Don't leave bare newlines in long strings -- VC doesn't like that.Guido van Rossum2001-10-181-3/+3
* add structseq.c to projectGuido van Rossum2001-10-181-0/+15
* SF Patch (but with no patch) 472555 Remove trailing common in enumeration.Tim Peters2001-10-181-1/+1
* Missing file structseq.c for SF patch #462296Guido van Rossum2001-10-181-0/+284
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-1811-240/+814
* 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