summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 3.2 (closes #13338)Petri Lehtinen2011-11-192-0/+5
|\
| * Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDERPetri Lehtinen2011-11-192-0/+5
* | Issue #10227: Add an allocation cache for a single slice object.Antoine Pitrou2011-11-181-0/+3
* | #13358: merge with 3.2.Ezio Melotti2011-11-181-0/+2
|\ \ | |/
| * #13358: HTMLParser now calls handle_data only once for each CDATA.Ezio Melotti2011-11-181-0/+2
* | #4147: merge with 3.2.Ezio Melotti2011-11-181-0/+4
|\ \ | |/
| * #4147: minidom's toprettyxml no longer adds whitespace around a text node whe...Ezio Melotti2011-11-181-0/+4
* | Issue #13393: BufferedReader.read1() now asks the full requested size toAntoine Pitrou2011-11-151-0/+3
* | Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-0/+4
* | Closes #13297: use bytes type to send and receive binary data through XMLRPC.Florent Xicluna2011-11-151-0/+2
* | Issue #13392: Writing a pyc file should now be atomic under Windows as well.Antoine Pitrou2011-11-151-0/+2
* | Branch mergeÉric Araujo2011-11-152-10/+5
|\ \
| * | Add entries for distutils2 contributors (their patches are in packaging)Éric Araujo2011-11-141-0/+5
| * | Remove NEWS entries for packaging test suite fixes.Éric Araujo2011-11-141-10/+0
* | | Issue #13333: The UTF-7 decoder now accepts lone surrogatesAntoine Pitrou2011-11-151-0/+3
|\ \ \ | | |/ | |/|
| * | Issue #13333: The UTF-7 decoder now accepts lone surrogatesAntoine Pitrou2011-11-151-0/+3
* | | Issue #13389: Full garbage collection passes now clear the freelists forAntoine Pitrou2011-11-141-0/+4
* | | Issue #6397: Support '/dev/poll' polling objects in select module, under Sola...Jesus Cea2011-11-141-0/+3
| |/ |/|
* | #1745761, #755670, #13357, #12629, #1200313: merge with 3.2.Ezio Melotti2011-11-141-0/+3
|\ \ | |/
| * #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...Ezio Melotti2011-11-141-0/+3
* | Issue #13193: Fix distutils.filelist.FileList andAntoine Pitrou2011-11-121-0/+4
|\ \ | |/
| * Add NEWS entry for #13193Antoine Pitrou2011-11-121-0/+3
* | Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups.Florent Xicluna2011-11-111-41/+38
|\ \ | |/
| * Remove duplicate ACKS.Florent Xicluna2011-11-111-2/+0
* | Merge 3.2Brian Curtin2011-11-111-0/+2
|\ \ | |/
| * 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 #13191: typo in argparse docsEli Bendersky2011-11-111-0/+1
* | Issue #13365: correct an error in the documentation of str.expandtabs. Patch ...Eli Bendersky2011-11-111-0/+1
|\ \ | |/
| * Issue #13365: correct an error in the documentation of str.expandtabsEli Bendersky2011-11-111-0/+1
* | Issue #13149: Speed up append-only StringIO objects.Antoine Pitrou2011-11-101-0/+2
* | Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.Charles-François Natali2011-11-101-0/+2
* | Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-092-0/+4
|\ \ | |/
| * Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-092-0/+4
* | MERGE: Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-081-0/+3
|\ \ | |/
| * Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-081-0/+3
* | MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-081-0/+2
|\ \ | |/
| * Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-081-0/+2
* | Issue #13237: Forward port from 3.2 of subprocess documentation updates. Need...Nick Coghlan2011-11-081-0/+3
|\ \ | |/
| * Issue #13237: Forward port subprocess module updates and explicitly document ...Nick Coghlan2011-11-081-0/+3
* | News updates for #13327.Brian Curtin2011-11-071-1/+3
* | Branch mergeÉric Araujo2011-11-071-4/+0
|\ \
| * | Remove obsolete/duplicate entriesÉric Araujo2011-11-061-4/+0
* | | 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
|\ \ \ | |/ /