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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #11231: Fix bytes and bytearray docstrings
Victor Stinner
2011-12-17
1
-0/+1
*
Issue #13530: Document os.lseek() result
Victor Stinner
2011-12-17
1
-0/+1
*
Issue #10350: Read and save errno before calling a function which might overw...
Antoine Pitrou
2011-12-16
1
-0/+3
*
Fix the fix for issue #12149: it was incorrect, although it had the side
Antoine Pitrou
2011-12-15
1
-0/+4
*
Issue #13591: Moving the NEWS line to the right release.
Meador Inge
2011-12-15
1
-3/+3
*
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-15
1
-0/+3
*
Issue #4625: add NEWS entry.
Ned Deily
2011-12-14
1
-0/+4
*
Issue #13505: Make pickling of bytes object compatible with Python 2.
Alexandre Vassalotti
2011-12-13
1
-0/+3
*
Issue #5905: time.strftime() is now using the locale encoding, instead of
Victor Stinner
2011-12-09
1
-0/+3
*
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
Ned Deily
2011-12-07
2
-0/+4
*
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
Lars Gustäbel
2011-12-06
1
-0/+3
*
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
Barry Warsaw
2011-12-05
1
-0/+3
*
Issue #13513: IOBase docs incorrectly link to the readline module
Meador Inge
2011-12-03
1
-0/+3
*
Issue #13439: Fix many errors in turtle docstrings.
Petri Lehtinen
2011-12-02
1
-0/+2
*
Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).
Éric Araujo
2011-11-29
2
-0/+4
*
Fix last remaining references to ex-devguide
Éric Araujo
2011-11-29
1
-1/+1
*
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-0/+4
*
Issue #12618: py_compile cannot create files in current directory
Meador Inge
2011-11-28
2
-0/+4
*
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-0/+3
*
Issue #12856: Ensure child processes do not inherit the parent's random seed ...
Antoine Pitrou
2011-11-25
1
-0/+4
*
Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...
Antoine Pitrou
2011-11-23
1
-0/+3
*
Merge branch 3.2
Victor Stinner
2011-11-22
1
-0/+2
|
\
|
*
Issue #13415: os.unsetenv() doesn't ignore errors anymore.
Victor Stinner
2011-11-22
1
-0/+2
*
|
Issue #13436: Fix a bogus error message when an AST object was passed
Amaury Forgeot d'Arc
2011-11-22
1
-0/+3
|
/
*
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
2
-0/+7
*
Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER
Petri Lehtinen
2011-11-19
2
-0/+5
*
#13358: HTMLParser now calls handle_data only once for each CDATA.
Ezio Melotti
2011-11-18
1
-0/+2
*
#4147: minidom's toprettyxml no longer adds whitespace around a text node whe...
Ezio Melotti
2011-11-18
1
-0/+4
*
Issue #13333: The UTF-7 decoder now accepts lone surrogates
Antoine Pitrou
2011-11-15
1
-0/+3
*
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...
Ezio Melotti
2011-11-14
1
-0/+3
*
Add NEWS entry for #13193
Antoine Pitrou
2011-11-12
1
-0/+3
*
Remove duplicate ACKS.
Florent Xicluna
2011-11-11
1
-2/+0
*
Fix #13384. Remove __future__ import in 3.x code.
Brian Curtin
2011-11-11
1
-0/+2
*
Issue #13191: typo in argparse docs
Eli Bendersky
2011-11-11
1
-0/+1
*
Issue #13365: correct an error in the documentation of str.expandtabs
Eli Bendersky
2011-11-11
1
-0/+1
*
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
Antoine Pitrou
2011-11-09
2
-0/+4
*
Partial patch for issue #11812: Take care of test_telnetlib.py
Jesus Cea
2011-11-08
1
-0/+3
*
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
Jesus Cea
2011-11-08
1
-0/+2
*
Issue #13237: Forward port subprocess module updates and explicitly document ...
Nick Coghlan
2011-11-08
1
-0/+3
*
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
1
-3/+0
*
curses.tparm() is expecting a byte string, not curses.tigetstr()
Petri Lehtinen
2011-11-06
1
-1/+1
*
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Antoine Pitrou
2011-11-05
1
-0/+3
*
Accept None as start and stop parameters for list.index() and tuple.index()
Petri Lehtinen
2011-11-05
1
-0/+3
*
Remove __pycache__ directories correctly on OpenBSD
Petri Lehtinen
2011-11-05
1
-0/+5
*
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
Petri Lehtinen
2011-11-05
1
-1/+2
*
Fix Maildir initialization so that maildir contents are read correctly.
Petri Lehtinen
2011-11-05
1
-0/+3
*
Issue #13343: Fix a SystemError when a lambda expression uses a global
Amaury Forgeot d'Arc
2011-11-04
1
-0/+4
*
Issue #3067: Fix the error raised by locale.setlocale()
Petri Lehtinen
2011-11-04
2
-0/+4
*
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Florent Xicluna
2011-11-04
1
-0/+2
*
Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
Ross Lagerwall
2011-11-04
1
-0/+3
[next]