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
...
*
backport bug [ 969757 ] function and method objects confounded in Tutorial
Georg Brandl
2005-07-08
1
-1/+1
*
backport bug #1177468: don't cache /dev/urandom file descriptor in os.urandom
Georg Brandl
2005-07-04
2
-8/+7
*
Revert patch for 1162912.
Georg Brandl
2005-07-04
1
-3/+0
*
backport bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage
Georg Brandl
2005-07-03
1
-0/+3
*
backport doctest for weakref examples
Georg Brandl
2005-07-02
2
-2/+90
*
backport patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror)
Georg Brandl
2005-07-02
1
-11/+11
*
backport bug [ 1228904 ] weakref example broken
Georg Brandl
2005-07-02
1
-5/+2
*
backport patch [ 1230615 ] Patch for (Doc) #1168746 (frame.f_exc_*)
Georg Brandl
2005-07-02
1
-11/+14
*
Cross reference the set built-ins with the sets module.
Raymond Hettinger
2005-07-01
1
-0/+8
*
Provide a comparison to the builtin set types.
Raymond Hettinger
2005-07-01
1
-2/+32
*
More info on rounding modes. Add sections for floating point notes.
Raymond Hettinger
2005-07-01
1
-7/+12
*
Note that file objects are iterable.
Raymond Hettinger
2005-06-28
1
-0/+15
*
* Show the keyword argument form of dict().
Raymond Hettinger
2005-06-27
1
-2/+12
*
add note that os.EX_* constants are subject to availability on the host
Fred Drake
2005-06-27
1
-0/+3
*
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
Georg Brandl
2005-06-26
1
-0/+3
*
backport bug [ 839151 ] attempt to access sys.argv when it doesn't exist
Georg Brandl
2005-06-26
1
-1/+5
*
backport bug [ 1172785 ] doctest.script_from_examples() result sometimes un-e...
Georg Brandl
2005-06-26
1
-1/+2
*
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
Georg Brandl
2005-06-26
1
-0/+2
*
backport bug [ 1155638 ] self.length shield exception in httplib
Georg Brandl
2005-06-26
1
-0/+1
*
Backport: Prevent creating a HTML link to file://?/
Georg Brandl
2005-06-26
1
-2/+5
*
- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
Georg Brandl
2005-06-26
1
-0/+19
*
backport bug [ 1100201 ] Cross-site scripting on BaseHTTPServer
Georg Brandl
2005-06-26
1
-1/+4
*
backport bug [ 1072853 ] thisid not intialized in pindent.py script
Georg Brandl
2005-06-26
1
-0/+1
*
backport bug [ 1166582 ] IterableUserDict not in docs
Georg Brandl
2005-06-25
1
-3/+9
*
backport bug [ 1186072 ] tempnam doc doesn't include link to tmpfile
Georg Brandl
2005-06-25
1
-8/+9
*
backport bug [ 1175022 ] property example code error
Georg Brandl
2005-06-25
1
-0/+1
*
backport [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG
Georg Brandl
2005-06-25
1
-2/+3
*
backport bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply
Georg Brandl
2005-06-25
1
-5/+10
*
backport patch [ 1213031 ] note that os.chown can have -1 as an argument
Georg Brandl
2005-06-25
1
-1/+1
*
backport of bug [ 1225705 ] os.environ documentation should mention unsetenv
Georg Brandl
2005-06-25
1
-3/+21
*
backport Patch #1227442: smtplib.SMTP.sendmail() accepts list or string for t...
Georg Brandl
2005-06-25
1
-7/+8
*
SF bug #1224621: tokenize module does not detect inconsistent dedents
Raymond Hettinger
2005-06-21
3
-1/+24
*
SF patch #1200018: Restore GC support to set objects
Raymond Hettinger
2005-06-19
3
-7/+36
*
Bug #1209560: spurious blank page in dist.pdf (backport)
Georg Brandl
2005-06-18
1
-0/+3
*
Patch #1180012: add documentation for modulefinder (backport)
Georg Brandl
2005-06-18
1
-0/+1
*
Fix typo.
Raymond Hettinger
2005-06-17
1
-1/+1
*
backport Lib/test/test_class.py revision 1.13:
Michael W. Hudson
2005-06-16
1
-1/+1
*
Fix check for error condition
Andrew M. Kuchling
2005-06-15
1
-1/+1
*
[Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite
Andrew M. Kuchling
2005-06-15
1
-1/+2
*
Fix nits.
Raymond Hettinger
2005-06-15
1
-2/+3
*
backport
Skip Montanaro
2005-06-15
1
-0/+1
*
Update version here, too.
Michael W. Hudson
2005-06-15
1
-1/+1
*
[Bug #1219862] Document correct argument range for pair_content()
Andrew M. Kuchling
2005-06-14
1
-1/+1
*
SF bug #1219448: small output bug
Raymond Hettinger
2005-06-14
1
-1/+1
*
SF bug #1215887: String and list methods documentation deeply hidden
Raymond Hettinger
2005-06-14
1
-6/+15
*
SF bug #1219361 Fix typo
Raymond Hettinger
2005-06-13
1
-1/+1
*
Backport 1.26 Decimal FAQ.
Raymond Hettinger
2005-06-12
1
-2/+155
*
Backport 1.37 namespace cleanup.
Raymond Hettinger
2005-06-12
1
-2/+2
*
Clarify docs about os.popen[234].
Georg Brandl
2005-06-10
1
-2/+2
*
[Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr(...
Andrew M. Kuchling
2005-06-09
1
-9/+13
[prev]
[next]