]> 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-07 Benjamin Petersonmake documented file() kw names and actual ones agree...
2012-08-06 R David Murray#15554: clarify splitlines/split differences.
2012-08-05 Ned DeilyIssue #15560: Fix building _sqlite3 extension on OS...
2012-08-04 Vinay SajipIssue #15541: Correct anomaly in logging.exception...
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 Antoine PitrouMake TextIOWrapper's documentation clearer by copying...
2012-08-03 Jesus Cea#15512: Declarations reorganization
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-02 Eli BenderskyIssue #15231: 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 PitrouMention the *limit* argument of TextIO.readline().
2012-07-25 Vinay SajipIssue #15445: Updated logging configuration documentati...
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-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 KumaranIssue #15250: Document that filecmp.dircmp compares...
2012-07-23 R David Murray#15232: correctly mangle From lines in MIME preamble...
2012-07-22 Gregory P.... merge heads
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 Georg BrandlFix typo introduced in 79d54fba49b3.
2012-07-21 Raymond HettingerFix whitespace
2012-07-20 Antoine PitrouIssue #14579: Fix error handling bug in the utf-16...
2012-07-20 Vinay SajipIssue #15399: Added versionchanged for processName.
2012-07-19 Meador IngeIssue #6493: Fix handling of c_uint32 bitfields with...
2012-07-18 R David MurrayCloses #9254: backport __import__ docstring/doc mention...
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 R David Murray#15375: remove duplicated word 'child'
2012-07-16 Gregory P.... Fix the with_poll tests for platforms without poll...
2012-07-16 Raymond HettingerIssue 15337: help() shown as undocumented
2012-07-16 Gregory P.... Fixes Issue #14635: telnetlib will use poll() rather...
2012-07-15 Benjamin Petersonallow any number to be returned from __length_hint__...
2012-07-13 Antoine PitrouTry other approach to fix issue #15334.
2012-07-13 Ezio Melotti#15345: fix SyntaxError in argparse tutorial example...
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-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 Terry Jan ReedyIssue 13532: Allow bytearrays to be written also.
2012-07-09 Martin v. LöwisWiden test to support unicode.
2012-07-09 Martin v. Löwis- Issue #13532: Check that arguments to sys.stdout...
2012-07-08 Terry Jan ReedyIssue #13557: Clarify effect of giving two different...
2012-07-08 Senthil Kumaranmerge heads.
2012-07-08 Senthil Kumaranrevert the changes done in d931a3b64fd6 - buildbot...
2012-07-08 Senthil KumaranFix the buildbot failure - msg164973
2012-07-08 Senthil KumaranFix issue14826 - make urllib.request.Request quoted...
2012-07-06 Georg BrandlFix leftover quote.
2012-07-06 Antoine PitrouIssue #15247: FileIO now raises an error when given...
2012-07-05 Senthil KumaranFix closes issue # 15033 - Return the proper exitcode...
2012-07-03 Jesus CeaIssue #1677: Unused variable warning in Non-Windows
2012-07-03 Jesus CeaBacked out changeset 7ccc2cea6969
2012-07-03 Jesus CeaIssue #1667: Unused variable warning in Non-Windows
2012-07-03 Éric AraujoCreate ~/.pypirc securely (#13512).
2012-07-03 Éric AraujoBranch merge
2012-07-03 Éric AraujoIgnore .nfs* files in distutils (#7719).
2012-07-03 Raymond HettingerMake it easier to search for the grouper() recipe.
2012-07-02 Éric AraujoUse source role to get links to files
2012-07-02 Éric AraujoAdapt mentions of future changes in doc
2012-07-02 Éric AraujoAvoid SyntaxError in script using print function
2012-07-02 Raymond HettingerThe StopIteration API applies to both tokenize() and...
2012-07-01 Antoine PitrouIssue #15212: fix typo in compiler module (rename SC_GL...
2012-07-01 Georg BrandlMake call of os.getppid() conditional: it is not availa...
2012-07-01 Georg BrandlRemove an unneeded footnote.
2012-06-30 Stefan KrahIssue #15170: Quote the variable that expands to the...
2012-06-30 Mark DickinsonCloses #14591: Random.jumpahead could produce an invali...
2012-06-29 Tim GoldenMerged
2012-06-29 Antoine PitrouBacked out changeset ee51e3aef302 - it broke the test...
2012-06-29 Senthil Kumaranurlparse cleanup. rename keywords used as variables
2012-06-29 Tim GoldenIssue #1677: Handle better a race condition between...
2012-06-29 Petri Lehtinen#5346: Preserve permissions of mbox, MMDF and Babyl...
2012-06-29 Petri Lehtinen#9559: Don't call _pre_mailbox_hook more than once
2012-06-29 Senthil Kumaranurlparse docs clean up
2012-06-28 Antoine PitrouIssue #5067: improve some json error messages.
2012-06-28 Amaury Forgeot... Issue #15219: Fix a reference leak when hashlib.new...
2012-06-28 Petri Lehtinen#9559: Append data to single-file mailbox files if...
next