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
*
add support for svn: and svn+ssh: URL schemes to urlparse
Fred Drake
2005-07-29
2
-1/+7
*
Disable encoding/decoding test, if unicode is disabled.
Walter Dörwald
2005-07-28
1
-19/+20
*
Fix a problem in Tkinter introduced by SF patch #869468 (checked in as
Guido van Rossum
2005-07-26
1
-6/+0
*
That was one too much.
Georg Brandl
2005-07-22
1
-1/+1
*
Fix all wrong instances of "it's".
Georg Brandl
2005-07-22
11
-16/+16
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
3
-3/+3
*
Make attributes and local variables in the StreamReader str objects instead
Walter Dörwald
2005-07-20
2
-5/+24
*
bug [ 957505 ] SocketServer module documentation misleading
Georg Brandl
2005-07-18
1
-2/+2
*
Whitespace normalization.
Tim Peters
2005-07-17
4
-10/+10
*
- Bug #1015140: disambiguated the term "article id" in nntplib docs and
Georg Brandl
2005-07-17
1
-2/+2
*
Add support for FreeBSD 7.
Hye-Shik Chang
2005-07-17
6
-2/+543
*
bug [ 1238170 ] threading.Thread uses {} as default argument
Georg Brandl
2005-07-15
1
-1/+3
*
textwrap now processes text chucks at O(n) speed instead of O(n**2).
Raymond Hettinger
2005-07-15
1
-9/+13
*
RFE [ 1216944 ] Add Error Code Dictionary to urllib2
Georg Brandl
2005-07-14
2
-0/+53
*
Fix:
Michael W. Hudson
2005-07-12
1
-0/+20
*
Fix "upload" command garbling and truncating files on Windows. If it's a
Phillip J. Eby
2005-07-07
1
-1/+1
*
Add test for hash commutativity.
Raymond Hettinger
2005-07-05
1
-0/+10
*
fixed tag generation to avoid null tags
Piers Lauder
2005-07-05
1
-2/+2
*
bug #1177468: don't cache /dev/urandom file descriptor in os.urandom
Georg Brandl
2005-07-04
1
-8/+4
*
Add doctest for examples in libweakref.tex to test_weakref.
Georg Brandl
2005-07-02
1
-0/+86
*
patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror)
Georg Brandl
2005-07-02
1
-11/+11
*
SF bug #1224347: int/long unification and hex()
Raymond Hettinger
2005-06-29
1
-1/+1
*
Adapt output file to new Cookie JS output.
Georg Brandl
2005-06-27
1
-4/+4
*
Fix test cases for doctest.
Georg Brandl
2005-06-26
2
-0/+4
*
bug [ 839151 ] attempt to access sys.argv when it doesn't exist
Georg Brandl
2005-06-26
1
-1/+5
*
bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able
Georg Brandl
2005-06-26
1
-1/+2
*
bug [ 1155638 ] self.length shield exception in httplib
Georg Brandl
2005-06-26
1
-0/+1
*
bug [ 1175848 ] poorly named variable in urllib2.py
Georg Brandl
2005-06-26
1
-2/+2
*
Prevent creating a HTML link to file://?/
Georg Brandl
2005-06-26
1
-2/+5
*
bug [ 1100201 ] Cross-site scripting on BaseHTTPServer
Georg Brandl
2005-06-26
1
-1/+4
*
bug [ 1108948 ] Cookie.py produces invalid code
Georg Brandl
2005-06-26
1
-2/+2
*
SMTP.help() was returning a tuple instead of the promised text.
Kurt B. Kaiser
2005-06-26
1
-1/+1
*
SF bug #1224621: tokenize module does not detect inconsistent dedents
Raymond Hettinger
2005-06-21
2
-1/+22
*
Remove dead code
Kurt B. Kaiser
2005-06-21
2
-20/+8
*
test_asynchat is no longer expected to produce output.
Michael W. Hudson
2005-06-20
2
-4/+3
*
Apply the _is_special guard.
Raymond Hettinger
2005-06-20
1
-12/+13
*
<Enter> when cursor is on a previous command retrieves that command. Instead
Kurt B. Kaiser
2005-06-19
2
-7/+32
*
SF patch #1200018: Restore GC support to set objects
Raymond Hettinger
2005-06-18
1
-0/+10
*
Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with
Skip Montanaro
2005-06-17
1
-0/+31
*
[Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite
Andrew M. Kuchling
2005-06-15
1
-1/+2
*
yet another cache to clear when leak hunting.
Michael W. Hudson
2005-06-14
1
-0/+2
*
Port test_long.py to unittest.
Walter Dörwald
2005-06-13
1
-508/+451
*
Fix bug
Michael W. Hudson
2005-06-13
1
-0/+9
*
SF bug #1219361 Fix typo
Raymond Hettinger
2005-06-13
1
-1/+1
*
1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
Kurt B. Kaiser
2005-06-12
3
-9/+12
*
1. Patch 1196895 Jeff Shute:
Kurt B. Kaiser
2005-06-12
5
-4/+13
*
Patch #1171150: add a newline to py_compile error output
Georg Brandl
2005-06-10
1
-1/+1
*
Add untokenize() function to allow full round-trip tokenization.
Raymond Hettinger
2005-06-10
3
-7/+125
*
[Patch #1002763] Allow long ints as terminator values; also, treat a terminat...
Andrew M. Kuchling
2005-06-09
1
-2/+2
*
Convert asynchat test to unittest; exercise the client using a numeric value ...
Andrew M. Kuchling
2005-06-09
1
-14/+46
[next]