]> granicus.if.org Git - python/shortlog
python
2012-09-20 Ezio MelottiFix a few quotes/backslashes.
2012-09-20 Ezio MelottiFix markup in smtpd.rst.
2012-09-20 Ezio MelottiFix rst markup in timeit docs.
2012-09-19 Ezio Melotti#15970: xml.etree.ElementTree now serializes correctly...
2012-09-19 Trent NelsonSilence compiler warnings on Solaris 10 via explicit...
2012-09-18 Ezio Melotti#15796: Fix \n in readline docstring. Patch by Serhiy...
2012-09-17 Ezio Melotti#11643: fix rst markup error in site.rst.
2012-09-17 Ezio Melotti#15920: fix doctests in Doc/howto/regex.rst. Patch...
2012-09-15 Antoine PitrouIssue #15526: try to fix test_startfile's inability...
2012-09-15 Ezio Melotti#15789: mention shell-like parts of the stdlib in the...
2012-09-15 Ezio Melotti#15932: use with statement in csv doc examples. Patch...
2012-09-14 Antoine PitrouIssue #15842: the SocketIO.{readable,writable,seekable...
2012-09-14 Ezio Melotti#15831: document multiple signatures on different lines...
2012-09-13 Ezio Melotti#15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and...
2012-09-12 Barry WarsawUpdate merge from 2.7: s/basetring/str
2012-09-12 Barry WarsawA follow up for issue #15906: change the test for calli...
2012-09-12 Christian HeimesCleanup 'k' when the creation of PySTEntryObject fails...
2012-09-12 Christian HeimesPartly revert ad3824a90261 and add comment about refere...
2012-09-12 Christian HeimesFix out of bounds read in long_new() for empty bytes...
2012-09-12 Barry Warsaw- Issue #15906: Fix a regression in argparse caused...
2012-09-11 R David Murray#14617: clarify discussion of interrelationship of...
2012-09-11 Christian HeimesFix null pointer dereferencing in structmember.c PyMemb...
2012-09-11 Senthil KumaranFix issue #15899: Make the unicode.rst doctests pass...
2012-09-11 Jesus CeaCloses #15793: Stack corruption in ssl.RAND_egd()
2012-09-10 Jesus Cea#15676: mmap: add empty file check prior to offset...
2012-09-10 Jesus Cea#15676: mmap: add empty file check prior to offset...
2012-09-10 Jesus Cea#15676: Proper attribution in Misc/ACKS
2012-09-10 Christian HeimesFixed memory leak in error branch of object_repr which...
2012-09-10 Christian HeimesFixed memory leak in error branch of parsestrplus....
2012-09-10 R David Murray#14649: clarify DocTestSuite error when there are no...
2012-09-10 doko@ubuntu.combackport from the trunk, to fix test_tools with srcdir...
2012-09-10 Richard OudkerkIssue #15901: Change example to use byte string instead...
2012-09-10 Christian HeimesAdded missing va_end in error branch of PyArg_UnpackTup...
2012-09-10 Christian HeimesClosed reference leak of variable 'k' in function ste_n...
2012-09-10 Christian HeimesFixed possible reference leak to mod when type_name...
2012-09-10 Christian HeimesPyTuple_Pack() was missing va_end() in its error branch...
2012-09-10 Christian HeimesPy_TYPE() has already dereferenced self before the...
2012-09-09 Jesus CeaCloses #15676: mmap: add empty file check prior to...
2012-09-09 Alexander BelopolskyIssue #15881: Added NEWS entry and proper credit.
2012-09-09 Alexander BelopolskyIssue #15881: Fixed 3.2 backport.
2012-09-09 Alexander BelopolskyFixed whitespace
2012-09-09 Alexander BelopolskyIssue #15881: Fixed atexit hook in multiprocessing.
2012-09-09 Ned DeilyIssue #15822: Fix installation of lib2to3 grammar pickl...
2012-09-08 R David Murray#5088: document behavior of optparse defaults with...
2012-09-08 Ezio MelottiMerge heads.
2012-09-08 Ezio Melotti#15865: add "*" in the signature to document keyword...
2012-09-08 R David Murray#15510: clarify textwrap's handling of whitespace,...
2012-09-08 R David Murray#15847: allow args to be a tuple in parse_args
2012-09-08 Stefan KrahIssue #15868: Fix refleak in bytesio.c (Coverity #715365).
2012-09-07 Antoine PitrouIssue #15340: Fix importing the random module when...
2012-09-07 Christian HeimesFix for fcc629208842
2012-09-06 Christian HeimesIssue #15591 and Issue #11715: silence output of setup...
2012-09-06 Christian HeimesIssue #15591: run ctypes' configure in quiet mode when...
2012-09-05 Antoine PitrouIssue #13992: The trashcan mechanism is now thread...
2012-09-05 Antoine PitrouIssue #15841: The readable(), writable() and seekable...
2012-09-03 Alexander BelopolskyIssue #15855: added docstrings for memoryview methods...
2012-09-03 R David Murray#15509: If %action substitution produces a null string...
2012-09-02 Benjamin Petersonput * in the normal place
2012-09-02 Benjamin Petersonmove variable decl to the top of the function
2012-09-02 Benjamin Petersonprevert ast errors from being normalized before ast_err...
2012-09-01 Petri Lehtinen#15802: Fix test logic in TestMaildir.test_create_tmp
2012-09-01 R David Murray#12776,#11839: call argparse type function only once.
2012-08-31 Trent NelsonRemove trailing whitespace in order to silence warnings...
2012-08-31 Andrew SvetlovIssue #15825: fix typo in OrderedDict docs.
2012-08-30 Trent NelsonIssue #15819: Fix out-of-tree builds from a readonly...
2012-08-29 Antoine PitrouIssue #15800: fix the closing of input / output files...
2012-08-29 Ezio MelottiAdd missing comma.
2012-08-28 Benjamin Petersonuse the stricter PyMapping_Check (closes #15801)
2012-08-28 Matthias Klose- fix paste error (whitespace) from previous commit
2012-08-28 Matthias Klose- Issue #15591: Fix parsing MAKEFLAGS in the sharedmods...
2012-08-28 Petri Lehtinen#11964: Document a change in v3.2 to the json indent...
2012-08-27 Petri LehtinenFix a JSON doc typo
2012-08-27 Ezio Melotti#15788: fix broken links in subprocess doc. Patch...
2012-08-25 Ronald OussorenFix issue 13370: Ensure that ctypes works on Mac OS...
2012-08-25 Georg BrandlFix wrong way of adding Error information in shutil...
2012-08-24 Mark DickinsonRemove overeager test (don't depend on the sign of...
2012-08-24 Mark DickinsonRemove incorrect lines (meant for cdecimal) from recent...
2012-08-24 Mark DickinsonIssue #15544: Fix Decimal.__float__ to work with payloa...
2012-08-24 Antoine PitrouAdd glossary references
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...
next