summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-072-0/+4
* Correctly detect bzip2 compressed streams with blocksizes other than 900k.Lars Gustäbel2011-12-061-0/+3
* - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (FixBarry Warsaw2011-12-051-0/+3
* Issue #13513: IOBase docs incorrectly link to the readline moduleMeador Inge2011-12-031-0/+3
* Issue #13439: Fix many errors in turtle docstrings.Petri Lehtinen2011-12-021-0/+2
* Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).Éric Araujo2011-11-292-0/+4
* Fix last remaining references to ex-devguideÉric Araujo2011-11-291-1/+1
* Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-0/+4
* Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-282-0/+4
* Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-0/+3
* Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-0/+4
* Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...Antoine Pitrou2011-11-231-0/+3
* Merge branch 3.2Victor Stinner2011-11-221-0/+2
|\
| * Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+2
* | Issue #13436: Fix a bogus error message when an AST object was passedAmaury Forgeot d'Arc2011-11-221-0/+3
|/
* Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-212-0/+7
* Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDERPetri Lehtinen2011-11-192-0/+5
* #13358: HTMLParser now calls handle_data only once for each CDATA.Ezio Melotti2011-11-181-0/+2
* #4147: minidom's toprettyxml no longer adds whitespace around a text node whe...Ezio Melotti2011-11-181-0/+4
* Issue #13333: The UTF-7 decoder now accepts lone surrogatesAntoine Pitrou2011-11-151-0/+3
* #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...Ezio Melotti2011-11-141-0/+3
* Add NEWS entry for #13193Antoine Pitrou2011-11-121-0/+3
* Remove duplicate ACKS.Florent Xicluna2011-11-111-2/+0
* Fix #13384. Remove __future__ import in 3.x code.Brian Curtin2011-11-111-0/+2
* Issue #13191: typo in argparse docsEli Bendersky2011-11-111-0/+1
* Issue #13365: correct an error in the documentation of str.expandtabsEli Bendersky2011-11-111-0/+1
* Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-092-0/+4
* Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-081-0/+3
* Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-081-0/+2
* Issue #13237: Forward port subprocess module updates and explicitly document ...Nick Coghlan2011-11-081-0/+3
* Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-061-3/+0
* curses.tparm() is expecting a byte string, not curses.tigetstr()Petri Lehtinen2011-11-061-1/+1
* Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicodeAntoine Pitrou2011-11-051-0/+3
* Accept None as start and stop parameters for list.index() and tuple.index()Petri Lehtinen2011-11-051-0/+3
* Remove __pycache__ directories correctly on OpenBSDPetri Lehtinen2011-11-051-0/+5
* Issue #3067: Enhance the documentation and docstring of locale.setlocale()Petri Lehtinen2011-11-051-1/+2
* Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-051-0/+3
* Issue #13343: Fix a SystemError when a lambda expression uses a globalAmaury Forgeot d'Arc2011-11-041-0/+4
* Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-042-0/+4
* Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-041-0/+2
* Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.Ross Lagerwall2011-11-041-0/+3
* Issue #10570: curses.putp() is now expecting a byte string, instead of aVictor Stinner2011-11-031-2/+2
* Issue #10570: curses.tigetstr() is now expecting a byte string, instead of aVictor Stinner2011-11-021-0/+3
* Closes #2892: preserve iterparse events in case of SyntaxError.Florent Xicluna2011-11-011-0/+2
* #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-011-2/+5
* Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-312-0/+4
* Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortErrorSenthil Kumaran2011-10-311-0/+3
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+3
* Merge headsFlorent Xicluna2011-10-301-0/+5
|\
| * Issue #13293: Better error message when trying to marshal bytes using xmlrpc....Florent Xicluna2011-10-301-0/+3