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
*
Merge from PyXML:
Martin v. Löwis
2002-06-30
1
-2/+26
*
Add xml namespace initially (PyXML 1.19).
Martin v. Löwis
2002-06-30
1
-1/+2
*
Fix spacing.
Martin v. Löwis
2002-06-30
1
-1/+1
*
Merge changes from PyXML:
Martin v. Löwis
2002-06-30
1
-13/+76
*
Define PyDoc_STRVAR if it is not available (PyXML 1.54).
Martin v. Löwis
2002-06-30
1
-63/+11
*
Undo usage of PyOS_snprintf (rev. 1.51 of PyXML).
Martin v. Löwis
2002-06-30
1
-1/+3
*
Fixed bug 574978 shutil example out of sync with source code
Raymond Hettinger
2002-06-30
1
-2/+1
*
Fix bug 575221 referred to dictionary type instead of dict.
Raymond Hettinger
2002-06-30
1
-1/+1
*
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
Raymond Hettinger
2002-06-30
11
-42/+19
*
Clarify the version information for the unicode() built-in.
Fred Drake
2002-06-29
1
-6/+9
*
Another test of long headers.
Barry Warsaw
2002-06-29
2
-0/+19
*
Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133
Barry Warsaw
2002-06-29
2
-1/+34
*
Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133
Barry Warsaw
2002-06-29
1
-0/+57
*
Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133
Barry Warsaw
2002-06-29
1
-7/+27
*
test_multilingual(): Test for Header.__unicode__().
Barry Warsaw
2002-06-29
1
-0/+22
*
__unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation
Barry Warsaw
2002-06-29
1
-0/+6
*
Add documentation for new textwrap module.
Greg Ward
2002-06-29
3
-0/+143
*
Typo fix.
Greg Ward
2002-06-29
1
-1/+1
*
Track change of begin() to _begin().
Jeremy Hylton
2002-06-28
1
-2/+2
*
Lots of new and updated tests to check for proper ascii header
Barry Warsaw
2002-06-28
2
-42/+187
*
_max_append(): When adding the string `s' to its own line, it should
Barry Warsaw
2002-06-28
1
-2/+2
*
Teach this class about "highest-level syntactic breaks" but only for
Barry Warsaw
2002-06-28
1
-58/+151
*
_split_header(): The code here was terminally broken because it didn't
Barry Warsaw
2002-06-28
1
-53/+11
*
Simplify HTTPSConnection constructor.
Jeremy Hylton
2002-06-28
1
-21/+7
*
Close SF patch 523944: importing modules with foreign newlines.
Jeremy Hylton
2002-06-28
1
-1/+1
*
Added character data buffering to pyexpat parser objects.
Fred Drake
2002-06-28
2
-21/+251
*
Add Bob Kline of HTTP 100 fame.
Jeremy Hylton
2002-06-28
1
-0/+1
*
Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections.
Jeremy Hylton
2002-06-28
1
-32/+102
*
pyexpat code cleanup and minor refactorings:
Fred Drake
2002-06-28
1
-221/+176
*
Fix small bug. The count of objects in all generations younger then the
Neil Schemenauer
2002-06-28
1
-1/+1
*
Patch 574531/Bug 574570 - allow freeze on windows to use the _winreg
Mark Hammond
2002-06-28
1
-1/+5
*
The standard definition file is now called mwerks_shcarbon_plugin.h.
Jack Jansen
2002-06-27
1
-1/+1
*
Started on support for using standard setup.py to build at least
Jack Jansen
2002-06-27
1
-43/+66
*
More fixes for building MacPython extension modules. It now actually succeeds
Jack Jansen
2002-06-27
1
-16/+18
*
merged with SLAB codebase (version 1.0.1)
Fredrik Lundh
2002-06-27
1
-78/+344
*
made the code match the comments (1.5.2 compatibility)
Fredrik Lundh
2002-06-27
1
-3/+3
*
Fix bug #570057: Broken pre.subn() (and pre.sub())
Fredrik Lundh
2002-06-27
1
-2/+4
*
Integrate the tests for name interning from PyXML (test_pyexpat.py
Fred Drake
2002-06-27
1
-0/+18
*
Integrate the changes from PyXML's version of pyexpat.c revisions
Fred Drake
2002-06-27
1
-46/+109
*
Added support for some of the more recently defined macros and
Fred Drake
2002-06-27
1
-0/+14
*
Clean up some markup.
Fred Drake
2002-06-27
1
-5/+6
*
dis.dis() also supports modules
Neal Norwitz
2002-06-26
1
-1/+2
*
Disabled non-carbon builds (for the moment still optional) and made
Jack Jansen
2002-06-26
2
-20/+27
*
Whitespace normalization (remove tabs)
Neal Norwitz
2002-06-26
1
-4/+4
*
Fix various typos reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Fix typo reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Make the prototype match the declaration in the GUSI header files.
Jack Jansen
2002-06-26
1
-3/+3
*
Undefine DPRINTF before defining it, there was a conflict with some other
Jack Jansen
2002-06-26
1
-0/+1
*
Undefine TRUE and FALSE before redefining them.
Jack Jansen
2002-06-26
1
-0/+2
*
Got rid of an extraneous semicolon.
Jack Jansen
2002-06-26
1
-1/+1
[next]