]> granicus.if.org Git - python/shortlog
python
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...
2012-07-25 Martin v. LöwisIssue #7163: Propagate return value of sys.stdout.write.
2012-07-25 Martin v. LöwisIssue #15318: Prevent writing to sys.stdin.
2012-07-24 R David Murray#15232: make NEWS entry more accurate.
2012-07-24 Ned DeilyIssue #14197: For OS X framework builds, ensure links...
2012-07-23 Jesus CeaRollback an incorrect Doc/ACKS.txt entry
2012-07-23 Jesus CeaBetter test for Issue #15402: Add a __sizeof__ method...
2012-07-23 Meador IngeIssue #15402: Add a __sizeof__ method to struct.Struct.
2012-07-23 Senthil Kumaranmerge heads.
2012-07-23 Senthil Kumaran- Issue #15250: Document that filecmp.dircmp compares...
2012-07-23 R David Murray#15232: correctly mangle From lines in MIME preamble...
2012-07-23 R David Murray#15429: Fix invalid mention of types.NoneType from...
2012-07-22 Gregory P.... Consistently raise a TypeError when a non str is passed...
2012-07-22 R David Murray#13922: argparse no longer incorrectly strips '--'...
2012-07-22 R David Murray#12353: argparse now correctly handles null argument...
2012-07-21 R David Murray#14391: clarify docstring discussion of Action's 'type...
2012-07-21 R David Murray#15342: Add clarifying sentence to posixpath.join docst...
2012-07-21 Eli BenderskyRaise ImportError if pyexpat's version is incompatible
2012-07-21 Florent XiclunaFix test_pprint random dict ordering.
2012-07-21 Florent XiclunaIssues #10017 and #14998: Fix TypeError using pprint...
2012-07-20 Antoine PitrouIssue #14579: Fix CVE-2012-2135: vulnerability in the...
2012-07-20 Meador IngeIssue #15406: Fix deprecation warning in ctypes test_bi...
2012-07-20 Andrew SvetlovIssue #15404: Refleak in PyMethodObject repr.
2012-07-20 Vinay SajipIssue #15399: Added versionchanged for processName.
2012-07-19 Jesus CeaCloses #15395: memory leaks in selectmodule.c
2012-07-19 Jesus CeaCloses #15396: memory leak in tkinter
2012-07-19 Meador IngeIssue #15394: Fix ref leaks in PyModule_Create.
2012-07-19 Meador IngeIssue #6493: Fix handling of c_uint32 bitfields with...
2012-07-18 Meador Ingeremove unused variable
2012-07-18 Meador IngeIssue #15368: fixing variable typo.
2012-07-18 Meador IngeIssue #15368: make bytecode generation deterministic.
next