]> granicus.if.org Git - python/shortlog
python
2013-09-08 Raymond HettingerRemove the freelist scheme for setobjects.
2013-09-08 Nick CoghlanMerge #18952 fix from 3.3
2013-09-08 Tim PetersIssue 18808: blind attempt to repair some buildbot...
2013-09-08 Nick CoghlanClose #18952: correctly download test support data
2013-09-08 Senthil Kumaranmerge from 3.3
2013-09-08 Senthil KumaranCorrect Profile class usage example. Addresses issue...
2013-09-08 Raymond HettingerSmall rearrangement to bring together the three functio...
2013-09-07 Raymond HettingerMove the overview comment to the top of the file.
2013-09-07 Antoine PitrouIssue #18808: Thread.join() now waits for the underlyin...
2013-09-07 Senthil KumaranFix the merge conflict
2013-09-07 Senthil Kumaranmerge from 3.3
2013-09-07 Senthil KumaranFix License URL display and add test to check for licen...
2013-09-07 Senthil Kumaranmerge from 3.3
2013-09-07 Senthil KumaranRemoving the mention of os.isatty mention as Unix only
2013-09-07 Richard OudkerkFix conversion from Py_ssize_t to int.
2013-09-07 Ezio Melotti#18895: merge with 3.3.
2013-09-07 Ezio Melotti#18895: split a sentence in unittest docs.
2013-09-07 Ezio Melotti#18894: merge with 3.3.
2013-09-07 Ezio Melotti#18894: remove mention of deprecated fail* methods.
2013-09-07 Victor StinnerClose #18954: Fix some typo in fileutils.c comments
2013-09-07 Ethan FurmanAdded Elazar to Misc/ACKS.
2013-09-07 Ethan FurmanClose #18908: Keep Enum docs in their own section....
2013-09-06 Ned DeilyIssue #18458: Prevent crashes with newer versions of...
2013-09-06 Tim PetersMerge 3.3 into default.
2013-09-06 Tim PetersIssue 18944: fix a 1-character typo in test_set.py.
2013-09-06 Antoine PitrouRemove old-school inheritance
2013-09-06 Charles-François... Issue #18934: Relax test_multiprocessing.test_invalid_h...
2013-09-06 Antoine PitrouIssue #18623: Factor out the _SuppressCoreFiles context...
2013-09-06 R David Murray#18852: Handle readline.__doc__ being None in site...
2013-09-06 Ethan FurmanClose #18924: Block naive attempts to change an Enum...
2013-09-06 Eli BenderskyUpdate whatsnew/3.4 wrt. --version going to stdout...
2013-09-06 Eli BenderskyIssue #18920: argparse's default version action (for...
2013-09-06 Eli BenderskyIssue #18849: Fixed a Windows-specific tempfile bug...
2013-09-06 Eli BenderskyIssue #18849: Fixed a Windows-specific tempfile bug...
2013-09-06 Vinay SajipCloses #18941: Merged fix from 3.3.
2013-09-06 Vinay SajipIssue #18941: Respected delay when doing rollover.
2013-09-06 Vinay SajipCloses #18940: Merged fix from 3.3.
2013-09-06 Vinay SajipIssue #18940: Handled low-volume logging when delay...
2013-09-06 Vinay SajipCloses #18939: Merged documentation update from 3.3.
2013-09-06 Vinay SajipIssue #18939: Updated venv documentation with some...
2013-09-06 Ned DeilyIssue #15663: Tcl/Tk 8.5.14 is now included with the...
2013-09-06 Ned DeilyIssue #1584: Provide options to override default search...
2013-09-06 Senthil Kumaranmerge from 3.3
2013-09-06 Senthil KumaranImprove urlencode docstring. Patch by Brian Brazil.
2013-09-06 Tim PetersNerge 3.3 into default.
2013-09-06 Tim PetersIssue #18942: sys._debugmallocstats() output was damage...
2013-09-05 Vinay SajipCloses #18933: Merged update from 3.3.
2013-09-05 Vinay SajipIssue #18933: Added links to source code.
2013-09-05 Charles-François... Issue #18934: multiprocessing: use selectors module.
2013-09-05 Serhiy StorchakaIssue #18672: Fixed format specifiers for Py_ssize_t...
2013-09-05 Serhiy StorchakaIssue #18672: Fixed format specifiers for Py_ssize_t...
2013-09-05 Serhiy StorchakaIssue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfm...
2013-09-05 Serhiy StorchakaNull merge
2013-09-05 Serhiy StorchakaMerge heads
2013-09-05 Serhiy StorchakaMerge heads
2013-09-05 Serhiy StorchakaIssue #18830: inspect.getclasstree() no more produces...
2013-09-05 Serhiy StorchakaIssue #18830: inspect.getclasstree() no more produces...
2013-09-05 Christian Heimesmerge
2013-09-05 Christian HeimesIssue #18709: GCC 4.6 complains that 'v' may be used...
2013-09-05 Christian HeimesIssue #18709: GCC 4.6 complains that 'v' may be used...
2013-09-05 Serhiy StorchakaIssue #18878: sunau.open now supports the context manag...
2013-09-04 Victor Stinner(Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr...
2013-09-04 Victor StinnerIssue #18909: Fix _tkinter.tkapp.interpaddr() on Window...
2013-09-04 Antoine PitrouIssue #18876: The FileIO.mode attribute now better...
2013-09-04 Antoine PitrouIssue #18876: The FileIO.mode attribute now better...
2013-09-04 Victor StinnerIssue #16853: Mention the new selectors module in the...
2013-09-04 Victor Stinneroops, revert test commit
2013-09-04 Victor StinnerIssue #16853: Mention the new selectors module in What...
2013-09-04 Victor Stinnertest
2013-09-04 Charles-François... Issue #16853: Add new selectors module.
2013-09-04 Serhiy StorchakaIssues #18901, #18919: Fix a typo in the _sunau_params...
2013-09-04 Andrew SvetlovAdd docstring for threading.main_thread().
2013-09-04 Andrew SvetlovIssue #18882: Add threading.main_thread() function.
2013-09-04 Meador IngeIssue #16826: Revert fix while Windows issues are being...
2013-09-04 Meador IngeIssue #16826: Revert fix while Windows issues are being...
2013-09-03 Meador IngeMerge heads.
2013-09-03 Meador IngeIssue #16826: Don't check for PYTHONCASEOK when using -E.
2013-09-03 Serhiy StorchakaIssue #18901: The sunau getparams method now returns...
2013-09-03 Meador IngeIssue #16826: Don't check for PYTHONCASEOK when using -E.
2013-09-03 Serhiy StorchakaIssue #17487: The result of the wave getparams method...
2013-09-03 Tim PetersMerge 3.3 into default.
2013-09-03 Tim Peterscwr_next(): move invariants out of loops.
2013-09-03 Eli BenderskyIssue #18912: Fix indentation in docstring
2013-09-03 Eli BenderskyIssue #18912: Fix indentation in docstring
2013-09-03 Eli BenderskyRemove unused --debug option of regrtest.
2013-09-02 Eli BenderskyFix docstring and some indentation
2013-09-02 Raymond HettingerMinor touchups.
2013-09-02 Raymond HettingerFactor-out the common code for setting a KeyError.
2013-09-02 Eli BenderskyRefactor the main function of regrtest a bit.
2013-09-02 Raymond HettingerInstead of XORed indicies, switch to a hybrid of linear...
2013-09-02 Ethan FurmanClose #18745: Improve enum tests in test_json for infin...
2013-09-01 Terry Jan ReedyMerge with 3.3
2013-09-01 Terry Jan ReedyRemove obsolete .hgeol entry pointing to file moved...
2013-09-01 Tim PetersMerge fix from 3.3 into default.
2013-09-01 Tim PetersFix issue 18889: test_sax: multiple failures on Windows...
2013-09-01 Antoine Pitroutest_threading isn't rudimentary anymore
2013-09-01 Antoine Pitroutest_threading isn't rudimentary anymore
2013-09-01 Victor StinnerIssue #18571: Merge duplicate test code
2013-09-01 Andrew SvetlovIssue #11798: fix tests for regrtest -R :
2013-09-01 Tim PetersBack out 868ad6fa8e68 - it left all the buildbots failing.
next