summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.Gregory P. Smith2012-06-051-0/+2
* Move the 14992 note to the correct section.Gregory P. Smith2012-06-031-5/+5
* Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSErrorGregory P. Smith2012-06-031-0/+5
* Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+3
* Add news item for #14943Brian Curtin2012-05-291-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
* Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-281-0/+3
* Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-281-0/+3
* 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/+2
* Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-261-0/+3
* #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-241-0/+3
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+3
* Remove duplicate entries in Misc/NEWS.Florent Xicluna2012-05-231-20/+0
* #14472: Update .gitignorePetri Lehtinen2012-05-222-0/+3
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-0/+2
* news for Issue14426Senthil 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.client r...Senthil 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
* Upgrade OpenSSL to 1.0.0jMartin v. Löwis2012-05-181-0/+2
* Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...Antoine Pitrou2012-05-161-0/+3
* Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-0/+6
* Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-151-0/+3
* Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejew...Mark Dickinson2012-05-131-0/+1
* Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+3
* 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
* Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-0/+2
* Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-0/+3
* Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-0/+2
* Fix issue number in Misc/NEWS.Mark Dickinson2012-05-071-1/+1
* Issue #14965: Fix missing support for starred assignments in Tools/parser/unp...Mark Dickinson2012-05-061-0/+6
* #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 #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.Martin v. Löwis2012-04-301-0/+3
* Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-291-0/+2
* Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-292-0/+4
* Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-291-0/+2
* 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 linksLars 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