]> granicus.if.org Git - python/shortlog
python
2011-01-30 Georg Brandl#11069: fix the IDLE Stack Viewer, by not using "list...
2011-01-30 Raymond HettingerAdd entry for the mailbox fixups.
2011-01-30 R. David Murray#9124: mailbox now accepts binary input and uses binary...
2011-01-30 Raymond HettingerList known build/install problems for OS X.
2011-01-30 Nick CoghlanIssue #10845: Improve compatibility between multiproces...
2011-01-30 Raymond HettingerMarkup nits.
2011-01-30 Raymond HettingerAdd section for http.client.
2011-01-30 Raymond HettingerTypos.
2011-01-29 Éric AraujoProtect logging call against None argument (fixes ...
2011-01-29 Alexander BelopolskyIssue #10939: Make Internaldate2tuple test more robust.
2011-01-29 Ned DeilyIssue 11052: Correct IDLE menu accelerators on Mac...
2011-01-29 Ned DeilyIssue #11054: Allow Mac OS X installer builds to again...
2011-01-29 Ned DeilyIssue #11053: Fix IDLE "Syntax Error" windows to behave...
2011-01-29 Ned DeilyIssue #10940: Workaround an IDLE hang on Mac OS X 10...
2011-01-29 Alexander BelopolskyIssue #10939: Fixed imaplib.Internaldate2tuple(). Thank...
2011-01-29 Giampaolo Rodolàfix reference to issue where the addition of select...
2011-01-29 Victor StinnerIssue #10989: Fix a crash on SSLContext.load_verify_loc...
2011-01-29 Eric SmithIssue #11302: missing type check on _string.formatter_f...
2011-01-29 Raymond HettingerAdd entry for str.format_map().
2011-01-28 Eric SmithAdded a placeholder for str.format_map, as discussed...
2011-01-28 Michael FoordIssue 10573: revert unittest docs to first / second
2011-01-28 Łukasz Langa#11027: documented how to override SECTCRE
2011-01-27 Raymond HettingerMore source links
2011-01-27 Vinay SajipIssue 11008: docs updated to show versionadded for...
2011-01-27 Raymond HettingerMore typical sample invocation of tarfile.
2011-01-27 Raymond HettingerAdd missing attributions.
2011-01-27 Raymond HettingerUpdate todo list.
2011-01-27 Raymond HettingerAdd an entry for tarfile.
2011-01-27 Raymond HettingerMore source links.
2011-01-27 Raymond HettingerIssue #11020: Command-line pyclbr was broken because...
2011-01-26 Antoine PitrouIssue #11018: fix a test to not be a no-op in test_bz2.
2011-01-26 R. David Murray#11019: Make BytesGenerator handle Message with None...
2011-01-26 Raymond HettingerIssue #11014: Make 'filter' argument in tarfile.Tarfile...
2011-01-26 Raymond HettingerMarkup nits.
2011-01-26 R. David MurrayRevert r88197. I'll refix correctly once there is...
2011-01-26 Raymond HettingerAdd a few imports to examples.
2011-01-26 Victor StinnerFix BytesGenerator._handle_text() if the message has...
2011-01-25 Victor Stinnerfix import in email.message_from_binary_file()
2011-01-25 Raymond HettingerIssue #11004: Repair edge case in deque.count().
2011-01-25 Brett CannonTighten the restrictions on the test_sys test which...
2011-01-25 Antoine PitrouFix the description of PIPE_BUF
2011-01-25 Antoine PitrouFix the doc for PIPE_BUF
2011-01-25 Raymond HettingerTypo.
2011-01-25 Raymond HettingerAdd entries for select and site.
2011-01-25 Raymond HettingerAdd math.erfc and turtledemo.
2011-01-25 Raymond HettingerTypo.
2011-01-25 Raymond HettingerNits.
2011-01-25 Raymond HettingerAdd entry for the math module.
2011-01-25 Brett CannonIgnore the gdb.py file under OS X.
2011-01-25 Benjamin Petersonanother pretty crasher served up by pypy
2011-01-24 Raymond HettingerAdd entry for io.BytesIO.getbuffer().
2011-01-24 Ned Deily#10974: IDLE no longer crashes if its recent files...
2011-01-24 Terry ReedyIssue #11000 ast.parse parses source, not just expressions.
2011-01-24 Steven BethardIssue #9509: make argarse properly handle IOErrors...
2011-01-24 Terry ReedyUpdate last tix code example for 3.x, as already done...
2011-01-24 Georg BrandlFix label syntax.
2011-01-24 Georg BrandlTypo fix.
2011-01-24 R. David Murray#10960: fix 'stat' links, link to lstat from stat,...
2011-01-24 Raymond HettingerTypos.
2011-01-24 Raymond HettingerMissing source links.
2011-01-24 Raymond HettingerFix markup and add todo.
2011-01-24 Raymond HettingerAdd entry for hash_info().
2011-01-24 Raymond HettingerAdd section for urllib.parse.
2011-01-24 Raymond HettingerAdd entry for the html module.
2011-01-24 Raymond HettingerAdd entry for hashlib and expand the GC entry.
2011-01-24 Raymond HettingerMake the type consistent for hashlib algorithm constant...
2011-01-24 Raymond HettingerAdd entries for dis, dbm, and ctypes.
2011-01-24 Raymond HettingerAdd entries for array, asyncore, csv, compileall, and...
2011-01-23 Brett CannonSkip a recursion depth check test when running under...
2011-01-23 Raymond HettingerFix typo.
2011-01-23 Raymond Hettingerminor clean-up.
2011-01-23 Raymond HettingerAdd tracker references.
2011-01-23 Raymond HettingerAdd entry for reprlib.
2011-01-23 Antoine PitrouIssue #10987: Fix the recursion limit handling in the...
2011-01-23 Raymond HettingerAdd entry for shutil's archiving operations.
2011-01-23 Victor StinnerIssue #10955: Fix typo in NEWS, cp497 => cp437
2011-01-22 Georg Brandl#10983: fix several bugs in the _tunnel implementation...
2011-01-22 Armin RonacherTo match the behaviour of HTTP server, the HTTP client...
2011-01-22 Armin RonacherIssue #10980: encode headers with latin1 instead of...
2011-01-22 Victor StinnerIssue #10955: fix NEWS entry
2011-01-22 Victor StinnerIssue #10955: zipimport uses ASCII at bootstrap
2011-01-21 Vinay SajipIssue #10949: Improved robustness of rotating file...
2011-01-21 Antoine PitrouFix JSON docs about loads() accepting only str objects...
2011-01-21 Raymond HettingerUse a Latin-1 example that won't break the LaTeX PDF...
2011-01-21 Raymond HettingerAdd example for __wrapped__.
2011-01-21 Raymond HettingerClarify what changed with respect to date ranges and...
2011-01-20 Antoine PitrouIssue #10955: Fix a potential crash when trying to...
2011-01-20 Alexander BelopolskyCorrected the entry about new year range in the time...
2011-01-20 Brett CannonMove developers.txt to the devguide.
2011-01-20 Brett CannonUpdate Misc/README.
2011-01-20 Brett CannonRemove some outdated files from Misc.
2011-01-20 Brett CannonMove README.gdb to the devguide.
2011-01-20 Brett CannonMove README.Emacs to the devguide.
2011-01-20 Raymond HettingerAdd an entry for the code repository.
2011-01-20 Raymond HettingerMake an entry for the os module's bytes accessors.
2011-01-20 Raymond HettingerAdd hasattr() example.
2011-01-20 Raymond HettingerAdd more examples
2011-01-20 Brett CannonMove maintainers.rst into the devguide and rename it...
2011-01-19 Brett CannonRename AIX-NOTES to something that follows the conventi...
2011-01-19 Georg Brandl#10944: add c_bool to types table.
next