]> granicus.if.org Git - python/shortlog
python
2013-05-12 Serhiy StorchakaIssue #17606: Fixed support of encoded byte strings...
2013-05-12 Serhiy StorchakaIssue #17606: Fixed support of encoded byte strings...
2013-05-12 Georg Brandlmerge with 3.3
2013-05-12 Georg BrandlCloses issue #17732: ignore install-directory specific...
2013-05-12 Georg Brandlnull-merge reversion of #1159051 patch from 3.3
2013-05-12 Georg Brandlmerge with 3.3
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
2013-05-12 Georg Brandlmerge heads
2013-05-12 Georg BrandlIssue #17838: merge with 3.3
2013-05-12 Benjamin Petersonprevent IDLE from trying to close when sys.stdin is...
2013-05-11 Vinay SajipDiagnostics collected, test disabled for now.
2013-05-11 Vinay SajipRe-enabled test with more diagnostics.
2013-05-11 Benjamin Petersonmerge 3.3
2013-05-11 Benjamin Petersononly close non-None files
2013-05-11 Benjamin Petersonremove unused import
2013-05-11 Benjamin Petersonsimplify #17947 test with weakrefs
2013-05-11 Brett Cannonmerge
2013-05-11 Brett CannonTouch up grammar for dict.update() docstring.
2013-05-11 Benjamin Petersonmerge 3.3 (#17547)
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-11 Antoine PitrouIssue #17237: Fix crash in the ASCII decoder on m68k.
2013-05-11 Raymond HettingerIssue #16694: Add source code link for operator.py
2013-05-10 Guido van Rossum#17927: Keep frame from referencing cell-ified arguments.
2013-05-10 Barry WarsawMerge 3.3
2013-05-10 Barry WarsawI was confused before. It's correct to not call .close...
2013-05-10 Ezio Melotti#17841: merge with 3.3.
2013-05-10 Ezio Melotti#17841: remove missing codecs aliases from the document...
2013-05-10 Andrew Kuchling#17700: merge with 3.3
2013-05-10 Andrew Kuchling#17700: update the curses HOWTO for 3.x
2013-05-09 Ezio Melotti#17938: merge with 3.3.
2013-05-09 Ezio Melotti#17938: remove duplicate paragraphs.
2013-05-09 Ezio Melotti#17809: merge with 3.3.
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-09 Serhiy StorchakaIssue #16601: Restarting iteration over tarfile no...
2013-05-08 Charles-Francois... Issue #17912: Use a doubly linked-list for thread states.
2013-05-08 Antoine PitrouIssue #17807: Generators can now be finalized even...
2013-05-08 Antoine PitrouIssue #1545463: At shutdown, defer finalization of...
2013-05-08 Ezio Melotti#17877: merge with 3.3.
2013-05-08 Ezio Melotti#17877: skip test if the Olson's TZ database is missing.
2013-05-08 Ezio Melotti#16523: merge with 3.3.
2013-05-08 Ezio Melotti#16523: improve attrgetter/itemgetter/methodcaller...
2013-05-07 Victor StinnerUse Py_intptr_t to store the difference between two...
2013-05-07 Victor StinnerFix compiler warnings: explicit cast to int in sha256...
2013-05-07 Victor Stinnerzlib: Explicit cast to fix a compiler warning
2013-05-07 Victor StinnerFix a compiler warning: use unsigned int type instead...
2013-05-07 Victor Stinneraudioop: explicit cast to fix a compiler warning
2013-05-07 Victor StinnerFix a compiler warning: in and out are unused in _Py_ch...
2013-05-07 Richard OudkerkCorrection for 4f82b6cfee46.
2013-05-07 Richard OudkerkFix os.__all__ to is passes test___all__
2013-05-07 Vinay SajipSkip failing test pending investigation.
2013-05-07 Ezio Melotti#17714: merge with 3.3.
2013-05-07 Ezio Melotti#17714: document that the base64 codec adds a trailing...
2013-05-07 Ezio Melotti#17871: merge with 3.3.
2013-05-07 Ezio Melotti#17871: fix unittest.TextTestRunner signature in the...
2013-05-07 Raymond Hettingermerge
2013-05-07 Raymond HettingerIssue 17920: Fix-up terminology in the set documentation
2013-05-06 Victor StinnerFix uninitialized value in charmap_decode_mapping()
2013-05-06 Nick CoghlanIssue #11816: Add missing test helper
2013-05-06 Victor StinnerIssue #7330: Implement width and precision (ex: "%5...
2013-05-06 Antoine PitrouIssue #17289: The readline module now plays nicer with...
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 Charles-Francois... Issue #12181: select module: Fix struct kevent definiti...
2013-05-06 Antoine PitrouIssue #1545463: Global variables caught in reference...
2013-05-06 David Malcolm#17833: merge with 3.3
2013-05-06 David Malcolm#17833: fix test_gdb failures seen on PPC64 Linux in...
2013-05-06 R David MurrayMerge #14187: Add glossary entry for 'function annotati...
2013-05-06 R David Murray#14187: Add glossary entry for 'function annotations'.
2013-05-06 Nick CoghlanIssue #11816: switch test_peepholer to bytecode_helper
2013-05-06 Nick CoghlanIssue #11816: multiple improvements to the dis module
2013-05-06 Mark DickinsonIssue #5845: avoid an exception at startup on OS X...
2013-05-06 Richard OudkerkCorrect issue number for c4f92b597074 in Misc/NEWS...
2013-05-06 Richard OudkerkMerge
2013-05-06 Richard OudkerkIssue #17805: Add AsyncResult alias for ApplyResult
2013-05-06 Richard OudkerkIssue #13813: Embed stringification of remote traceback...
2013-05-06 Roger Serwy#13495: merge with 3.3.
2013-05-06 Roger Serwy#13495: Avoid loading the color delegator twice in...
2013-05-06 Raymond Hettingermerge
2013-05-06 Raymond HettingerIssue 17862: Improve the signature of itertools groupe...
2013-05-05 Richard OudkerkIssue #15528: Add weakref.finalize to support finalizat...
2013-05-05 Antoine PitrouIssue #17094: Clear stale thread states after fork().
2013-05-05 Richard OudkerkBackout 2e446e87ac5b; it breaks the unix buildbots.
2013-05-05 Richard OudkerkIssue #15528: Add weakref.finalize to support finalizat...
2013-05-05 Roger Serwy#17798: merge with 3.3.
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-05 Antoine PitrouFix crash caused by 8c1385205a35
2013-05-04 Brett Cannonmerge w/ 3.3
2013-05-04 Brett CannonFix a test to not use an assertion for something that...
2013-05-04 Brett CannonChange a test assertion to a conditional so the test...
2013-05-04 Brett Cannon#17115: I hate you MS for not supporting C99.
2013-05-04 Brett Cannonmerge
2013-05-04 Brett Cannon#17115: Remove what appears to be a useless chunk of...
next