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
*
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
*
Use CXX in LINKCC if CXX is used to build main() and the system requires
Martin v. Löwis
2001-10-18
2
-367/+399
*
Fix typo reported by Michael Soulier.
Fred Drake
2001-10-18
1
-1/+1
*
Bump Windows build # for 2.2b1.
Tim Peters
2001-10-18
2
-2/+4
*
Function descriptions must end as well as start!
Fred Drake
2001-10-18
1
-0/+1
*
Elaborate on types and meaning of the setgroups arguments.
Martin v. Löwis
2001-10-18
1
-2/+4
*
Patch to bug #472202: Correctly recognize NetBSD before 199712.
Martin v. Löwis
2001-10-18
1
-2/+5
*
Patch #470744: Simplify __repr__ error handling.
Martin v. Löwis
2001-10-18
1
-16/+4
*
Expose setgroups. Fixes feature request #468116.
Martin v. Löwis
2001-10-18
6
-4/+62
*
Fix error checking done by abstract_issubclass and abstract_isinstance.
Neil Schemenauer
2001-10-18
1
-44/+61
*
Add trivial test cases for RAND_add() and RAND_status().
Jeremy Hylton
2001-10-18
1
-1/+15
*
Expose three OpenSSL API calls for dealing with the PRNG.
Jeremy Hylton
2001-10-18
1
-0/+67
*
test for int and long int overflow (allows operation on 64-bit platforms)
Skip Montanaro
2001-10-17
1
-2/+11
*
Two merges from the mimelib project:
Barry Warsaw
2001-10-17
1
-0/+34
*
Two merges from the mimelib project:
Barry Warsaw
2001-10-17
1
-4/+35
*
Protect references to tp_descr_get and tp_dict with the appropriate test:
Guido van Rossum
2001-10-17
1
-9/+14
*
Oops. Catching OverflowError from int() doesn't help, since it raises
Guido van Rossum
2001-10-17
1
-2/+2
[next]