]> granicus.if.org Git - python/shortlog
python
2013-05-24 Benjamin Petersonindicate that read/write work with bytes (closes #18009)
2013-05-24 Brett CannonIssue #17953: document that sys.modules shouldn't be...
2013-05-24 Ronald OussorenIssue #17269: Workaround for a platform bug in getaddri...
2013-05-23 Senthil KumaranFix #18007 : Document CookieJar.add_cookie_header reque...
2013-05-23 Nick CoghlanIssue 17844: Clarify meaning of different codec tables
2013-05-23 Raymond HettingerIssue #18031: %-formatting isn't dead yet and might...
2013-05-22 Ned DeilyIssue #17532: Always include Options menu for IDLE...
2013-05-22 Benjamin Petersonadd test for inequality
2013-05-22 Serhiy StorchakaIssue #16986: ElementTree now correctly parses a string...
2013-05-22 Serhiy StorchakaIssue #17844: Add links to encoders and decoders for...
2013-05-21 R David Murray#17973: fix technical inaccuracy in faq entry (it now...
2013-05-21 Roger Serwy#14146: Highlight source line while debugging on Windows.
2013-05-20 Vinay SajipIssue #17743: Now use extended syntax of set command...
2013-05-20 Vinay SajipIssue #17744: Now unset VIRTUAL_ENV environment variabl...
2013-05-20 Ned DeilyIssue #18026: fix ctypes doc typo
2013-05-20 R David Murray#17973: Add FAQ entry for ([],)[0] += [1] both extendin...
2013-05-20 Ezio Melotti#14097: improve the "introduction" page of the tutorial.
2013-05-20 Benjamin Petersonadd recursive repr test
2013-05-19 Eli BenderskyIssue #17989: fix typo in error message
2013-05-19 Antoine PitrouTry to make test more reliable (saw some sporadic failu...
2013-05-19 Antoine PitrouIssue #11995: test_pydoc doesn't import all sys.path...
2013-05-19 Serhiy StorchakaIssue #17812: Fixed quadratic complexity of base64...
2013-05-18 Eli BenderskyIssue #17901: fix TreeBuilder construction for an expli...
2013-05-18 Richard OudkerkClose file before reopening to keep Windows happy in...
2013-05-18 Antoine PitrouIssue #17980: Fix possible abuse of ssl.match_hostname...
2013-05-18 Eli BenderskyIssue #17989: element_setattro returned incorrect error...
2013-05-17 Raymond HettingerUpdate docstring for _asdict() to indicate it is obsolete.
2013-05-17 Benjamin Petersononly recursively expand in the format spec (closes...
2013-05-17 Raymond HettingerIssue #17563: Fix dict resize performance regression.
2013-05-17 Raymond HettingerRemove unnecessary exception handler.
2013-05-17 Raymond HettingerIgnore Mac OS X entries for .DS_Store
2013-05-17 Serhiy StorchakaFix some bugs in Tools/scripts/abitype.py.
2013-05-17 Benjamin Petersonmove definition to top of block
2013-05-16 Vinay SajipIssue #17981: Closed socket on error in SysLogHandler.
2013-05-16 Benjamin PetersonC89 declaration compliance
2013-05-16 Brian CurtinAdd Nick Sloan for his contribution to #17732
2013-05-15 Benjamin Petersoncomplain about "global __class__" in a class body ...
2013-05-15 Georg Brandlpost-release update.
2013-05-15 doko@ubuntu.com- Fix typos in the multiprocessing module.
2013-05-15 doko@ubuntu.com- Issue #17754: Make ctypes.util.find_library() indepen...
2013-05-15 doko@ubuntu.comMisc/NEWS: Add 3.3.3 section and move entries made...
2013-05-15 Benjamin Petersonwhen arguments are cells clear the locals slot (backpor...
2013-05-14 Barry Warsaw- Issue #17977: The documentation for the cadefault...
2013-05-14 Benjamin Petersonprevent double free in cleanup code (#17968)
2013-05-13 Antoine PitrouFix ResourceWarnings in test_sax
2013-05-13 Terry Jan ReedySilence unclosed open file ResourceWarning.
2013-05-13 Terry Jan ReedyComplete 2 to 3 conversion
2013-05-13 Antoine PitrouIssue #17968: Fix memory leak in os.listxattr().
2013-05-13 Benjamin Petersonuse correct format code for exceptions
2013-05-12 Georg BrandlAdded tag v3.3.2 for changeset d047928ae3f6
2013-05-12 Georg BrandlCloses #17962: Build with OpenSSL 1.0.1e on Windows. v3.3.2
2013-05-12 Georg Brandlmerge
2013-05-12 Serhiy StorchakaIssue #17606: Fixed support of encoded byte strings...
2013-05-12 Georg Brandlbump to 3.3.2
2013-05-12 Georg BrandlCloses issue #17732: ignore install-directory specific...
2013-05-12 Georg BrandlBack out patch for #1159051, which caused backwards...
2013-05-12 Georg Brandlmerge with 3.2
2013-05-12 Georg Brandlmerge with 3.2
2013-05-12 Georg BrandlIssue #17915: Fix interoperability of xml.sax with...
2013-05-12 Georg BrandlIssue #1159051: Back out a fix for handling corrupted...
2013-05-12 Georg Brandlmerge heads
2013-05-12 Benjamin Petersonprevent IDLE from trying to close when sys.stdin is...
2013-05-11 Benjamin Petersononly close non-None files
2013-05-11 Benjamin Peterson-Wformat is needed by gcc 4.8 (closes #17547)
2013-05-11 Antoine PitrouIssue #17237: Fix crash in the ASCII decoder on m68k.
2013-05-10 Barry WarsawI was confused before. It's correct to not call .close...
2013-05-10 Ezio Melotti#17841: remove missing codecs aliases from the document...
2013-05-10 Andrew Kuchling#17700: update the curses HOWTO for 3.x
2013-05-09 Ezio Melotti#17938: remove duplicate paragraphs.
2013-05-09 Ezio Melotti#17809: fix a test failure in test_expanduser when...
2013-05-09 Serhiy StorchakaIssue #16601: Restarting iteration over tarfile no...
2013-05-08 Ezio Melotti#17877: skip test if the Olson's TZ database is missing.
2013-05-08 Ezio Melotti#16523: improve attrgetter/itemgetter/methodcaller...
2013-05-07 Ezio Melotti#17714: document that the base64 codec adds a trailing...
2013-05-07 Ezio Melotti#17871: fix unittest.TextTestRunner signature in the...
2013-05-07 Raymond HettingerIssue 17920: Fix-up terminology in the set documentation
2013-05-06 Antoine PitrouIssue #17289: The readline module now plays nicer with...
2013-05-06 Charles-Francois... Issue #12181: select module: Fix struct kevent definiti...
2013-05-06 David Malcolm#17833: fix test_gdb failures seen on PPC64 Linux in...
2013-05-06 R David Murray#14187: Add glossary entry for 'function annotations'.
2013-05-06 Richard OudkerkIssue #17805: Add AsyncResult alias for ApplyResult
2013-05-06 Roger Serwy#13495: Avoid loading the color delegator twice in...
2013-05-06 Raymond HettingerIssue 17862: Improve the signature of itertools groupe...
2013-05-05 Roger Serwy#17798: Allow IDLE to edit new files when specified...
2013-05-05 Antoine PitrouFix crash caused by 8c1385205a35
2013-05-04 Brett CannonFix a test to not use an assertion for something that...
2013-05-04 Antoine PitrouIssue #14173: Avoid crashing when reading a signal...
2013-05-04 Antoine PitrouIssue #17408: Avoid using an obsolete instance of the...
2013-05-04 Antoine PitrouElaborate on bytes-like objects.
2013-05-04 Ezio Melotti#16518: use "bytes-like object" throughout the docs.
2013-05-04 Ezio Melotti#7855: Add tests for ctypes/winreg for issues found...
2013-05-04 Serhiy StorchakaIssue #16316: mimetypes now recognizes the .xz and...
2013-05-03 Brett CannonIssue #15902: Fix imp.load_module() to accept None...
2013-05-03 Raymond HettingerIssue #15535: Fix pickling of named tuples.
2013-05-01 Ezio Melotti#17802: Fix an UnboundLocalError in html.parser. Initi...
2013-05-01 Charles-Francois... Issue #17529: Fix os.sendfile() documentation regarding...
2013-04-30 Antoine PitrouIssue #17712: Fix test_gdb failures on Ubuntu 13.04.
2013-04-30 Ezio Melotti#16518: add "bytes-like object" to the glossary.
2013-04-30 Ezio Melotti#17881: clarify documentation of plistlib.
2013-04-30 Gregory P.... fix the news entry, the description in 3.3 should be...
next