]> granicus.if.org Git - python/shortlog
python
2012-08-24 Antoine PitrouIssue #14674: Add a discussion of the json module's...
2012-08-24 Georg BrandlCloses #9374: add back now-unused module attributes...
2012-08-24 R David Murray#15249: Mangle From lines correctly when body contains...
2012-08-24 Ross LagerwallIssue 15777: Fix a refleak in _posixsubprocess.
2012-08-23 Ned DeilyIssue #15645: Ensure 2to3 grammar pickles are properly...
2012-08-22 Ronald OussorenFix for issue 15716: interpreter could crash when PYTHO...
2012-08-21 Trent NelsonIssue #15747: skip chflags UF_IMMUTABLE tests if EOPNOT...
2012-08-21 Ezio Melotti#15752: s/assertRaisesRegexp/assertRaisesRegex/g
2012-08-21 Stefan KrahIssue #15736: Fix overflow in _PySequence_BytesToCharpA...
2012-08-21 Trent NelsonIssue #15285: Refactor connect timeout test in test_tim...
2012-08-20 Antoine PitrouIssue #14954: Clarify the interaction of weak reference...
2012-08-20 Petri Lehtinen#15199: Fix JavaScript's default MIME type to applicati...
2012-08-20 R David Murray#15742: clarify sqlite parameter substitution example.
2012-08-20 Antoine PitrouIssue #15726: Fix incorrect bounds checking in PyState_...
2012-08-20 Stefan KrahIssue #15741: Fix potential NULL dereference. Found...
2012-08-20 Stefan KrahIssue #15738: Fix a missing NULL check in subprocess_fo...
2012-08-20 Stefan KrahIssue #15732: Fix (constructed) crash in _PySequence_By...
2012-08-19 R David Murray#13579: teach string.Formatter about 'a'.
2012-08-19 Andrew SvetlovIssue #15595: Fix subprocess.Popen(universal_newlines...
2012-08-19 Stefan KrahCheck for NULL return value in PyStructSequence_NewType...
2012-08-18 Ned DeilyAllow redemo.py to be used from the command line like...
2012-08-18 Antoine PitrouIssue #15615: Add some tests for the json module's...
2012-08-18 Mark DickinsonIssue #15477: Add workaround for log1p(-0.0) on platfor...
2012-08-18 Eli Benderskytutorial typo fix
2012-08-18 R David Murray#15636: add versionadded for decodebytes
2012-08-18 R David Murray#15355: Mention already-executing Exception in generato...
2012-08-18 R David Murray#15694: reflow paragraph.
2012-08-18 R David Murray#15694: Link discussion of file objects to glossary...
2012-08-17 Terry Jan ReedyIssue 15660: Clarify 0 prefix for width field in str...
2012-08-17 Richard OudkerkIssue #15412: Remove erroneous note about weakrefs
2012-08-17 Richard OudkerkIssue #14501: Clarify that authentication keys are...
2012-08-16 Antoine PitrouUpdate the getpeercert() example with a real-world...
2012-08-16 Petri Lehtinen#11062: Fix universal newline support in Babyl._install...
2012-08-16 Nick CoghlanFix str docstring
2012-08-15 Antoine PitrouIssue #15604: Update uses of PyObject_IsTrue() to check...
2012-08-15 Sandro Tosiclarify in/not in in case of infinite iterators; thanks...
2012-08-15 R David Murray#15543: reflow paragraphs.
2012-08-15 R David Murray#15543: glossary entry for and 'universal newlines...
2012-08-15 Eli Benderskymerge heads in 3.2 branch
2012-08-15 Eli BenderskyIssue #15656: fixing code sample in extending doc
2012-08-15 Petri Lehtinen#11062: Fix adding a message from file to Babyl mailbox
2012-08-15 R David Murray#15269: document dircmp.left and right, and add tests...
2012-08-14 Sandro Tosifix typo
2012-08-14 Andrew SvetlovMerge 3.2
2012-08-14 Andrew SvetlovAdd test to explicit check the absence regression in...
2012-08-14 Matthias KloseModules/socketmodule.c: netdb_lock: define static.
2012-08-14 Andrew SvetlovIssue #14167: Document return statement in finally...
2012-08-14 Richard OudkerkIssue #15646: Prevent equivalent of a fork bomb when...
2012-08-14 Georg BrandlRestore original line lengths.
2012-08-13 Brian CurtinFix #15496. Add directory removal helpers to make Windo...
2012-08-13 Andrew SvetlovIssue #15497: Correct characters in TextWrapper.replace...
2012-08-13 Andrew SvetlovIssue #15561: Update subprocess docs to reference io...
2012-08-13 Andrew SvetlovIssue #15624: clarify newline documentation for open...
2012-08-12 Senthil KumaranIssue #15630: Add an example for "continue" statement...
2012-08-12 Sandro Tosiadd usage example from cli; thanks to Christian Clauss...
2012-08-12 Sandro Tosiescape '\'; thanks to Steve Holden from docs@
2012-08-12 Sandro Tosiit's getstatus() not setstatus(); thanks to Shaddi...
2012-08-12 Sandro Tosiadd missing quote in splitlines() example; thanks to...
2012-08-12 Sandro Tosiupdate Geany URL; thanks to Karl Tarbet from docs@
2012-08-12 Sandro Tosiadd missing parenthesis to 'action' argparse doc; thank...
2012-08-12 Sandro Tosizip() returns an iterator, make a list() of it; thanks...
2012-08-11 Antoine PitrouIssue #15444: Use proper spelling for non-ASCII contrib...
2012-08-11 Georg BrandlRemove unused variables in parsetok().
2012-08-11 Georg BrandlRevert 961a15aff2a6, this is already checked in another...
2012-08-11 Georg BrandlCloses #15620: check for presence of readline.clear_his...
2012-08-11 Meador IngeIssue #15424: Add a __sizeof__ implementation for array...
2012-08-09 Andrew Svetlovfix docs for c-api memory functions
2012-08-09 Andrew SvetlovIssue #15501: Document exception classes in subprocess...
2012-08-09 Ned DeilyIssue #14992: Prevent test_os test_exist_ok_s_isgid_dir...
2012-08-06 R David Murray#15554: clarify splitlines/split differences.
2012-08-06 Brett CannonIssue #15482: Properly document the default 'level...
2012-08-05 Ned DeilyIssue #15560: Fix building _sqlite3 extension on OS...
2012-08-05 Antoine PitrouFix CGI tests to take into account the platform's line...
2012-08-04 Antoine PitrouFix universal newlines test to avoid the newline transl...
2012-08-04 Antoine PitrouFix test_sys under Windows (issue #13119)
2012-08-04 Andrew SvetlovIssue #13052: Fix IDLE crashing when replace string...
2012-08-04 Sandro Tosiadd missing period; thanks to Gaston Fiore from docs@
2012-08-03 Victor StinnerClose #13119: use "\r\n" newline for sys.stdout/err...
2012-08-03 Victor Stinneropen() / TextIOWrapper doc: make it explicit than newli...
2012-08-03 Antoine PitrouMake TextIOWrapper's documentation clearer by copying...
2012-08-03 Jesus Cea#15512: Remove remnants of debugging code
2012-08-03 Jesus CeaCloses #15469: Correct __sizeof__ support for deque
2012-08-03 Jesus CeaCloses #15512: Correct __sizeof__ support for parser
2012-08-02 Antoine PitrouIssue #15538: Fix compilation of the getnameinfo()...
2012-08-01 Eli BenderskyIssue #15321: update PyPI upload doc to say --no-raw...
2012-08-01 Martin v. LöwisIssue #8847: Disable COMDAT folding in Windows PGO...
2012-07-31 Andrew SvetlovIssue #9803: Don't close IDLE on saving if breakpoint...
2012-07-30 Andrew SvetlovIssue #12288: Consider '0' and '0.0' as valid initialva...
2012-07-30 Ned DeilyIssue #14018: Fix OS X Tcl/Tk framework checking when...
2012-07-30 Ned DeilyIssue #14018: Update the OS X IDLE Tcl/Tk warning check...
2012-07-29 Antoine PitrouIssue #15489: Add a __sizeof__ implementation for Bytes...
2012-07-29 Antoine PitrouIssue #15487: Add a __sizeof__ implementation for buffe...
2012-07-29 Martin v. LöwisIssue #15467: Move helpers for __sizeof__ tests into...
2012-07-29 Meador IngeIssue #15402: Simplify Struct.__sizeof__ and make tests...
2012-07-27 Richard OudkerkIssue #6056: Make multiprocessing use setblocking(True...
2012-07-27 Vinay SajipImproved cookbook entry and fixed typo.
2012-07-26 Andrew SvetlovIssue #15041: update "see also" list in tkinter documen...
2012-07-25 Antoine PitrouIssue #15320: Make iterating the list of tests thread...
2012-07-25 Antoine PitrouMention the *limit* argument of TextIO.readline().
2012-07-25 Vinay SajipIssue #15445: Updated logging configuration documentati...
next