]> granicus.if.org Git - python/shortlog
python
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.
2011-01-19 Alexander BelopolskyIssue #10934: Fixed and expanded Internaldate2tuple...
2011-01-19 Antoine PitrouIssue #10898: Allow compiling the posix module when...
2011-01-19 Raymond HettingerFix markup.
2011-01-19 Georg BrandlSuppress trailing spaces in table paragraphs.
2011-01-19 Raymond HettingerExpand entry for pydoc.
2011-01-19 Raymond HettingerImprove looks by replacing a bullet list with a table.
2011-01-19 Raymond HettingerAdd examples for inspect.
2011-01-19 Brett CannonKlocwork scan site no longer available.
2011-01-18 David MalcolmFix typo in example of barrier timeouts from r88102
2011-01-18 Raymond HettingerExpand barrier example to show time-outs.
2011-01-18 Raymond HettingerMissing word.
2011-01-18 Raymond HettingerReword the OrderedDict entry to emphasize the default...
2011-01-18 Antoine PitrouIssue #10451: memoryview objects could allow to mutate...
2011-01-18 Raymond HettingerTypos.
2011-01-18 Raymond HettingerMore nits.
2011-01-18 Raymond HettingerNits.
2011-01-18 Raymond HettingerMore nits.
2011-01-18 Raymond HettingerAdd example for the abc module.
2011-01-18 Raymond HettingerNits.
2011-01-17 Benjamin Petersonvery out of date file
2011-01-17 Raymond HettingerAdd an import to the logging example
2011-01-17 Raymond HettingerThe example for configparser was weird.
2011-01-17 Raymond HettingerBeautify code examples.
2011-01-17 Raymond HettingerWording nits.
2011-01-17 Raymond HettingerFix-up the XXX for importlib.abc.
2011-01-17 Raymond HettingerTidy-up the ssl section.
2011-01-17 Brett CannonShort README on gdb support.
2011-01-17 Raymond HettingerNote that two-phase cyclic barriers are suitable for...
2011-01-17 Benjamin Petersonremove unneeded assertion
2011-01-17 Benjamin Petersoncorrect assertion
2011-01-17 Benjamin Petersonturn some checks into assertions, since they are implie...
2011-01-16 Brett CannonPlaceholder sentence pointing out that imoprtlib has...
2011-01-16 Matthias Kloserangeobject.c (compute_slice_indices): Make function...
2011-01-16 Antoine PitrouMention deprecation of PyEval_{Acquire,Release}Lock().
2011-01-16 Antoine PitrouMore SSL-related stuff
2011-01-16 Antoine PitrouMention HTTP 0.9's partial demise.
2011-01-16 Antoine PitrouMention the new context parameter to FTP_TLS, and the...
2011-01-16 Raymond HettingerIssue 10889: Added entry for handling of indexing and...
2011-01-16 Antoine PitrouGet proper credit
2011-01-16 Antoine PitrouFix misindent
2011-01-16 Antoine PitrouBetter description of SSL-related changes
2011-01-16 Georg BrandlRewrap and punctuation consistency.
2011-01-16 Nick CoghlanAdd missing NEWS entry for r87948
2011-01-16 Raymond HettingerClean-up comment.
2011-01-16 Raymond HettingerRemove out-of-date comment
2011-01-16 Georg BrandlFix two small issues.
2011-01-16 Georg BrandlPost-release updates.
2011-01-15 Martin v. LöwisPackage zip_cp437_header.zip.
2011-01-15 Georg BrandlTagging 3.2rc1.
2011-01-15 Antoine PitrouFix mmap and test_mmap under Windows too (followup... v3.2rc1
2011-01-15 Georg BrandlBump to 3.2rc1.
2011-01-15 Georg BrandlFix "make suspicious" errors and update ignore file.
2011-01-15 Georg BrandlFix a few doc errors, mostly undefined keywords.
2011-01-15 Georg BrandlUpdate to 1.0.7.
2011-01-15 Georg BrandlUpdate pydoc topics.
2011-01-15 Antoine PitrouIssue #10916: mmap should not segfault when a file...
2011-01-15 Antoine PitrouNits
2011-01-15 Antoine PitrouIssue #10913: Deprecate misleading functions PyEval_Acq...
2011-01-15 Antoine PitrouReword and restructure the GIL API doc
2011-01-15 Antoine PitrouAdd mention of how to switch interpreters
next