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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch 520694: arraymodule.c improvements:
Martin v. Löwis
2002-03-01
1
-107/+316
*
Patch #520062: Support IPv6 with VC.NET.
Martin v. Löwis
2002-03-01
2
-0/+13
*
Add documentation about how the inter-module linking works.
Marc-André Lemburg
2002-02-25
1
-1/+54
*
Moved the declaration of PySocketSock_Type from socketmodule.h to
Tim Peters
2002-02-17
2
-7/+5
*
For readability, switch to tab indents; was using a mix of tab indents,
Tim Peters
2002-02-17
1
-35/+35
*
Patch #511193: Implement killpg in posixmodule.
Martin v. Löwis
2002-02-16
1
-0/+21
*
Remove extraneous variable 'total', as reported by James Rucker.
Martin v. Löwis
2002-02-16
1
-2/+1
*
Also fix the comment.
Marc-André Lemburg
2002-02-16
1
-1/+1
*
Fix the name of the header file.
Marc-André Lemburg
2002-02-16
1
-1/+1
*
Break SSL support out of _socket module and place it into a new
Marc-André Lemburg
2002-02-16
4
-557/+716
*
Fix typo.
Fred Drake
2002-02-14
1
-1/+1
*
Use PyModule_AddObject() instead of accessing the module dict directly.
Fred Drake
2002-02-14
2
-10/+14
*
Use PyModule_AddIntConstant() instead of creating a private helper function.
Fred Drake
2002-02-14
1
-30/+22
*
Simon Budig's patch (posted by me):
Michael W. Hudson
2002-02-13
1
-0/+3
*
Define VERSION in expat.h.
Martin v. Löwis
2002-02-13
1
-0/+4
*
Windows time_clock(): rewrite to get rid of horrid casting tricks.
Tim Peters
2002-02-13
1
-12/+10
*
"Generate" from expat.h.in, for 1.95.2.
Martin v. Löwis
2002-02-12
1
-0/+735
*
Ensure we also build on VC7. Involves replacing largeint.h helper functions ...
Mark Hammond
2002-02-12
2
-22/+17
*
Use included Expat library. Drop support for older expat versions.
Martin v. Löwis
2002-02-11
1
-171/+0
*
Disable usage of Expat's config.h.
Martin v. Löwis
2002-02-11
3
-0/+6
*
Initial revision
Martin v. Löwis
2002-02-11
17
-0/+11093
*
Remove mentioning of -U option in "python -h" output.
Marc-André Lemburg
2002-02-11
1
-1/+0
*
start() and stop() methods: return None where there is no exception;
Fred Drake
2002-02-08
1
-2/+8
*
Got rid of a few more NeXT ifdefs. The last, I think.
Jack Jansen
2002-02-01
4
-111/+0
*
Implement os.waitpid() for Windows, in a way that's compatible with Linux
Tim Peters
2002-02-01
1
-2/+28
*
Oh look, another one.
Michael W. Hudson
2002-01-30
1
-1/+1
*
I think this fixes
Michael W. Hudson
2002-01-30
1
-1/+1
*
Expose more MS WIndows constants usable w/ low-level os.open().
Tim Peters
2002-01-30
1
-102/+125
*
Fix spelling mistakes. Bugfix candidates.
Neal Norwitz
2002-01-29
1
-1/+1
*
Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962.
Martin v. Löwis
2002-01-26
1
-2/+2
*
Removed an XXX question (the answer is "yes" <wink>).
Tim Peters
2002-01-26
1
-1/+1
*
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis
2002-01-17
27
-449/+449
*
Patch #477752: Drop old-style getargs from curses.
Martin v. Löwis
2002-01-17
2
-372/+309
*
Change some spaces to tabs. I don't *think* that was me, but it
Michael W. Hudson
2002-01-16
1
-2/+2
*
Fix for
Michael W. Hudson
2002-01-16
1
-8/+8
*
Patch #504225: add plan9 ifdef to timemodule floatsleep.
Martin v. Löwis
2002-01-16
1
-23/+25
*
There's no need for typechecks on the second and third argument of
Guido van Rossum
2002-01-15
1
-9/+2
*
Export SIGINFO. Fixes #502077.
Martin v. Löwis
2002-01-12
1
-0/+5
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
18
-66/+0
*
Fixed "u#" parser marker to pass through Unicode objects as-is without
Marc-André Lemburg
2002-01-09
1
-0/+50
*
Patch #497126: Always compile dl.
Martin v. Löwis
2002-01-01
1
-7/+7
*
Add fcntl.h constants from glibc 2.2.4. Fixes #496171.
Martin v. Löwis
2001-12-28
1
-0/+70
*
Due to a cut-and-paste error, the type object exported under the name
Guido van Rossum
2001-12-27
1
-1/+1
*
Add TCP socket options from glibc 2.2.4. Fixes #495680.
Martin v. Löwis
2001-12-22
1
-0/+31
*
Merge of the release22 branch changes back into the trunk.
Barry Warsaw
2001-12-21
1
-3/+5
*
SF bug #495021: Crash calling os.stat with a trailing backslash
Tim Peters
2001-12-19
1
-14/+20
*
save(): Fix for SF bug #494904: Cannot pickle a class with a
Guido van Rossum
2001-12-19
1
-0/+5
*
SF bug #494738: binascii_b2a_base64 overwrites memory.
Tim Peters
2001-12-19
1
-3/+5
*
initxxsubtype(): Add a comment to make the magic clearer; I doubt it's
Tim Peters
2001-12-17
1
-2/+4
*
Use PyType_Ready() for initialization of the ob_type field of our
Guido van Rossum
2001-12-17
1
-2/+4
[next]