index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added tests for long ints and ints where they are > 32 bits.
Skip Montanaro
2001-10-19
1
-0/+14
*
Fix for Bug #216405:
Thomas Heller
2001-10-19
1
-4/+6
*
(Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile
Guido van Rossum
2001-10-19
1
-1/+1
*
Additional test and documentation for the unicode() changes.
Marc-André Lemburg
2001-10-19
5
-37/+93
*
Last minute updates for changes since 2.2a4. Unless Fred wants to add
Barry Warsaw
2001-10-19
1
-2/+37
*
Added a note about the somewhat kludgey behavior of the message
Barry Warsaw
2001-10-19
1
-0/+10
*
Another merge from mimelib:
Barry Warsaw
2001-10-19
1
-0/+27
*
Another email package test file
Barry Warsaw
2001-10-19
1
-0/+22
*
Another merge from mimelib:
Barry Warsaw
2001-10-19
1
-0/+2
*
Add entry for RAND_xxx() functions in socket module.
Jeremy Hylton
2001-10-19
1
-0/+5
*
Note the Unicode changes from SF patch #470578.
Guido van Rossum
2001-10-19
1
-1/+9
*
SF patch #470578: Fixes to synchronize unicode() and str()
Guido van Rossum
2001-10-19
3
-72/+76
*
Another.
Guido van Rossum
2001-10-19
1
-0/+1
*
SF patch #470393 (Jim Ahlstrom): Add missing marshal function
Guido van Rossum
2001-10-19
1
-0/+8
*
SF patch #460805 by Chris Gonnerman: Support for unsetenv()
Guido van Rossum
2001-10-19
6
-20/+82
*
SF patch #443759: Add Interface to readline's add_history
Guido van Rossum
2001-10-19
2
-0/+22
*
Assume a 64-bit start and len if O_LARGEFILE is available.
Martin v. Löwis
2001-10-18
1
-1/+8
*
Expose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW.
Martin v. Löwis
2001-10-18
1
-0/+17
*
Whitespace normalization.
Tim Peters
2001-10-18
19
-69/+62
*
Move dlfcn.h block out of NetBSD block, assuming that NetBSD before
Martin v. Löwis
2001-10-18
1
-3/+4
*
The assignment to result.st_rdev can raise AttributeError as well as
Guido van Rossum
2001-10-18
1
-1/+1
*
changed misleading argument name
Fredrik Lundh
2001-10-18
2
-18/+18
*
Don't leave bare newlines in long strings -- VC doesn't like that.
Guido van Rossum
2001-10-18
1
-3/+3
*
add structseq.c to project
Guido van Rossum
2001-10-18
1
-0/+15
*
SF Patch (but with no patch) 472555 Remove trailing common in enumeration.
Tim Peters
2001-10-18
1
-1/+1
*
Missing file structseq.c for SF patch #462296
Guido van Rossum
2001-10-18
1
-0/+284
*
SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
Guido van Rossum
2001-10-18
11
-240/+814
*
SF bug [#472347] pydoc and properties.
Tim Peters
2001-10-18
2
-3/+35
*
Shut up warnings for setgroups() on Linux -- you have to #include
Guido van Rossum
2001-10-18
4
-10/+18
*
Some minor clarifications for find()'s arguments based on SF bug
Barry Warsaw
2001-10-18
1
-5/+6
*
Do not expect line number events when running under "python -O".
Fred Drake
2001-10-18
1
-0/+3
*
SRE bug #441409:
Fredrik Lundh
2001-10-18
3
-4/+16
*
Add a test for calling a weakref proxy with a dictionary of keyword args.
Fred Drake
2001-10-18
1
-0/+3
*
Remove an unnecessary check for NULL.
Fred Drake
2001-10-18
1
-4/+3
*
Note stricter tp_compare return value requirements.
Guido van Rossum
2001-10-18
1
-0/+6
*
Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.
Guido van Rossum
2001-10-18
3
-11/+59
*
Straighten out the exec*() function descriptions a bit, and clarify a few
Fred Drake
2001-10-18
1
-65/+68
*
Squash compiler wng about signed/unsigned mismatch.
Tim Peters
2001-10-18
1
-1/+1
*
First part of SF patch #416704: More robust freeze, by Toby Dickenson.
Guido van Rossum
2001-10-18
1
-5/+23
*
Fix the frozen bytecode for __hello__ (betcha didn't know that existed
Guido van Rossum
2001-10-18
4
-5/+43
*
Bump version number.
Fred Drake
2001-10-18
1
-4/+3
*
Bump release information.
Fred Drake
2001-10-18
1
-2/+2
*
Add a note about changes related to the weak reference objects.
Fred Drake
2001-10-18
1
-0/+4
*
Make sure we do not core dump when using proxies with the binary slot
Fred Drake
2001-10-18
1
-0/+8
*
When weakref proxies are involved in binary & ternary slot operations,
Fred Drake
2001-10-18
1
-15/+28
*
SF bug #471720: ThreadingMixIn/TCPServer forgets close
Guido van Rossum
2001-10-18
3
-1/+10
*
Reindent __repr__.
Martin v. Löwis
2001-10-18
1
-11/+11
*
Add test for local assigned to only in a nested list comp
Jeremy Hylton
2001-10-18
2
-0/+19
*
Fix for SF bug [ #471928 ] global made w/nested list comprehensions
Jeremy Hylton
2001-10-18
1
-19/+51
*
Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)
Guido van Rossum
2001-10-18
3
-0/+20
[prev]
[next]