summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #19697: Document cases where __main__.__spec__ is None.Eric Snow2014-03-291-0/+2
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-0/+6
* Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-271-0/+5
* inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.Yury Selivanov2014-03-271-0/+3
* inspect: Fix getcallargs() to raise correct TypeErrorYury Selivanov2014-03-271-0/+3
* asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668Yury Selivanov2014-03-271-0/+3
* Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-271-0/+4
* backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.R David Murray2014-03-252-0/+4
* Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),Victor Stinner2014-03-251-0/+4
* Issue #21043: Remove the recommendation for specific CA organizationsDonald Stufft2014-03-241-0/+3
* Issue #21013: Enhance ssl.create_default_context() for server side contextsDonald Stufft2014-03-231-0/+3
* Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...Antoine Pitrou2014-03-232-0/+4
* Merge 3.3.Richard Oudkerk2014-03-231-0/+2
|\
| * Issue #20633: Replace relative import by absolute import.Richard Oudkerk2014-03-231-0/+2
* | Issue #20980: Stop wrapping exception when using ThreadPool.Richard Oudkerk2014-03-231-0/+2
* | Issue #20990: Fix issues found by pyflakes for multiprocessing.Richard Oudkerk2014-03-231-0/+2
* | Issue #21015: SSL contexts will now automatically select an elliptic curve fo...Antoine Pitrou2014-03-221-0/+4
* | Issue #20995: Enhance default ciphers used by the ssl moduleDonald Stufft2014-03-221-0/+3
* | Issue #20884: Don't assume in importlib.__init__ that __file__ isBrett Cannon2014-03-211-0/+2
* | add Nehal HussainBenjamin Peterson2014-03-201-0/+1
* | Issue #20879: Delay the initialization of encoding and decoding tables forVictor Stinner2014-03-171-0/+5
* | Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.Larry Hastings2014-03-172-25/+111
|\ \
| * \ merge 3.3 (#20946)Benjamin Peterson2014-03-161-0/+2
| |\ \ | | |/
| | * fix ctypes test alignment assumptions (closes #20946)Benjamin Peterson2014-03-161-0/+2
| * | Issue #20939: merge from 3.3Ned Deily2014-03-151-0/+4
| |\ \ | | |/
| | * Issue #20939: Fix test_geturl failure in test_urllibnet due toNed Deily2014-03-151-0/+6
| * | cast negative numbers to size_t before shifting them (#20929)Benjamin Peterson2014-03-151-0/+2
| * | whatsnew: difflib.isbjunk &c were removed, not deprecated.R David Murray2014-03-141-2/+3
| * | Close #19407: New installation & distribution guidesNick Coghlan2014-03-131-0/+6
| * | Merge 3.3 (#11599)Éric Araujo2014-03-131-0/+4
| |\ \ | | |/
| | * Make distutils error messages more helpful (#11599).Éric Araujo2014-03-131-0/+4
| * | merge 3.3Benjamin Peterson2014-03-121-0/+1
| |\ \ | | |/
| | * add Sean RodmanBenjamin Peterson2014-03-121-0/+1
| * | Merge 3.3 (#4931)Éric Araujo2014-03-121-0/+3
| |\ \ | | |/
| | * Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-121-0/+3
| * | Issue #19157: Include the broadcast address in the usuable hosts for IPv6Peter Moody2014-03-111-0/+3
| * | whatsnew: urllib Request objects are now reusable.R David Murray2014-03-101-1/+4
| * | whatsnew: PEP 424 implementation.R David Murray2014-03-101-0/+3
| * | whatsnew: multiprocessing start methods and context (#8713 and #18999)R David Murray2014-03-101-0/+7
| * | whatsnew: logging.config.listen *verify* (#15452).R David Murray2014-03-101-0/+4
| * | whatsnew: logging.fileConfig accepts ConfigParser instances. (#16110)R David Murray2014-03-101-0/+3
| * | whatsnew: ChainMap.new_child *m* argument.R David Murray2014-03-101-0/+3
| * | Issue #20875: Merge from 3.3Ned Deily2014-03-091-0/+3
| |\ \ | | |/
| | * Issue #20875: Prevent possible gzip "'read' is not defined" NameError.Ned Deily2014-03-091-0/+3
| | * merge with 3.3.5 release repoGeorg Brandl2014-03-092-5/+25
| | |\
| | | * Post-release update.Georg Brandl2014-03-091-0/+12
| | | * Bump to 3.3.5 final.v3.3.5Georg Brandl2014-03-092-1/+9
| * | | #20871: improve email policy test coverage.R David Murray2014-03-091-0/+1
| * | | Tweak NEWS so some additional issue numbers become links in html version.R David Murray2014-03-081-6/+8
| * | | Remove redundant NEWS entry.R David Murray2014-03-061-2/+0