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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Decent burial for venerated ancestor (urn in attic)
Kurt B. Kaiser
2002-07-06
1
-342/+0
*
Remove dead code.
Kurt B. Kaiser
2002-07-06
1
-38/+0
*
1. Test Sourceforge checkin, idle-dev posting
Kurt B. Kaiser
2002-07-06
1
-1/+0
*
Combine OldStackViewer.py with Debugger.py, removing dead code.
unknown
2002-07-05
3
-290/+164
*
printlist(): Replaced the guts with a call to textwrap. Yay!
Tim Peters
2002-07-04
1
-30/+19
*
Docstring improvements. In particular, added docstrings for the
Greg Ward
2002-07-04
1
-10/+27
*
append(): Clarify the expected type of charset.
Barry Warsaw
2002-07-03
1
-1/+2
*
Debugger Exception Info and GUI Stack Exception Traceback: finish
Kurt B. Kaiser
2002-07-03
1
-10/+23
*
Be consistent with the functions in the posix/nt module: docstrings
Fred Drake
2002-07-02
1
-3/+3
*
Convert raise to call exception class. Add whitespace.
Jeremy Hylton
2002-07-02
1
-1/+1
*
Remove bogus assignment to self.length in NamedNodeMap.__delitem__().
Fred Drake
2002-07-02
1
-1/+0
*
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
3
-8/+29
*
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
*
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
Raymond Hettinger
2002-06-30
11
-42/+19
*
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
*
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
1
-1/+94
*
Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections.
Jeremy Hylton
2002-06-28
1
-32/+102
*
The standard definition file is now called mwerks_shcarbon_plugin.h.
Jack Jansen
2002-06-27
1
-1/+1
*
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
*
Whitespace normalization (remove tabs)
Neal Norwitz
2002-06-26
1
-4/+4
*
Fixed various MacPython-specific issues found by attempting to use the standa...
Jack Jansen
2002-06-26
2
-4/+37
*
Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDict
Raymond Hettinger
2002-06-26
1
-15/+11
*
Suppress the variable verbose output from test.xmltests; the inclusion of
Fred Drake
2002-06-26
2
-15/+3
*
This module broke on the Mac (where it can't work, but distutils seems to imp...
Jack Jansen
2002-06-26
1
-1/+2
*
Also look up variable names in __builtins__ if not found in globals.
Ka-Ping Yee
2002-06-26
1
-3/+15
*
Shutdown subprocess debugger and associated Proxies/Adapters when closing
Kurt B. Kaiser
2002-06-26
4
-41/+80
*
Add convenience module to run all the XML tests.
Fred Drake
2002-06-25
2
-0/+395
*
Remove all EditorWindow BREAK tags when closing Debugger
Kurt B. Kaiser
2002-06-25
1
-0/+8
*
fix incorrect size calc. in IMAP4_SSL.read
Piers Lauder
2002-06-24
1
-1/+1
*
Clear associated breakpoints when closing an edit window.
Kurt B. Kaiser
2002-06-24
4
-66/+78
*
Fix SF bug 572567: Memory leak in object comparison.
Raymond Hettinger
2002-06-24
1
-0/+12
[prev]
[next]