]> granicus.if.org Git - python/shortlog
python
2012-01-16 Gregory P.... regenerate configure using autoconf. includes the...
2012-01-16 Gregory P.... Test for the dirfd library function (for use in some...
2012-01-16 Terry Jan Reedy#6528 None, True, False are keywords in 3.x. Patch...
2012-01-16 Ezio Melotti#13715: fix typo in unicodedata doc. Patch by Eli...
2012-01-16 Ezio Melotti#13695: fix a couple of typos in the doc.
2012-01-16 Benjamin Petersonexplain why we need this grammar file (closes #13766)
2012-01-16 Meador IngeIssue #13629: Renumber the tokens in token.h to match...
2012-01-16 Terry Jan Reedy#13039 allow proper deletion of '>>> ' in IDLE editor...
2012-01-14 Gregory P.... Consolidate the occurrances of the prime used as the...
2012-01-14 Sandro Tosiremove 'Documenting Python' and its references, it...
2012-01-14 Gregory P.... Mention the additional way to use the lvl parameter...
2012-01-14 Meador IngeIssue #13786: Remove unimplemented 'trace' long option...
2012-01-14 Meador IngeIssue #13725: Add a NEWS entry.
2012-01-14 Meador IngeIssue #13725: regrtest does not recognize -d flag.
2012-01-14 Senthil KumaranFix issue13726: -S accepts an argument just as --start.
2012-01-14 Senthil KumaranFix Issue #13642: Unquote before b64encoding user:passw...
2012-01-14 Senthil KumaranAdding the -o option for Issue13726
2012-01-14 Senthil KumaranIssue13726 - Fix the ambiguous -S flag in regrtest...
2012-01-14 Terry Jan Reedy#13730 grammar fix
2012-01-13 Antoine PitrouIssue #13764: remove outdated script Misc/build.sh
2012-01-12 Antoine Pitroutest_strlit was never run
2012-01-12 Terry Jan Reedy#11633 At least 2 people prefer earlier revision.
2012-01-12 Antoine PitrouIssue #13724: improve documentation for socket.create_c...
2012-01-12 Benjamin Petersonfold into one if statement
2012-01-11 Terry Jan ReedyMinor correction. #11418
2012-01-11 Terry Jan ReedyCloses #11633 Clarify print buffering.
2012-01-11 Terry Jan Reedy#13754 String returned if less than *or equal to* x 3
2012-01-10 Antoine PitrouRemove unused certificate from the test directory.
2012-01-10 Senthil KumaranIssue9637 - Explain in getproxies_environment that...
2012-01-09 Terry Jan Reedy#11906 Make test_argparse work interactively by removin...
2012-01-09 Antoine PitrouIssue #13747: fix SSL compatibility table.
2012-01-09 Antoine PitrouIssue #13747: fix documentation error about the default...
2012-01-08 Ross LagerwallIssue #12364: Fix a hang in concurrent.futures.ProcessP...
2012-01-07 Sandro TosiPy_SetPythonHome() can be called before Py_Initialize...
2012-01-07 Charles-François... Issue #13502: threading: Fix a race condition in Event...
2012-01-07 Sandro Tosiclarify recv* are blocking operations; thanks to Chris...
2012-01-06 Antoine PitrouUpdate printout of SSL certificate examples for 3.2+.
2012-01-05 Sandro TosiIssue #12042: a queue is only used to retrive results...
2012-01-05 Sandro TosiIssue #11984: remove reference to parser, it's not...
2012-01-05 Lars GustäbelIssue #12926: Fix a bug in tarfile's link extraction.
2012-01-05 Vinay SajipCloses #13699. Skipped two tests if Python is optimised.
2012-01-04 Sandro TosiIssue #10772: add count and help argparse action; patch...
2012-01-04 Senthil KumaranIssue13696 - Fix 302 Redirection for Relative urls.
2012-01-04 Antoine PitrouAdd a subsection explaning cipher selection.
2012-01-03 Benjamin Petersonfix formatting
2012-01-03 Benjamin Petersonexception support is correct now (closes #13705)
2012-01-03 Benjamin Petersonmerge 3.1
2012-01-03 Benjamin Petersonfix this to not depend on dictionary order
2012-01-03 Antoine PitrouMerge
2012-01-03 Antoine PitrouIssue #13636: Weak ciphers are now disabled by default...
2012-01-03 Sandro TosiIssue #6031: improve serve_forever() description
2012-01-03 Sandro TosiIssue #9349: add argparse.SUPPRESS to help doc
2012-01-02 Charles-François... Issue #9975: socket: Fix incorrect use of flowinfo...
2012-01-01 Sandro TosiIssue #13594: various fixes to aifc module; patch by...
2012-01-01 Sandro TosiIssue #13680: add lowecase compression type to write...
2012-01-01 Sandro TosiIssue #13690: add re.DEBUG; patch by Filip Gruszczyński
2012-01-01 Sandro TosiIssue #13683: raise with no exception in scope throws...
2012-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2012-01-01 Benjamin Petersonmerge heads
2012-01-01 Benjamin Petersonadd another year to glorious PSF IP
2011-12-31 Sandro Tosifix some broken URLs
2011-12-31 Eli BenderskySome formatting & grammar fixes for the multiprocessing doc
2011-12-31 Benjamin Petersonindicate msg is an argument
2011-12-30 Antoine PitrouFix no-op tests in importlib.
2011-12-30 Benjamin Petersonuse booleans
2011-12-27 Benjamin Petersonpropgate error in other conditions
2011-12-25 Georg BrandlI do not think we will ever have auto-indent at the...
2011-12-25 Sandro Tosiuse list() to wrap range() in itertools.permutations...
2011-12-25 Sandro Tosifix "Title underline too short" sphinx warning
2011-12-25 Sandro Tosiuse double-quote char instead of unicode ones; thanks...
2011-12-25 Sandro Tosifix to sent/send typo
2011-12-25 Sandro Tosifix Constuctor/Constructor typo; thanks to Anthon van...
2011-12-24 Sandro Tosipoint IronPython to ironpython.net; thanks to Lazar...
2011-12-24 Sandro Tosifix Rather that/Rather than; thanks to Reuben Thomas...
2011-12-24 Sandro Tosiremove spurious dot from string formatting example...
2011-12-24 Sandro Tosicorrect syslog.openlog() argument name to logoption...
2011-12-24 Meador IngeIssue #13632: Update token documentation to reflect...
2011-12-24 Benjamin Petersonparameter_list was meant here
2011-12-24 Benjamin Petersonkill superfluous 'comprehension' case (closes #13658)
2011-12-23 Charles-François... Issue #13565: Increase multiprocessing's server socket...
2011-12-23 Senthil KumaranMinor code style improvements in http.server suggested...
2011-12-23 Senthil KumaranNews entry for Issue12798
2011-12-23 Senthil KumaranIssue12798 - Update mimetypes documentation. Correct...
2011-12-22 Ross LagerwallDon't redefine _GNU_SOURCE if it's already defined.
2011-12-22 Ross LagerwallIssue #11006: Don't issue low level warning in subproce...
2011-12-22 Michael FoordMetaclasses with metaclasses with a __dict__ descriptor...
2011-12-21 Antoine PitrouUse context managers in test_ssl to simplify test writing.
2011-12-21 Antoine PitrouIssue #13645: fix test_import failure when run immediat...
2011-12-21 Antoine PitrouIssue #13597: Fix the documentation of the "-u" command...
2011-12-21 Antoine PitrouIssue #1785: Fix inspect and pydoc with misbehaving...
2011-12-20 Benjamin Petersonfix possible if unlikely leak
2011-12-20 Benjamin Petersonnote the blinding speed of these functions
2011-12-20 Charles-François... Followup to issue #11867: Use socketpair(), since FreeB...
2011-12-19 Benjamin Petersondon't mention implementation detail
2011-12-19 Antoine PitrouIssue #5424: add tests for inet_ntoa, inet_ntop, inet_a...
2011-12-19 Charles-François... Issue #13453: Try to increase some socket timeouts...
2011-12-19 Victor StinnerIssue #13628: python-gdb.py is now able to retrieve...
2011-12-19 Charles-François... Issue #11867: Make test_mailbox.test_lock_conflict...
2011-12-19 Ezio Melotti#13576: add tests about the handling of (possibly broke...
2011-12-19 Ezio Melotti#13387: rephrase unclear sentence.
next