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
*
visit_decref(): Added another assert.
Tim Peters
2002-07-02
1
-0/+1
*
Don't list all the keyword args to the TextWrapper constructor in the
Greg Ward
2002-07-02
1
-15/+23
*
Be consistent with the functions in the posix/nt module: docstrings
Fred Drake
2002-07-02
1
-3/+3
*
Attempt to clarify removedirs().
Fred Drake
2002-07-02
1
-1/+1
*
Deal with & remove the XXX comments.
Fred Drake
2002-07-02
1
-30/+24
*
Abstract the creation of signature lines for callable things; the new
Fred Drake
2002-07-02
2
-7/+20
*
Fix for SF bug #576327: zipfile when sizeof(long) == 8
Tim Peters
2002-07-02
1
-1/+11
*
Convert raise to call exception class. Add whitespace.
Jeremy Hylton
2002-07-02
1
-1/+1
*
Repair badly formatted code.
Jeremy Hylton
2002-07-02
1
-19/+17
*
Finished transitioning to using gc_refs to track gc objects' states.
Tim Peters
2002-07-02
2
-42/+71
*
Remove bogus assignment to self.length in NamedNodeMap.__delitem__().
Fred Drake
2002-07-02
1
-1/+0
*
Minor markup adjustments, consistency changes, and shorten a long
Fred Drake
2002-07-02
1
-12/+13
*
Add refcount info for PyErr_SetFromWindowsErr() and
Fred Drake
2002-07-02
1
-0/+7
*
Docs for PyErr_SetFromWindowsErrWithFilename() and
Thomas Heller
2002-07-02
1
-0/+23
*
Do not depend on pymemcompat.h (was only used for PyXML); Martin likes
Fred Drake
2002-07-02
1
-4/+6
*
Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo().
Jack Jansen
2002-07-02
1
-0/+5
*
Reserved another gc_refs value for untracked objects. Every live gc
Tim Peters
2002-07-02
2
-8/+26
*
Bring this back into sync with PyXML revision 1.58.
Fred Drake
2002-07-01
1
-3/+10
*
OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what's
Tim Peters
2002-07-01
1
-96/+163
*
visit_decref(): Two optimizations.
Tim Peters
2002-06-30
1
-5/+3
*
SF bug #574132: Major GC related performance regression
Tim Peters
2002-06-30
1
-13/+43
*
Patch #569753: Remove support for WIN16.
Martin v. Löwis
2002-06-30
18
-241/+102
*
Bump required PyXML version to 0.6.5.
Martin v. Löwis
2002-06-30
1
-1/+1
*
Implement the encoding argument for toxml and toprettyxml.
Martin v. Löwis
2002-06-30
5
-9/+68
*
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
[next]