]> granicus.if.org Git - python/shortlog
python
2012-09-10 Christian HeimesPyTuple_Pack() was missing va_end() in its error branch...
2012-09-09 Jesus CeaCloses #15676: mmap: add empty file check prior to...
2012-09-09 Ned DeilyIssue #15822: Fix installation of lib2to3 grammar pickl...
2012-09-08 R David Murraycloses #5088: document behavior of optparse defaults...
2012-09-08 R David Murray#15510: clarify textwrap's handling of whitespace,...
2012-09-08 Christian HeimesFix for fcc629208842
2012-09-08 R David Murray#15847: allow args to be a tuple in parse_args
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 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-01 Petri Lehtinen#15802: Fix test logic in TestMaildir.test_create_tmp
2012-09-01 Petri Lehtinen#13769: Enhance docs for ensure_ascii semantics in...
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 Ezio MelottiAdd missing comma.
2012-08-29 Vinay SajipCloses #15710: accept long in _checkLevel.
2012-08-29 Vinay SajipMerged upstream changes.
2012-08-29 Vinay SajipCloses #15807: Removed incorrect directive from help.
2012-08-29 Trent NelsonIssue #15765: Fix quirky NetBSD getcwd() behaviour.
2012-08-28 Benjamin Petersonuse the stricter PyMapping_Check (closes #15801)
2012-08-28 Matthias Klose - fix typo introduced in http://hg.python.org/cpython...
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 Hynek Schlawack#14880: Fix kwargs notation in csv.reader, .writer...
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 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-23 Ned DeilyIssue #15645: Ensure 2to3 grammar pickles are properly...
2012-08-21 Georg BrandlRemove patch artifacts.
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 Stefan KrahIssue #15741: Fix potential NULL dereference. Found...
2012-08-19 R David Murray#13579: minimize code base drift for 'a' string.Formatt...
2012-08-18 Antoine PitrouIssue #15615: Add some tests for the json module's...
2012-08-18 Mark DickinsonAdd workaround for log1p(-0.0) on platforms where it...
2012-08-18 Eli BenderskyFix typo in tutorial
2012-08-18 Eli BenderskyIssue #15586: porting ET's new documentation bits to...
2012-08-18 R David Murray#15355: Mention already-executing Exception in generato...
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-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 Petri Lehtinen#11062: Fix adding a message from file to Babyl mailbox
2012-08-15 R David Murray#15269: document dircmp.left and right.
2012-08-14 Sandro Tosifix typo
2012-08-14 Matthias Klose- Issue #15647: Make isdir static for windows and posix
2012-08-14 Matthias KloseModules/socketmodule.c: netdb_lock: define static.
2012-08-14 R David Murray#9161: Fix test to use standard optparse test pattern...
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 R David Murray#9161: add test for the bug fixed by r82581.
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-12 Senthil KumaranIssue #15630: Add an example for "continue" statement...
2012-08-12 Sandro Tosicomplete cgi.parse() signature; thanks to Aaron Bingham...
2012-08-12 Sandro Tosiadd usage example from cli; thanks to Christian Clauss...
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-11 Georg BrandlRemove unused variables in parsetok().
2012-08-11 Georg BrandlFix casing of SocketServer module in 2.7.
2012-08-11 Georg BrandlGraft a89d654adaa2 from 3.2 branch. Fixes #15620.
2012-08-11 Meador IngeIssue #15424: Add a __sizeof__ implementation for array...
2012-08-10 Brian CurtinFix #15567. collections.deque wasn't imported
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...
next