summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
| * Replay changeset 70248:c714e2f92f63 from fubar branch. Original commitBarry Warsaw2011-05-232-1/+20
| * Replay changeset 70238:03e488b5c009 from fubar branch. Original commitBarry Warsaw2011-05-232-8/+17
* | Issue #13883: Document all platforms PYTHONCASEOK works on.Brett Cannon2012-01-261-0/+2
* | Issue #12501: merge the discordant NEWS entries.Florent Xicluna2012-01-241-4/+2
* | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+3
* | NEWS entry for Issue6631Senthil Kumaran2012-01-211-0/+2
* | Issue #2134: Clarify token.OP handling rationale in tokenize documentation.Meador Inge2012-01-191-0/+3
* | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-181-0/+3
* | Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...Jesus Cea2012-01-181-0/+3
* | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-172-0/+4
* | Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typoJesus Cea2012-01-161-0/+3
* | Issue #13774: json: Fix a SystemError when a bogus encoding is passed toAmaury Forgeot d'Arc2012-01-131-0/+3
* | Issue #13764: remove outdated script Misc/build.shAntoine Pitrou2012-01-131-279/+0
* | - Issue #13642: Unquote before b64encoding user:password during BasicSenthil Kumaran2012-01-101-0/+3
* | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-0/+3
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-022-0/+4
* | Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist c...Jason R. Coombs2011-12-261-0/+3
* | Update News entry.Senthil Kumaran2011-12-231-0/+2
* | Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").Lars Gustäbel2011-12-211-0/+2
* | Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-211-0/+2
* | Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-0/+6
* | Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-182-0/+4
* | Issue #11870: threading: Properly reinitialize threads internal locks andCharles-François Natali2011-12-181-0/+3
* | Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-181-0/+3
* | Issue #13522: document error return values of some float and complex C API fu...Antoine Pitrou2011-12-181-0/+1
* | Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-0/+4
* | Issue #4625: add NEWS entry.Ned Deily2011-12-141-0/+4
* | Issue #13573: The csv.writer now uses the repr() for floats rather than str().Raymond Hettinger2011-12-121-0/+3
* | Issue #13546: Fixed an overflow issue that could crash the intepreter whenAmaury Forgeot d'Arc2011-12-071-0/+3
* | Correctly detect bzip2 compressed streams with blocksizes other than 900k.Lars Gustäbel2011-12-061-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
* | 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
* | Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+2
* | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-212-0/+7
* | #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 #8793: Prevent IDLE crash in 2.7 when given strings withNed Deily2011-11-161-0/+3
* | 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
* | Issue #13193: Fix distutils.filelist.FileList under Windows. TheAntoine Pitrou2011-11-121-0/+3
* | 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
* | Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-061-3/+0
* | remove py3k warning for callableBenjamin Peterson2011-11-061-0/+2
* | Accept None as start and stop parameters for list.index() and tuple.index()Petri Lehtinen2011-11-051-0/+3
* | Issue #3067: Enhance the documentation and docstring of locale.setlocale()Petri Lehtinen2011-11-051-0/+3
* | Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-051-0/+3