summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version number bump for Python 3.4.0a2.v3.4.0a2Larry Hastings2013-09-075-6/+6
* Update pydoc topic index for Python 3.4.0a2.Larry Hastings2013-09-071-2/+2
* Close #18954: Fix some typo in fileutils.c commentsVictor Stinner2013-09-071-3/+3
* Added Elazar to Misc/ACKS.Ethan Furman2013-09-061-0/+1
* Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni.Ethan Furman2013-09-061-58/+67
* Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-09-062-12/+25
* Merge 3.3 into default.Tim Peters2013-09-061-1/+1
|\
| * Issue 18944: fix a 1-character typo in test_set.py.Tim Peters2013-09-061-1/+1
* | Remove old-school inheritanceAntoine Pitrou2013-09-061-1/+1
* | Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we justCharles-Fran?ois Natali2013-09-061-1/+4
* | Issue #18623: Factor out the _SuppressCoreFiles context manager into test.sup...Antoine Pitrou2013-09-064-46/+50
* | #18852: Handle readline.__doc__ being None in site.py readline activation.R David Murray2013-09-062-2/+6
* | Close #18924: Block naive attempts to change an Enum member.Ethan Furman2013-09-062-0/+18
* | Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922Eli Bendersky2013-09-061-0/+7
* | Issue #18920: argparse's default version action (for -v, --version) shouldEli Bendersky2013-09-063-3/+7
* | Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-064-0/+38
|\ \ | |/
| * Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-064-0/+38
* | Closes #18941: Merged fix from 3.3.Vinay Sajip2013-09-062-4/+7
|\ \ | |/
| * Issue #18941: Respected delay when doing rollover.Vinay Sajip2013-09-062-4/+7
* | Closes #18940: Merged fix from 3.3.Vinay Sajip2013-09-061-1/+3
|\ \ | |/
| * Issue #18940: Handled low-volume logging when delay is True.Vinay Sajip2013-09-061-1/+3
* | Closes #18939: Merged documentation update from 3.3.Vinay Sajip2013-09-061111-81640/+74630
|\ \ | |/ |/|
| * Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+Ned Deily2013-09-065-27/+155
| * Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-09-065-1/+129
| * merge from 3.3Senthil Kumaran2013-09-051108-81612/+74346
| |\
| | * Nerge 3.3 into default.Tim Peters2013-09-051108-81612/+74346
| | |\
| | | * Closes #18933: Merged update from 3.3.Vinay Sajip2013-09-053-0/+12
| | | |\
| | | * | Issue #18934: multiprocessing: use selectors module.Charles-Fran?ois Natali2013-09-052-39/+26
| | | * | Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output inSerhiy Storchaka2013-09-052-14/+26
| | | |\ \
| | | * | | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts writeSerhiy Storchaka2013-09-053-2/+8
| | | * | | Null mergeSerhiy Storchaka2013-09-051107-81575/+74316
| | | |\ \ \
| | | | * \ \ Merge headsSerhiy Storchaka2013-09-054-3/+26
| | | | |\ \ \
| | | | | * \ \ Issue #18830: inspect.getclasstree() no more produces duplicated entries evenSerhiy Storchaka2013-09-054-3/+26
| | | | | |\ \ \
| | | | * | \ \ \ mergeChristian Heimes2013-09-051-1/+1
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | | * | | | Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA...Christian Heimes2013-09-051-1/+1
| | | | | |\ \ \ \
| | | | * | | | | | Issue #18878: sunau.open now supports the context manager protocol. Based onSerhiy Storchaka2013-09-054-15/+72
| | | | |/ / / / /
| | | | * | | | | (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit,Victor Stinner2013-09-051107-81560/+74244
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041107-81559/+74243
| | | | | |\ \ \ \ \
| | | | | | * | | | | Issue #16853: Mention the new selectors module in the select moduleVictor Stinner2013-09-041-0/+8
| | | | | | * | | | | oops, revert test commitVictor Stinner2013-09-041-1/+0
| | | | | | * | | | | Issue #16853: Mention the new selectors module in What's New in Python 3.4Victor Stinner2013-09-041-0/+2
| | | | | | * | | | | testVictor Stinner2013-09-041-0/+1
| | | | | | * | | | | Issue #16853: Add new selectors module.Charles-Fran?ois Natali2013-09-046-3/+1033
| | | | | | * | | | | Issues #18901, #18919: Fix a typo in the _sunau_params name.Serhiy Storchaka2013-09-041-1/+1
| | | | | | * | | | | Add docstring for threading.main_thread().Andrew Svetlov2013-09-041-0/+5
| | | | | | * | | | | Issue #18882: Add threading.main_thread() function.Andrew Svetlov2013-09-044-23/+102
| | | | | | * | | | | Issue #16826: Revert fix while Windows issues are being worked out.Meador Inge2013-09-031102-81537/+73096
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merge heads.Meador Inge2013-09-037-12/+66
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | Issue #18901: The sunau getparams method now returns a namedtuple rather thanSerhiy Storchaka2013-09-045-9/+47
| | | | | | | | * | | | | Issue #17487: The result of the wave getparams method now is pickleable again.Serhiy Storchaka2013-09-043-3/+19