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
*
Updated documentation relating to the various flavors of popen[234]()
Fred Drake
2000-09-28
2
-24/+79
*
Removed the implib_dir instance variable because it is unused.
Thomas Heller
2000-09-28
1
-13/+9
*
popen4(): Added for Unix.
Fred Drake
2000-09-28
1
-3/+7
*
popen4(), class Popen4: popen4() support for Unix.
Fred Drake
2000-09-28
1
-49/+64
*
Convert all entries on sys.path to absolute paths, and also update the
Fred Drake
2000-09-28
1
-8/+31
*
Avoid import of string module; it is only needed for expandvars().
Fred Drake
2000-09-28
3
-48/+46
*
Minor style nits.
Fred Drake
2000-09-28
1
-10/+10
*
Remove imports of string when string methods will do.
Fred Drake
2000-09-28
1
-5/+3
*
Minor ANSIfication: lib_python no longer needs to be initialized
Fred Drake
2000-09-28
1
-4/+1
*
Add regex and regsub to the list of undocumented obsolete modules.
Fred Drake
2000-09-28
1
-0/+12
*
Added some tests for the truncate() method; one is commented out because
Fred Drake
2000-09-28
2
-0/+25
*
Add truncate() method to StringIO objects.
Fred Drake
2000-09-28
1
-0/+13
*
Remove change that had not been saved when the output was generated;
Fred Drake
2000-09-28
1
-3/+0
*
Fix includes; not including Python.h caused the module not to compile on
Fred Drake
2000-09-28
1
-1/+1
*
Update the documentation for ConfigParser to match the recent changes.
Fred Drake
2000-09-27
1
-2/+13
*
Regression test for ConfigParser module.
Fred Drake
2000-09-27
2
-0/+195
*
Allow spaces in section names.
Fred Drake
2000-09-27
1
-18/+33
*
Fix buffer overflow vulnerabilities in calculate_path(). Code used
Jeremy Hylton
2000-09-27
1
-16/+41
*
Updated hash values to match the new encoding (UTF-8) used in the test.
Marc-André Lemburg
2000-09-27
1
-1/+1
*
Fixed encoding to use an endianness independent format.
Marc-André Lemburg
2000-09-27
1
-1/+3
*
Fixed misleading qname in test_xmlgen_ns (reported by loewis).
Lars Gustäbel
2000-09-27
1
-2/+2
*
Fix double negative spotted by matt@mondoinfo.com
Andrew M. Kuchling
2000-09-27
1
-2/+2
*
Added a section describing the new development process. Part of it
Andrew M. Kuchling
2000-09-27
1
-1/+87
*
Bump version to 1.0pre.
Greg Ward
2000-09-27
1
-1/+1
*
Remove deprecation warnings on old 'link_*()' methods, ie. they're not
Greg Ward
2000-09-27
1
-11/+5
*
Big patch from Rene Liebscher to simplify the CCompiler API and
Greg Ward
2000-09-27
5
-430/+409
*
Wrote text for features added between 2.0b1 and b2.
Andrew M. Kuchling
2000-09-27
1
-8/+35
*
Fixed error in explanation of codec decode_func pointed out by Gregg Hauser,
Andrew M. Kuchling
2000-09-27
1
-7/+8
*
Bump version to 0.9.4.
Greg Ward
2000-09-27
1
-1/+1
*
Fix '_set_command_options()' so it only calls 'strtobool()' on strings
Greg Ward
2000-09-27
1
-2/+3
*
This commit was manufactured by cvs2svn to create tag 'r20b2'.
v2.0b2
cvs2svn
2000-09-26
1
-0/+1
*
Added an "import xml.parsers.expat" to turn errors due to not having
Barry Warsaw
2000-09-26
1
-0/+1
*
Fix GC news
Jeremy Hylton
2000-09-26
1
-5/+4
*
The Usual
Jeremy Hylton
2000-09-26
20
-421/+642
*
Fix handling of file inputs on Windows; passing them to urllib.urlopen()
Fred Drake
2000-09-26
1
-3/+5
*
the usual
Jeremy Hylton
2000-09-26
1
-431/+405
*
Fixed typo, description of changes to dbm module.
Fred Drake
2000-09-26
1
-5/+6
*
The rest of the news for 2.0b2
Jeremy Hylton
2000-09-26
1
-8/+72
*
Elaborated the notes on the XML support.
Fred Drake
2000-09-26
1
-5/+16
*
Test output data for the Unicode database test suite.
Marc-André Lemburg
2000-09-26
1
-1/+4
*
Added test suite for the complete Unicode database. The test previously
Marc-André Lemburg
2000-09-26
1
-7/+79
*
It's beta 2 now. Updated some stale URLs at pythonlabs.com.
Guido van Rossum
2000-09-26
1
-4/+3
*
Fixed some typos, added some punctuation (e.g. consistently terminate
Guido van Rossum
2000-09-26
1
-42/+76
*
New info and fixed some typos.
Tim Peters
2000-09-26
1
-9/+11
*
More limits.h stuff in node.c.
Tim Peters
2000-09-26
1
-9/+1
*
Note that including Python.h includes limits.h when available.
Fred Drake
2000-09-26
1
-2/+2
*
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake
2000-09-26
25
-133/+42
*
partial list of changes between 2.0b1 and 2.0b2
Jeremy Hylton
2000-09-26
1
-1/+165
*
Remove a ?? in the description of Mac OS support.
Greg Ward
2000-09-26
1
-1/+1
*
Bump version to 0.9.3.
Greg Ward
2000-09-26
1
-1/+1
[next]