]> granicus.if.org Git - python/shortlog
python
2013-04-21 Ned DeilyIssue #17670: Provide an example of expandtabs() usage.
2013-04-21 R David Murray#17065: Use process-unique key for winreg test.
2013-04-21 Alexandre VassalottiFix reference leak in _pickle.
2013-04-21 Ezio MelottiRemove trailing whitespace.
2013-04-21 Ezio MelottiRemove duplicated tests.
2013-04-20 Ned DeilyIssue #17801: fix shebang line of gprof2html.py
2013-04-20 Alexandre VassalottiIsuse #17720: Fix APPENDS handling in the Python implem...
2013-04-20 R David Murray#17409: Document RLIM_INFINITY and use it to clarify...
2013-04-19 R David Murray#17413: make sure settrace funcs get passed exception...
2013-04-19 Barry WarsawMinor typo in example.
2013-04-19 Ezio MelottiFix indentation.
2013-04-19 Ezio Melotti#17790: test_set now works with unittest test discovery...
2013-04-19 Ezio Melotti#17789: test_random now works with unittest test discov...
2013-04-19 Ezio Melotti#17779: test_osx_env now works with unittest test disco...
2013-04-18 R David Murray#17135: Add note in imp to use importlib for new programs.
2013-04-17 Richard OudkerkMerge.
2013-04-17 Antoine Pitrou- Issue #17782: Fix undefined behaviour on platforms...
2013-04-17 Richard OudkerkIssue #17555: Fix ForkAwareThreadLock so that size...
2013-04-17 Giampaolo Rodola'Fix issue #17707: multiprocessing.Queue's get() method...
2013-04-17 Roger Serwy#14735: Update IDLE docs to omit "Control-z on Windows".
2013-04-17 Ezio Melotti#17771: fix typo. Patch by Andriy Mysyk.
2013-04-17 Ezio Melotti#17766: test_iterlen now works with unittest test disco...
2013-04-17 Ezio Melotti#17740: fix links to the socket function. Initial...
2013-04-16 Antoine PitrouIssue #17739: fix the description of SSLSocket.getpeerc...
2013-04-16 Barry WarsawRemove unused import.
2013-04-16 Barry Warsaw- Issue #17012: shutil.which() no longer fallbacks...
2013-04-16 Benjamin Petersonremove pointless code (closes #17738)
2013-04-15 Antoine PitrouIssue #17710: Fix pickle raising a SystemError on bogus...
2013-04-15 Ezio Melotti#13510: clarify that f.readlines() is note necessary...
2013-04-15 Eric V. SmithIssue #17728: Specify default precision for float.forma...
2013-04-15 Nick CoghlanClose #17731: Clean up properly in test_import
2013-04-14 R David Murray#17341: Include name in re error message about invalid...
2013-04-14 Serhiy StorchakaIssue #17221: Resort Misc/NEWS.
2013-04-14 Victor StinnerIssue #17702: use assertRaises() for the unit test
2013-04-14 Victor StinnerClose #17702: os.environ now raises KeyError with the...
2013-04-14 Nick CoghlanClose issue #16163: handle submodules in pkgutil.iter_i...
2013-04-14 Alexandre VassalottiMerge heads.
2013-04-14 Alexandre VassalottiIssue #16550: Update the opcode descriptions of picklet...
2013-04-14 Georg BrandlFix example ignoring ".svn" directories in compileall.
2013-04-14 Georg BrandlThe Integral class does not contain implementations...
2013-04-14 Georg BrandlClarify that the function *definition* creates the...
2013-04-14 Georg BrandlCloses #14462: allow any valid Python identifier in...
2013-04-14 Georg BrandlCloses #13638: document PyErr_SetFromErrnoWithFilenameO...
2013-04-14 Alexandre VassalottiMerge heads.
2013-04-14 Georg Brandlbind('') does not do the same as bind('localhost')
2013-04-14 Georg BrandlUpdate code examples using collections.abc classes.
2013-04-14 Georg BrandlCloses #17726: small clarification in design FAQ.
2013-04-14 Alexandre VassalottiClean up error messages raised by save_reduce in _pickle.
2013-04-14 Georg BrandlUpdate using/mac documentation which was still on 2.5.
2013-04-14 Georg BrandlClarify point in name mangling doc.
2013-04-14 Alexandre VassalottiFix pickling test in test_memoryio.
2013-04-14 Meador IngeIssue #16804: Fix 'python -S -m site' failure.
2013-04-13 R David MurrayReflow paragraph.
2013-04-13 R David Murray#2118: clarify smtplib exception documentation.
2013-04-13 Serhiy StorchakaIssue #17016: Get rid of possible pointer wraparounds...
2013-04-13 Ezio Melotti#17571: remove broken links in datetime.py docstring.
2013-04-13 Ezio Melotti#17686: fix broken link in Doc/using/unix.rst. Patch...
2013-04-13 Mark DickinsonIssue #17715: Add missing NULL Check to PyNumber_Long.
2013-04-13 Andrew SvetlovRevert changes for #13355 by request from Raymond Hettinger
2013-04-13 Mark DickinsonIssue #16447: Fix potential segfault when setting __nam...
2013-04-12 Andrew SvetlovFix whitespaces
2013-04-12 Andrew SvetlovIssue #13355: Raise ValueError on random.triangular...
2013-04-12 Andrew SvetlovIssue #16658: add missing return to HTTPConnection...
2013-04-12 Ezio Melotti#17653: fix typo in socketserver docs. Patch by Tshepa...
2013-04-12 Ezio MelottiMerge heads.
2013-04-12 Andrew Svetlov#17688: fix declaration for richcmp example in the...
2013-04-12 Ezio Melotti#6696: add documentation for the Profile objects, and...
2013-04-12 Ezio Melotti#17692: test_sqlite now works with unittest test discov...
2013-04-12 Roger Serwy#17585: Fixed IDLE regression. Now closes when using...
2013-04-11 Antoine PitrouFix supernumerary 's' in sys._debugmallocstats() output.
2013-04-11 Ezio Melotti#17690: test_time now works with unittest test discover...
2013-04-11 R David Murray#14971: Use class method name, not function.__name__...
2013-04-11 Senthil Kumarannormalize whitespace
2013-04-11 Senthil Kumaran#5609 - test_urllib coverage for url2pathname and pathn...
2013-04-10 Benjamin Petersondon't run frame if it has no stack (closes #17669)
2013-04-10 Ezio Melotti#12820: add tests for the xml.dom.minicompat module...
2013-04-10 Ezio Melotti#17635: fix wrong function name in multiprocessing...
2013-04-09 Senthil Kumaran#17678: Fix DeprecationWarning in the http/cookiejar...
2013-04-09 Senthil Kumaran#17648 - convert test_urllib2.py doctests to unittests
2013-04-09 Roger Serwy#17657: Show full Tk version in IDLE's about dialog.
2013-04-08 Serhiy StorchakaClose #17666: Fix reading gzip files with an extra...
2013-04-08 Andrew SvetlovAdd NEWS entry for #17502: Process DEFAULT values in...
2013-04-07 Roger Serwy#17613: Prevent traceback when removing syntax colorize...
2013-04-07 Roger Serwy#1207589: Backwards-compatibility patch for right-click...
2013-04-07 Andrew SvetlovProcess DEFAULT values in mock side_effect that returns...
2013-04-07 Andrew SvetlovMerge heads
2013-04-07 Andrew SvetlovUpdate argparse docs to follow order of ArgumentParser...
2013-04-07 Raymond HettingerClean-up lru_cache examples. The print() not is needed...
2013-04-07 Roger Serwy#16887: IDLE now accepts Cancel in tabify/untabify...
2013-04-06 Serhiy StorchakaRevert a premature patch for issue #14010 (changeset...
2013-04-06 Antoine PitrouMerge
2013-04-06 Antoine PitrouIssue #17645: convert an assert() into a proper excepti...
2013-04-06 Benjamin Petersonmove IDLE news to its own section
2013-04-06 Serhiy StorchakaIssue #14010: Fix a crash when iterating or deleting...
2013-04-06 Andrew SvetlovChange wording as Eli Bendersky suggests.
2013-04-06 Georg BrandlAdd 3.3.1 to LICENSE files.
2013-04-06 Georg BrandlPost-release update for 3.3.1
2013-04-06 Georg Brandlmerge with 3.3.1 release clone
2013-04-06 Georg Brandlmerge with 3.2 branch
2013-04-06 Georg BrandlAdded tag v3.3.1 for changeset d9893d13c628
next