]> granicus.if.org Git - python/shortlog
python
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.
2012-07-17 Hynek SchlawackUse posixpath.join() explicitely in posixpath.join...
2012-07-17 Eli Benderskymerge heads
2012-07-17 Eli BenderskyISsue #14988: restore Python 2's behavior of raising...
2012-07-17 Hynek Schlawack#15377: Make posixpath.join() more strict when checking...
2012-07-17 Nick CoghlanIssue #15230: Attempt to make the OS X buildbots happy...
2012-07-17 Hynek SchlawackFix context manager use in posixpath.join() tests
2012-07-16 Gregory P.... one more test fix for systems without select.poll....
2012-07-16 Gregory P.... Fix unchecked select.poll reference in setUp and tearDo...
2012-07-16 Gregory P.... Fix the with_poll tests for platforms without poll...
2012-07-16 Gregory P.... Fixes Issue #14635: telnetlib will use poll() rather...
2012-07-15 Hynek Schlawack#15180: Clarify posixpath.join() error message when...
2012-07-14 Nick CoghlanIssue #15230: Update runpy docs to clarify a couple...
2012-07-14 Nick CoghlanClose #15230: runpy.run_path now sets __package__ corre...
2012-07-13 Antoine PitrouTry other approach to fix issue #15334.
2012-07-13 Antoine PitrouRemove duplicate entry and fix order
2012-07-13 Antoine PitrouIssue #15334: skip test_dynamic_key when run in non...
2012-07-13 Antoine PitrouIssue #15338: skip test_UNC_path when the current user...
2012-07-12 Antoine PitrouAdd c_size_t and c_ssize_t to the ctypes summary table.
2012-07-12 Raymond HettingerShow the proper way to exit a cmd shell
2012-07-11 Antoine PitrouIssue #15300: Ensure the temporary test working directo...
2012-07-11 Martin v. LöwisUse _RPCFile.write properly.
2012-07-11 Martin v. LöwisDon't use TextIOBase implementations in _RPCFile.
2012-07-11 Martin v. LöwisIssue #15319: Revert wrapping of sys.stdin. Patch by...
2012-07-09 Antoine PitrouBackport test for nested namespace packages.
2012-07-09 Martin v. Löwisnormalize whitespace
2012-07-09 Martin v. LöwisIssue #13532: Check that arguments to sys.stdout.write...
2012-07-09 Terry Jan ReedyIssue 12510: Delete actual first param name for all...
2012-07-09 Senthil Kumaranrevert the changes done for issue14826 - quoting witin...
2012-07-08 Terry Jan ReedyIssue #13557: Clarify effect of giving two different...
2012-07-08 Senthil Kumaranissue 14826 - Address the buildbot failure ( explanatio...
2012-07-08 Senthil KumaranFix issue14826 - make urllib.request.Request quoted...
2012-07-07 Florent XiclunaIssue #14990: tokenize: correctly fail with SyntaxError...
2012-07-06 Antoine PitrouIssue #15247: FileIO now raises an error when given...
2012-07-05 Antoine PitrouIssue #15020: The program name used to search for Pytho...
2012-07-05 Senthil KumaranFix issue # 15033 - Return the proper exitcode for...
2012-07-03 Jesus CeaIssue #1677: Unused variable warning in Non-Windows
next