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
*
Removed the Python version from the PYTHONHOMEHELP string. It was
Marc-André Lemburg
2001-06-12
1
-1/+1
*
Added q/Q standard (x-platform 8-byte ints) mode in struct module.
Tim Peters
2001-06-12
1
-55/+137
*
Trimmed trailing whitespace.
Tim Peters
2001-06-11
1
-3/+3
*
Simplify some convolution by simply not recognizing 'q' and 'Q' at all
Tim Peters
2001-06-11
1
-33/+0
*
Make clear in the docstring that "std" applies to both size and alignment,
Tim Peters
2001-06-11
1
-6/+6
*
Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing
Thomas Wouters
2001-06-11
1
-0/+2
*
Initial support for 'q' and 'Q' struct format codes: for now, only in
Tim Peters
2001-06-10
1
-1/+186
*
annoying whitespace inconsistency
Peter Schneider-Kamp
2001-06-10
1
-1/+1
*
This closes bug #430849 (internal error produced by binascii.a2b_base64)
Peter Schneider-Kamp
2001-06-07
1
-0/+4
*
Make it possible to find the use of tp_as_buffer here with a global search.
Tim Peters
2001-06-05
1
-1/+1
*
Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor
Neil Schemenauer
2001-06-02
1
-1/+1
*
Cruft cleanup: Removed the unused last_is_sticky argument from the internal
Tim Peters
2001-05-28
1
-2/+2
*
Iterator support: made the xreadlines object its own iterator. This
Guido van Rossum
2001-05-22
1
-25/+81
*
Correct the sense of a couple of conditional compilations -- used #ifndef
Fred Drake
2001-05-22
1
-2/+2
*
Add :method info to the PyArg_ParseTuple() format strings for poll objects.
Fred Drake
2001-05-21
1
-3/+3
*
Add warnings to the strop module, for to those functions that really
Guido van Rossum
2001-05-15
1
-0/+22
*
Fix new compiler warnings. Also boost "start" from (C) int to long and
Tim Peters
2001-05-14
1
-5/+5
*
SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.
Tim Peters
2001-05-14
2
-13/+13
*
fcntl.ioctl(): Update error message; necessity noted by Michael Hudson.
Fred Drake
2001-05-14
1
-1/+3
*
Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file...
Mark Hammond
2001-05-14
1
-10/+0
*
Fix the .find() method for memory maps.
Greg Stein
2001-05-14
1
-3/+12
*
Add support for Windows using "mbcs" as the default Unicode encoding when dea...
Mark Hammond
2001-05-13
1
-40/+99
*
Fix a minor style consistency issue.
Fred Drake
2001-05-11
1
-3/+3
*
Include sys/modem.h if we have it; this is needed on HP-UX to provide
Fred Drake
2001-05-11
1
-0/+12
*
Fix the fcntl() docstring so the user is not mis-directed to the FCNTL
Fred Drake
2001-05-10
1
-7/+7
*
Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as
Tim Peters
2001-05-10
1
-0/+6
*
The strop module and test_strop.py believe replace() with a 0 count
Tim Peters
2001-05-10
1
-1/+1
*
Heh. I need a break. After this: stropmodule & stringobject were more
Tim Peters
2001-05-10
1
-8/+6
*
Fudge. stropmodule and stringobject both had copies of the buggy
Tim Peters
2001-05-10
1
-8/+13
*
SF bug #422088: [OSF1 alpha] string.replace().
Tim Peters
2001-05-09
1
-26/+33
*
Mechanical changes for easier edits.
Tim Peters
2001-05-09
1
-152/+136
*
Modify to allow file objects wherever file descriptors are needed.
Fred Drake
2001-05-09
1
-8/+71
*
fdconv(): Do not second guess the error condition returned by
Fred Drake
2001-05-09
1
-37/+4
*
Three uses of makesockaddr() used sockaddr buffers that had not be cleared;
Fred Drake
2001-05-09
1
-1/+4
*
Minor fiddling related to
Tim Peters
2001-05-09
1
-5/+2
*
Only import termio.h on OSF, and add a comment about why it is needed there.
Fred Drake
2001-05-09
1
-0/+4
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-05-07
1
-53/+84
*
Remove an obsolete comment and a "return" before fallig off the end of a
Fred Drake
2001-05-03
1
-2/+0
*
ParserCreate(): Allow an empty string for the namespace_separator argument;
Fred Drake
2001-04-25
1
-68/+82
*
SF but #417587: compiler warnings compiling 2.1.
Tim Peters
2001-04-21
1
-1/+1
*
Export three optimization (fast locals) flags
Jeremy Hylton
2001-04-16
1
-0/+4
*
Reverting Moshe's EGD patch *and* Martin's patch to make it work with
Guido van Rossum
2001-04-16
1
-34/+0
*
SRE: made "copyright" string static, to avoid potential linking
Fredrik Lundh
2001-04-15
1
-1/+8
*
Make some private symbols static.
Guido van Rossum
2001-04-14
1
-1/+1
*
Clean up the unsightly mess around the readline header files. We now
Guido van Rossum
2001-04-13
1
-24/+1
*
I am TENTATIVELY checking in Martin von Loewis's patch for the SSL
Guido van Rossum
2001-04-13
1
-0/+7
*
cleanup_helper(): Make sure we invalidate all reference objects
Fred Drake
2001-04-13
1
-6/+41
*
Slight adaptation of Michael Hudson's patch to test PyDict_Next()
Guido van Rossum
2001-04-13
1
-0/+62
*
Unixware 7 support by Billy G. Allie (SF patch 413011)
Guido van Rossum
2001-04-11
2
-0/+34
*
Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger
Guido van Rossum
2001-04-10
2
-10/+22
[next]