summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Fix #13327. Remove the need for an explicit None as the second argument toBrian Curtin2011-11-061-0/+3
* Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-061-3/+0
|\
| * Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-061-3/+0
* | Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.Amaury Forgeot d'Arc2011-11-061-0/+3
* | curses.tparm() is expecting a byte string, not curses.tigetstr()Petri Lehtinen2011-11-061-1/+1
|\ \ | |/
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * Accept None as start and stop parameters for list.index() and tuple.index()Petri Lehtinen2011-11-051-0/+3
* | Merge headsPetri Lehtinen2011-11-051-0/+2
|\ \
| * | news note about range introspectionBenjamin Peterson2011-11-051-0/+2
* | | Remove __pycache__ directories correctly on OpenBSDPetri Lehtinen2011-11-051-0/+2
|\ \ \ | |/ / |/| / | |/
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * 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 #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-041-0/+3
|\ \ | |/
| * Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-041-0/+3
* | Merge 3.2: issue #13140Florent Xicluna2011-11-041-0/+2
|\ \ | |/
| * Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-041-0/+2
* | (Merge 3.2) Issue #13339.Ross Lagerwall2011-11-041-0/+3
|\ \ | |/
| * Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.Ross Lagerwall2011-11-041-0/+3
* | (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, insteadVictor Stinner2011-11-031-2/+2
|\ \ | |/
| * Issue #10570: curses.putp() is now expecting a byte string, instead of aVictor Stinner2011-11-031-2/+2
* | Branch mergeÉric Araujo2011-11-031-4/+8
|\ \
| * | Improve byte-compilation in packaging to be independent of -O or -B.Éric Araujo2011-11-031-0/+3
| * | Fix typos in recent NEWS entriesÉric Araujo2011-11-021-4/+5
* | | (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,Victor Stinner2011-11-021-0/+3
|\ \ \ | | |/ | |/|
| * | Issue #10570: curses.tigetstr() is now expecting a byte string, instead of aVictor Stinner2011-11-021-0/+3
* | | #13295: http.server now produces valid HTML 4.01 strict.Ezio Melotti2011-11-021-0/+2
| |/ |/|
* | Merge 3.2: issue #2892Florent Xicluna2011-11-011-0/+2
|\ \ | |/
| * Closes #2892: preserve iterparse events in case of SyntaxError.Florent Xicluna2011-11-011-0/+2
* | issue13287 - Define __all__ for urllib.request and urllib.error and expose onlySenthil Kumaran2011-11-011-0/+3
* | #670664: merge with 3.2.Ezio Melotti2011-11-011-2/+5
|\ \ | |/
| * #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-311-0/+3
|\ \ | |/
| * Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-311-0/+3
* | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().Ross Lagerwall2011-10-311-0/+3
* | merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentT...Senthil Kumaran2011-10-311-0/+3
|\ \ | |/
| * 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
|\ \ | |/
| * 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
| |\
* | | Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta...Florent Xicluna2011-10-301-0/+3
* | | Merge headsFlorent Xicluna2011-10-301-0/+3
|\ \ \
| * \ \ Add Misc/NEWS entry for issue #10519Petri Lehtinen2011-10-301-0/+3
| |\ \ \ | | |/ /