summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-221-0/+3
* #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-0/+3
* Issue #15101: Make pool finalizer avoid joining current threadRichard Oudkerk2012-06-181-0/+2
* Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
* #14840: Add a bit on the difference between tuples and lists. Initial patch ...Ezio Melotti2012-06-171-0/+1
* Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport fro...Nick Coghlan2012-06-171-0/+3
* Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals.Meador Inge2012-06-171-0/+4
* #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+4
* Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-111-0/+3
* NEWS fixesTerry Jan Reedy2012-06-071-1/+1
* Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-061-0/+3
* Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-061-0/+3
* Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+3
* Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.Ned Deily2012-05-291-0/+2
* Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-282-0/+4
* Issue #9041: raised exception is misleadingMeador Inge2012-05-281-0/+4
* Issue12510: Attempting to get invalid tooltip no longer closes Idle.Terry Jan Reedy2012-05-281-0/+3
* Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-271-0/+3
* Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-261-0/+3
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+3
* Issue #14888: Fix misbehaviour of the _md5 module when called on data larger ...Antoine Pitrou2012-05-231-0/+3
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-1/+3
* Issue #8767: Restore building with --disable-unicode.Martin v. Löwis2012-05-202-0/+4
* Issue #14572: Prevent build failures with pre-3.5.0 versions ofNed Deily2012-05-201-0/+3
* Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-0/+3
* #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-192-0/+5
* #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-191-0/+3
* Fix Issue14721: Send Content-length: 0 for empty body () in the http.requestSenthil Kumaran2012-05-191-0/+3
* Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-0/+3
* #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-182-0/+5
* #14832: 'first' now really refers to first arg in unittest assertItemsEqualR David Murray2012-05-161-0/+3
* Issue #14829: Fix bisect issues under 64-bit Windows.Antoine Pitrou2012-05-161-0/+2
* Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-0/+6
* Upgrade openssl to 0.9.8x.Martin v. Löwis2012-05-151-0/+2
* Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authe...Senthil Kumaran2012-05-151-0/+3
* Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+3
* Update ACKS.Antoine Pitrou2012-05-101-0/+1
* Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-101-0/+3
* Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-102-0/+3
* Issue #14761: Fix potential leak on an error case in the import machinery.Antoine Pitrou2012-05-092-0/+3
* #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-062-0/+6
* fix calling the classmethod descriptor directly (closes #14699)Benjamin Peterson2012-05-011-0/+2
* issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...Senthil Kumaran2012-05-011-0/+3
* Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...Antoine Pitrou2012-04-251-0/+3
* Issue #14160: TarFile.extractfile() failed to resolve symbolic links whenLars Gustäbel2012-04-241-0/+3
* don't use a slot wrapper from a different special method (closes #14658)Benjamin Peterson2012-04-241-0/+6
* #14638: pydoc now treats non-str __name__ as None instead of raisingR David Murray2012-04-231-0/+3
* news for issue13684Senthil Kumaran2012-04-231-0/+3
* add Mark ShannonBenjamin Peterson2012-04-231-0/+1
* Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...Antoine Pitrou2012-04-191-0/+3